#rec1554961191 .t1261__panel {
    box-shadow: none !important;
    border-bottom: 2mm ridge rgb(202 220 50 / 60%);
    background: linear-gradient(150deg,rgb(87 130 86) 50%, rgb(43 79 154) 100%);
}

.t1261__logo-image {
    max-width: 85px;
}

.t1261__container_12, .t1261__container_12-20, .t1261__container_12-40 {
    max-width: 1200px;
}

.t-prefix_10 {
    display: none;
}

.t397__col {
    margin: 0px;
}

.t-col_1 {
    max-width: 144px;
}

.info-bar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 1.5rem;
    padding: 0.5rem 2rem;
    border-bottom: 2mm ridge rgb(202 220 50 / 60%);
    background: linear-gradient(150deg, rgb(64 104 120) 50%, rgb(255 255 255) 80%);
}

.info-text {
    font-size: 1.1rem;
    font-weight: 500;
    color: #fafafa;
    letter-spacing: -0.01em;
    line-height: 1.5;
    flex: 1 1 auto;
    min-width: 180px;
}

.icon-nav {
    display: flex;
    align-items: center;
    gap: 1.1rem;
    flex-wrap: wrap;
}

.icon-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
    background: #f8fafc;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.25s ease;
    border: 1px solid transparent;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.02);
    position: relative;
    line-height: 0;
}

.icon-link:hover {
    background: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 12px 22px rgba(37, 99, 235, 0.12);
    border-color: rgba(37, 99, 235, 0.2);
}

.icon-link:focus-visible {
    outline: 3px solid #2563eb;
    outline-offset: 3px;
}

.icon-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
    display: block;
}

.icon-link:hover .icon-img {
    opacity: 0.8;
}

@media (max-width: 520px) {
    .info-bar {
        flex-direction: column;
        align-items: flex-start;
        padding: 1.5rem;
    }

    .info-text {
        width: 100%;
    }

    .icon-nav {
        width: 100%;
        justify-content: flex-start;
        gap: 1rem;
    }

    .icon-link {
        width: 2.6rem;
        height: 2.6rem;
    }

    .icon-img {
        width: 20px;
        height: 20px;
    }
}
