/* Estilos públicos para IPR Banderas Marquesina */

.ipr-flags-marquee-wrapper {
    width: 100%;
    overflow: hidden;
    font-family: inherit;
}

/* Full width: romper el contenedor central del tema y ocupar todo el viewport */
.ipr-flags-marquee-wrapper.ipr-flags-fullwidth {
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
}

.ipr-flags-info-bar {
    background: rgba(0, 0, 0, 0.85);
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    text-align: center;
}

.ipr-flags-info-bar .ipr-flags-info-text {
    display: inline-block;
}

.ipr-flags-marquee {
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.ipr-flags-track {
    display: inline-flex;
    white-space: nowrap;
    will-change: transform;
}

.ipr-flag-item {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
    border-right: 1px solid #e0e0e0;
    flex: 0 0 auto;
}

.ipr-flag-item:last-child {
    border-right: none;
}

.ipr-flag-item:hover {
    background: #e8e8e8;
}

.ipr-flag-img-wrap {
    display: inline-block;
    margin-right: 8px;
}

.ipr-flag-img {
    width: 26px;
    height: auto;
    display: block;
    border-radius: 2px;
    box-shadow: 0 0 1px rgba(0,0,0,0.4);
    background: #fff;
}

.ipr-flag-label {
    font-weight: 500;
    white-space: nowrap;
}
