.akasha-calendly-consent-wrapper {
    position: relative;
}

.akasha-calendly-consent-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
    background: rgba(0, 0, 0, 0.55);
    backdrop-filter: blur(2px);
    z-index: 9999;
}

.akasha-calendly-consent-card {
    width: min(680px, 100%);
    background: #111;
    border: 1px solid rgba(212, 175, 55, 0.35);
    border-radius: 14px;
    padding: 22px;
    color: #fff;
    box-shadow: 0 18px 60px rgba(0, 0, 0, 0.45);
}

.akasha-calendly-consent-title {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.akasha-calendly-consent-text {
    font-size: 15px;
    line-height: 1.5;
    opacity: 0.95;
    margin: 0 0 14px 0;
}

.akasha-calendly-consent-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin: 10px 0 8px 0;
}

.akasha-calendly-consent-btn,
.akasha-calendly-consent-btn-secondary {
    appearance: none;
    border-radius: 10px;
    padding: 10px 14px;
    font-weight: 600;
    border: 1px solid transparent;
    cursor: pointer;
}

.akasha-calendly-consent-btn {
    background: #d4af37;
    color: #111;
}

.akasha-calendly-consent-btn:hover {
    filter: brightness(0.97);
}

.akasha-calendly-consent-btn-secondary {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.22);
}

.akasha-calendly-consent-btn-secondary:hover {
    border-color: rgba(255, 255, 255, 0.4);
}

.akasha-calendly-consent-hint {
    font-size: 13px;
    opacity: 0.8;
}
