
.genfa-brochure-button-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    direction: rtl;
}

.genfa-brochure-button {
    min-height: 52px;
    padding: 0 22px;
    border-radius: 10px;
    background: linear-gradient(135deg, #f6a24a 0%, #ffb761 100%);
    color: #102870 !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-family: inherit;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    text-decoration: none !important;
    box-shadow: 0 12px 28px rgba(246, 162, 74, 0.26);
    transition:
        transform .2s ease,
        box-shadow .2s ease,
        filter .2s ease;
}

.genfa-brochure-button:hover,
.genfa-brochure-button:focus {
    color: #102870 !important;
    transform: translateY(-2px);
    box-shadow: 0 17px 36px rgba(246, 162, 74, 0.34);
    filter: brightness(1.03);
}

.genfa-brochure-button:active {
    transform: translateY(0);
}

.genfa-brochure-button svg {
    width: 19px;
    height: 19px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.1;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@media (max-width: 767px) {
    .genfa-brochure-button-wrap {
        width: 100%;
    }

    .genfa-brochure-button {
        width: 100%;
        min-height: 50px;
        padding-inline: 18px;
        font-size: 14px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .genfa-brochure-button {
        transition: none;
    }
}
