.cta-banner-wrap {
    background-color: #ffffff;
    border-left: 5px solid #1a6fe8;
    border-radius: 10px;
    padding: 36px 40px;
    max-width: 780px;
    margin: 40px auto;
    font-family: 'Segoe UI', Arial, sans-serif;
    box-sizing: border-box;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.cta-banner-heading {
    color: #1a6fe8 !important;
    font-size: 1.9rem !important;
    font-weight: 800 !important;
    margin: 0 0 12px 0 !important;
    line-height: 1.2 !important;
}

.cta-banner-body {
    color: #444 !important;
    font-size: 1rem !important;
    margin: 0 0 28px 0 !important;
    line-height: 1.6 !important;
    max-width: 480px;
}

.cta-banner-btn-wrap {
    text-align: left;
}

.cta-banner-btn {
    display: inline-block;
    background-color: #1a6fe8;
    color: #ffffff !important;
    text-decoration: none;
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    transition: background-color 0.2s ease;
    cursor: pointer;
}

.cta-banner-btn:hover {
    background-color: #1559c4;
    color: #ffffff !important;
}

.cta-block-url-wrap .components-base-control__label {
    display: block;
    margin-bottom: 6px;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    color: #1e1e1e;
}
