/*
Theme Name: Porschemania
Theme URI: https://maniadellaporsche.it
Author: Diego Masini
Author URI: https://diegomasini.com
Description: Custom WordPress theme per Porschemania — ricambi, accessori e restauro Porsche d'epoca. Bilingue IT/EN, mobile-first, predisposto WooCommerce.
Version: 0.1.0
Requires at least: 6.4
Tested up to: 6.7
Requires PHP: 8.2
License: Private
Text Domain: porschemania
Tags: custom-background, custom-logo, custom-menu, featured-images, translation-ready
*/

/* ── TranslatePress header switcher ──────────────────────────────────────── */
.trp-header-switcher .trp-language-switcher-inner {
    background: transparent !important;
    color: #C49A3C !important;
    border: 1px solid rgba(196,154,60,0.3) !important;
    border-radius: 2px !important;
    font-size: 9px !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
}
.trp-header-switcher .trp-language-switcher-inner:hover,
.trp-header-switcher .trp-language-switcher-inner:focus-within {
    background: transparent !important;
    color: #ffffff !important;
}
.trp-header-switcher .trp-language-item,
.trp-header-switcher .trp-language-item-name,
.trp-header-switcher .trp-language-item__current,
.trp-header-switcher .trp-language-item__current .trp-language-item-name {
    color: #C49A3C !important;
    font-size: 9px !important;
    letter-spacing: 0.2em !important;
    text-transform: uppercase !important;
}
.trp-header-switcher .trp-flag-image {
    display: none !important;
}
.trp-header-switcher .trp-switcher-dropdown-list {
    background: #111111 !important;
    border: 1px solid rgba(196,154,60,0.3) !important;
    border-radius: 2px !important;
    top: 100% !important;
    bottom: auto !important;
    right: 0 !important;
    left: auto !important;
    min-width: 80px !important;
}
.trp-header-switcher .trp-switcher-dropdown-list .trp-language-item {
    color: #9a9a9a !important;
    font-size: 9px !important;
    padding: 8px 10px !important;
}
.trp-header-switcher .trp-switcher-dropdown-list .trp-language-item:hover {
    color: #C49A3C !important;
    background: transparent !important;
}
