/* ===============================================================
   css-plugins.css — GTranslate, Cookiebot, Rank Math breadcrumbs
   Se carga en TODAS las páginas.
   Última limpieza: 2026-04
   =============================================================== */


/* ----- Rank Math: migas de pan ----- */

.rank-math-breadcrumb {
    font-size: 14px;
    font-family: "Roboto", Sans-serif;
    color: #000;
    background-color: #f1f1f1;
    width: fit-content;
    padding-left: 20px;
    padding-right: 20px;
    border-radius: 20px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5px;
}

.rank-math-breadcrumb span {
    margin-left: 5px;
    margin-right: 5px;
}

.rank-math-breadcrumb a {
    font-size: 14px;
    font-family: "Roboto", Sans-serif;
    color: #A79460;
}

.rank-math-breadcrumb a:hover {
    opacity: 0.8;
    color: #000;
}


/* ----- GTranslate ----- */

.gt_float_switcher img {
    width: 15px !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code {
    top: 2px;
    font-size: 0.8em;
}

.gt_float_switcher .gt-selected .gt-current-lang {
    padding: 5px 10px !important;
}

.gt_options a {
    font-family: "Roboto", Sans-serif;
    font-size: 0.6em;
    line-height: 1em;
}

body #gt_float_wrapper .gt_float_switcher {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
    border-radius: 5px;
}

body #gt_float_wrapper {
    bottom: 10px !important;
}

.gt_float_switcher .gt_options a:hover {
    background: #ff4e5b !important;
}


/* ----- Cookiebot / Usercentrics ----- */

.cookie-panel-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #dfdfdf;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.2s ease;
}

.cookie-panel-link img {
    max-width: 18px;
    max-height: 18px;
    display: block;
}

.cookie-panel-link:hover {
    background-color: #a79460;
}
