/* ── CTA Button block wrapper ────────────────────────────────────────────── */
.wp-block-guvi-cta-button {
    display: flex;
    margin: 1.25rem 0;
}

/* ── Button — mirrors .btn-enquire-now from the theme header ─────────────── */
.wp-block-guvi-cta-button a.guvi-btn-enquire,
.wp-block-guvi-cta-button a.guvi-btn-enquire:link,
.wp-block-guvi-cta-button a.guvi-btn-enquire:visited {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 126px;
    height: 36px;
    background: linear-gradient(88.5deg, #56F68F 0.11%, #0AE056 99.28%);
    color: #0a0f14 !important;
    font-family: "Jones", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    padding: 8px 16px;
    border-radius: 6px;
    gap: 8px;
    text-decoration: none !important;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    box-shadow:
        0px 0px 0px 1.3px #38ca8199,
        0px 1px 3px 0px #2e81584d,
        0px 1px 2px 0px #bcfedd inset;
    transition: opacity 0.2s ease;
}

.wp-block-guvi-cta-button a.guvi-btn-enquire:hover,
.wp-block-guvi-cta-button a.guvi-btn-enquire:focus {
    color: #0a0f14 !important;
    text-decoration: none !important;
    opacity: 0.9;
}

/* ── Chevron icon inside the button ──────────────────────────────────────── */
.guvi-btn-chevron {
    flex-shrink: 0;
    display: inline-block;
    vertical-align: middle;
}

/* ── Editor sidebar: URL field label ─────────────────────────────────────── */
.guvi-url-control {
    margin-top: 8px;
}

.guvi-url-label {
    display: block;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4px;
    color: #1e1e1e;
}
