.rad-footer-lp-vip__brochure {
    margin-bottom: 15px;
}

.rad-footer-lp-vip__brochure .rad-submenu__cta-wrapper {
    text-align: right;
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: flex-end;
}

.rad-footer-lp-vip__brochure .rad-submenu__cta {
    margin: 0px;
}

.rad-footer-lp-vip__brochure .rad-submenu__cta-wrapper .rad-button__text {
    color: #000;
    font-size: 1rem;
    font-weight: 300 !important;
}

@media screen and (max-width: 600px) {
    .rad-footer-lp-vip__brochure .rad-submenu__cta-wrapper .rad-button__text {
        color: #000;
        font-size: 1rem;
        font-weight: 300 !important;
    }

    .rad-footer-lp-vip__brochure .rad-submenu__cta-wrapper {
        justify-content: flex-start;
        align-items: flex-start;
    }
}

/* Social Icons */
.rad-footer-lp__social {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 12px;
    margin-bottom: 4px;
}

.rad-footer-lp__social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.15);
    transition: background 0.2s ease, transform 0.2s ease;
    flex-shrink: 0;
}

.rad-footer-lp__social-link:hover {
    background: rgba(255, 255, 255, 0.35);
    transform: translateY(-2px);
}

.rad-footer-lp__social-link svg {
    width: 16px;
    height: 16px;
    fill: #fff;
    display: block;
}