@font-face {
    font-family: 'KFGQPC Uthman';
    src: url('https://kuranmucizeler.com/fonts/KFGQPC_Uthmanic_Script_HAFS_Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.kuran-ayet-container{margin:20px 0;padding:0;border:1px solid #ddd;border-radius:8px;background-color:#fff;box-shadow:0 2px 4px rgba(0,0,0,0.1)}
.kuran-ayet-header{background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);color:#fff;padding:12px 20px;border-radius:8px 8px 0 0;display:flex;justify-content:space-between;align-items:center}
.kuran-sure-adi{font-size:16px;font-weight:bold}
.kuran-ayet-numara{font-size:14px;opacity:0.9}
.kuran-ayet-content{padding:15px}
.kuran-ayet-tablo{margin:20px 0;padding:0;border:2px solid #34495e;border-radius:10px;background:#fff;box-shadow:0 4px 6px rgba(0,0,0,0.1)}
.kuran-ayet-tablo-header{background:linear-gradient(135deg,#2c3e50 0%,#34495e 100%);color:#fff;padding:15px 20px;border-radius:8px 8px 0 0;text-align:center}
.kuran-ayet-tablo-header h3{margin:0;font-size:18px;font-weight:bold}
.kuran-ayet-tablo-header p{margin:5px 0 0 0;font-size:14px;opacity:0.9}
.kuran-ayet-tablo-section{padding:20px;border-bottom:1px solid #ecf0f1}
.kuran-ayet-tablo-section:last-child{border-bottom:none}
.kuran-ayet-tablo-label{font-size:12px;font-weight:bold;color:#7f8c8d;text-transform:uppercase;margin-bottom:10px;letter-spacing:1px}
.kuran-ayet-arapca{font-size:34px;text-align:right;direction:rtl;font-family:'KFGQPC Uthman','Traditional Arabic','Arial Unicode MS',sans-serif;line-height:2.5;padding:15px;background-color:#f9f9f9;border-radius:5px;color:#1a1a1a}

/* Latin ve Meal aynı stil - italic serif */
.kuran-ayet-latin,
.kuran-ayet-meal{
    font-size:18px;
    font-style:italic;
    padding:15px;
    background-color:#f9f9f9;
    border-radius:5px;
    color:#34495e;
    line-height:1.8;
    font-family:Georgia,'Times New Roman',serif;
}

.kuran-kavram-link{
    color:#3498db;
    cursor:pointer;
    text-decoration:underline;
    font-weight:bold;
    transition:color 0.2s;
}
.kuran-kavram-link:hover{
    color:#2980b9;
}
.kuran-kavram-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fff;border:2px solid #3498db;border-radius:10px;padding:20px;max-width:600px;width:90%;max-height:80vh;overflow-y:auto;box-shadow:0 10px 30px rgba(0,0,0,0.3);z-index:10000;animation:fadeIn 0.3s}
.kuran-kavram-popup-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,0.5);z-index:9999;animation:fadeIn 0.3s}
.kuran-kavram-popup-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px;padding-bottom:10px;border-bottom:2px solid #ecf0f1}
.kuran-kavram-popup-title{font-size:20px;font-weight:bold;color:#2c3e50}
.kuran-kavram-popup-close{background:#e74c3c;color:#fff;border:none;border-radius:50%;width:30px;height:30px;cursor:pointer;font-size:18px;line-height:1}
.kuran-kavram-popup-close:hover{background:#c0392b}
.kuran-kavram-popup-content{font-size:16px;line-height:1.8;color:#555}
.kuran-kavram-popup-content p{margin:0 0 12px 0}
.kuran-kavram-popup-content p:last-child{margin-bottom:0}
.kuran-kavram-popup-loading{text-align:center;color:#3498db;font-style:italic}
@keyframes fadeIn{from{opacity:0}to{opacity:1}}
.kuran-ayet-placeholder{background-color:#e3f2fd;padding:5px 10px;border-radius:3px;color:#1976d2}
.kuran-ayet-error{color:#e74c3c;background-color:#fadbd8;padding:15px;border-radius:5px;border:1px solid #e74c3c;margin:20px 0}

/* Not kutusu */
.kuran-ayet-not{
    margin-top:15px;
    padding:12px;
    background-color:#fff3cd;
    border-left:4px solid #ffc107;
    border-radius:4px;
    font-size:15px;
    color:#856404;
    line-height:2;
}

/* Asterisk superscript'leri için boşluk kaldır */
.kuran-ayet-meal sup:not(.kuran-kavram-link),
.kuran-ayet-latin sup:not(.kuran-kavram-link),
.kuran-ayet-not sup {
    color:#d39e00;
    font-weight:bold;
    margin:0 !important;
    padding:0 !important;
}