.calendly-inline-container {
    width: 100%;
    height: 700px;
    position: relative;
    overflow: hidden;
    background-color: #ffffff;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.calendly-placeholder-95c06c1f {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 300px;
    background: #f7f9fa;
    border: 2px dashed #d1d5db;
    color: #6b7280;
    font-family: sans-serif;
    border-radius: 8px;
    font-size: 16px;
    text-align: center;
    padding: 20px;
}

.calendly-loader-95c06c1f {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.8);
    z-index: 2;
    transition: opacity 0.3s ease;
}

.calendly-spinner-95c06c1f {
    width: 40px;
    height: 40px;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #006bff;
    border-radius: 50%;
    animation: spin-95c06c1f 1s linear infinite;
}

@keyframes spin-95c06c1f {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}
