/* =====================================================================
   [RW] Topbar — Frontend
   ===================================================================== */

#rw-topbar {
    background: var(--rw-topbar-bg, #4c5361);
    color: #fff;
    font-size: 14px;
    line-height: 1.4;
    padding: 9px 20px;
    text-align: center;
    position: relative;
    z-index: 9999;
    width: 100%;
    box-sizing: border-box;
}

/* Forzar centrado en todos los elementos internos para resistir resets de temas */
#rw-topbar p,
#rw-topbar div,
#rw-topbar span {
    text-align: center;
    margin-top: 0;
    margin-bottom: 0;
}

#rw-topbar a {
    color: #fff !important;
    text-decoration: none !important;
}

#rw-topbar a:hover {
    text-decoration: underline !important;
    text-underline-offset: 2px;
    opacity: 0.85;
}

#rw-topbar p {
    margin: 0;
}

#rw-topbar strong {
    font-weight: 700;
}
