/* ==============================================
   INFINITROOT — CALENDLY SECTION CSS
   Version: 1.0.0
============================================== */

.ir-calendly {
    background: var(--bg-light, #F4F6FA);
}

.ir-calendly__inner {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.ir-calendly__inner .ir-section__header {
    margin-bottom: 32px;
}

/* Calendly widget wrapper */
.calendly-inline-widget {
    width: 100%;
    max-width: 900px;
    border-radius: var(--radius-lg, 20px);
    overflow: hidden;
    box-shadow: 0 8px 48px rgba(0, 0, 0, 0.10);
    border: 1px solid var(--border, #E2E5EC);
    background: var(--bg-white, #ffffff);
}

@media (max-width: 768px) {
    .calendly-inline-widget { height: 600px !important; }
}
