#randevu-takvim {
    max-width: 960px;
    margin: 0 auto;
    font-family: inherit;
}

.fc-event {
    cursor: pointer !important;
}

/* Modal overlay */
.randevu-modal-overlay {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999;
}

/* Modal kutu */
.randevu-modal-box {
    background: #fff;
    border-radius: 16px;
    padding: 40px 32px;
    max-width: 440px;
    width: 90%;
    text-align: center;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.2);
}

.randevu-modal-kapat {
    position: absolute;
    top: 12px;
    right: 16px;
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: #888;
}

.randevu-modal-ikon {
    font-size: 52px;
    margin-bottom: 12px;
}

.randevu-modal-box h3 {
    font-size: 1.05rem;
    color: #1e293b;
    margin-bottom: 8px;
    line-height: 1.4;
}

.randevu-modal-aciklama {
    color: #64748b;
    margin-bottom: 24px;
    font-size: 0.95rem;
}

.randevu-butonlar {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 16px;
}

.randevu-btn {
    display: inline-block;
    padding: 13px 24px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: opacity 0.2s;
}

.randevu-btn:hover {
    opacity: 0.85;
}

.randevu-btn-telefon {
    background: #0c458f;
    color: #fff !important;
}

.randevu-btn-whatsapp {
    background: #25d366;
    color: #fff !important;
}

.randevu-telefon-text {
    font-size: 1.1rem;
    font-weight: 700;
    color: #1e293b;
    margin: 0;
}