.js-kadence-category-cta-wrap {
    margin-top: 20px;
    text-align: center;
}

.js-kadence-category-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 24px;
    border: 2px solid #ffffff;
    border-radius: 999px;
    background: #ffffff;
    color: #075ca8;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.3;
    text-decoration: none;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease;
}

.js-kadence-category-cta:hover,
.js-kadence-category-cta:focus {
    background: #f5b400;
    color: #10284c;
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.24);
    transform: translateY(-2px);
}

.js-kadence-category-cta:focus-visible {
    outline: 3px solid #10284c;
    outline-offset: 3px;
}

@media (max-width: 767px) {
    .js-kadence-category-cta-wrap {
        margin-top: 16px;
    }

    .js-kadence-category-cta {
        min-height: 44px;
        padding: 9px 20px;
        font-size: 15px;
    }
}
