
/* Global Font Settings (Matching ko-yardim.com) */
html, body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial, sans-serif !important;
    overflow-x: hidden !important;
    width: 100% !important;
    position: relative !important;
}

/* Quill Alignment Classes */
.ql-align-center { text-align: center !important; }
.ql-align-right { text-align: right !important; }
.ql-align-justify { text-align: justify !important; }

/* Modern Code Block Styling */
.post-content pre, .ql-syntax, .ql-editor pre.ql-syntax {
    background: #1e293b !important;
    color: #e2e8f0 !important;
    padding: 1.25rem !important;
    border-radius: 14px !important;
    font-family: 'JetBrains Mono', 'Fira Code', 'Consolas', monospace !important;
    font-size: 13px !important;
    line-height: 1.6 !important;
    margin: 1.5rem 0 !important;
    max-width: 100% !important;
    overflow-x: auto !important;
    white-space: pre !important;
    word-wrap: normal !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2) !important;
}

.ql-syntax {
    position: relative;
}

.ql-syntax::after {
    content: "CODE";
    position: absolute;
    top: 0;
    right: 0;
    padding: 4px 10px;
    background: rgba(255, 255, 255, 0.05);
    border-bottom-left-radius: 10px;
    font-size: 10px;
    font-weight: 900;
    color: #64748b;
    pointer-events: none;
}

/* Word Break Fix */
.word-break {
    word-break: break-word !important;
    overflow-wrap: break-word !important;
}

.message-body, .message-content, .bbWrapper, .post-content {
    font-family: 'Inter', sans-serif;
}

h1, h2, h3, h4, h5, h6, .block-header, .block-minorHeader, .p-title-value, .category-header {
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.site-navbar {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
    min-height: 4.5rem !important;
    background: #202438 !important;
    border-top: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14) !important;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.55), inset 0 -1px 0 rgba(0, 0, 0, 0.25) !important;
    z-index: 9999 !important;
}

.site-navbar-inner {
    width: min(100%, 1580px);
    min-height: 4.5rem;
    margin: 0 auto;
    padding: 0 3rem;
    display: grid;
    grid-template-columns: minmax(520px, 1fr) auto auto;
    align-items: center;
    gap: 2.25rem;
}

.site-navbar-left {
    display: flex;
    align-items: center;
    gap: 2.6rem;
    min-width: 0;
}

.site-logo {
    width: 7.75rem;
    min-width: 7.75rem;
    height: 3.2rem;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #f7f8ff;
    text-decoration: none !important;
}

.site-logo-img {
    max-width: 100%;
    max-height: 2.75rem;
    object-fit: contain;
}

.site-logo-text {
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.02rem;
    line-height: 1.05;
    letter-spacing: 0.08em;
    font-weight: 500;
}

.site-search {
    position: relative;
    width: min(28.125rem, 42vw);
    min-width: 18rem;
}

.site-search-icon {
    position: absolute;
    inset: 0 auto 0 1.25rem;
    display: flex;
    align-items: center;
    color: #ffffff;
    font-size: 1.55rem;
    pointer-events: none;
}

.site-search-input {
    width: 100%;
    height: 2.8rem;
    padding: 0 1.2rem 0 5.35rem;
    border-radius: 0.42rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: #2a2f49;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 800;
    outline: none;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.035);
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
}

.site-search-input::placeholder {
    color: #ffffff !important;
    opacity: 1;
}

.site-search-input:focus {
    border-color: rgba(255, 255, 255, 0.26);
    background: #303653;
    box-shadow: 0 0 0 3px rgba(45, 98, 255, 0.12);
}

.site-primary-nav,
.site-actions {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.site-primary-nav {
    gap: 1.55rem;
}

.site-nav-link {
    display: inline-flex;
    align-items: center;
    gap: 0.42rem;
    color: #ffffff !important;
    font-size: 1rem;
    font-weight: 700;
    text-decoration: none !important;
    transition: color 0.18s ease, transform 0.18s ease;
}

.site-nav-link:hover {
    transform: translateY(-1px);
}

.site-nav-link-home i {
    color: #ffffff;
}

.site-nav-link-server,
.site-nav-link-server i {
    color: #ff420e !important;
}

.site-nav-link-ad {
    color: #ffe600 !important;
}

.site-nav-link-calendar {
    color: #17bd40 !important;
}

.site-actions {
    justify-content: flex-end;
    gap: 1.05rem;
}

.site-actions > button,
.site-actions > a:not(.btn-login-custom):not(.btn-register-custom),
.site-actions > .relative > button,
.site-action-btn {
    width: 2.25rem !important;
    height: 2.25rem !important;
    padding: 0 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 999px !important;
    color: #ffffff !important;
    background: transparent !important;
    border: 0 !important;
    font-size: 1.25rem !important;
    line-height: 1 !important;
    transition: color 0.18s ease, background-color 0.18s ease, transform 0.18s ease !important;
}

.site-actions > button:hover,
.site-actions > a:not(.btn-login-custom):not(.btn-register-custom):hover,
.site-actions > .relative > button:hover {
    color: #ffffff !important;
    background: rgba(255, 255, 255, 0.08) !important;
    transform: translateY(-1px);
}

.site-actions > .btn-login-custom,
.site-actions > .btn-register-custom {
    width: auto !important;
    height: 2.4rem !important;
    white-space: nowrap;
}

.site-user-menu {
    margin-left: 0.25rem;
}

.site-user-menu > div:first-child {
    height: 3.25rem;
    padding: 0 !important;
}

.site-user-menu > div:first-child > img {
    width: 3.05rem !important;
    height: 3.05rem !important;
    border: 2px solid #70ff66 !important;
    box-shadow: 0 0 0 2px rgba(112, 255, 102, 0.16), 0 0 18px rgba(112, 255, 102, 0.22) !important;
}

.site-settings-btn {
    font-size: 1.25rem !important;
}

.site-main {
    padding-top: 4.5rem !important;
}

.site-mobile-menu-btn,
.site-mobile-drawer,
.mobile-bottom-nav {
    display: none;
}

@media (max-width: 1280px) {
    .site-navbar-inner {
        grid-template-columns: minmax(360px, 1fr) auto;
        gap: 1.5rem;
        padding: 0 1.5rem;
    }

    .site-primary-nav {
        display: none;
    }
}

@media (max-width: 820px) {
    body {
        padding-bottom: 4.9rem;
    }

    .site-navbar-inner {
        grid-template-columns: auto auto 1fr auto;
        min-height: 3.85rem;
        padding: 0 0.55rem;
        gap: 0.4rem;
    }

    .site-navbar {
        min-height: 3.85rem !important;
        background: #23253b !important;
        border-top: 0 !important;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1) !important;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.22) !important;
    }

    .site-mobile-menu-btn {
        width: 2.35rem;
        height: 2.35rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        border: 0;
        border-radius: 0.7rem;
        background: transparent;
        color: #d7dbe8;
        font-size: 1.55rem;
        flex-shrink: 0;
    }

    .site-logo {
        justify-content: flex-start;
        width: 6.1rem;
        min-width: 6.1rem;
        height: auto;
        flex: 0 0 auto;
    }

    .site-logo-img {
        max-height: 1.8rem;
        max-width: 100%;
    }

    .site-search {
        display: none !important;
    }

    .site-main {
        padding-top: 4.7rem !important;
    }

    .site-primary-nav {
        display: none !important;
    }

    .site-navbar-left {
        gap: 0.55rem;
        display: contents;
    }

    .site-actions {
        gap: 0.15rem;
        margin-left: auto;
    }

    .site-actions > button,
    .site-actions > a:not(.btn-login-custom):not(.btn-register-custom),
    .site-actions > .relative > button,
    .site-action-btn {
        width: 2.15rem !important;
        height: 2.15rem !important;
        font-size: 1.2rem !important;
    }

    .site-actions > .btn-login-custom,
    .site-actions > .btn-register-custom {
        height: 2rem !important;
        padding: 0 0.8rem !important;
        border-radius: 0.7rem !important;
        font-size: 0.78rem !important;
        font-weight: 800 !important;
        box-shadow: none !important;
    }

    #notification-area {
        display: inline-flex;
        align-items: center;
    }

    .site-user-menu > div:first-child {
        height: auto;
    }

    .site-user-menu > div:first-child > img {
        width: 3.5rem !important;
        height: 3.5rem !important;
        border: 3px solid #8df25d !important;
        box-shadow: 0 0 0 2px rgba(141, 242, 93, 0.18) !important;
    }

    .site-mobile-drawer {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 0;
        background: #23253b;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.2s ease;
    }

    body.mobile-nav-open .site-mobile-drawer {
        max-height: 4rem;
    }

    .site-mobile-drawer-link {
        min-height: 3.2rem;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.45rem;
        color: #dde3f2;
        background: transparent;
        border: 0;
        font-size: 0.9rem;
        font-weight: 700;
        text-decoration: none;
    }

    .site-mobile-drawer-button {
        width: 100%;
    }

    .mobile-bottom-nav {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 10020;
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        background: #2c3048;
        border-top: 1px solid rgba(255, 255, 255, 0.14);
        box-shadow: 0 -6px 20px rgba(0, 0, 0, 0.2);
    }

    .mobile-bottom-nav-link {
        min-height: 4.1rem;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0.24rem;
        color: #f2f4fb;
        text-decoration: none;
        font-size: 0.72rem;
        font-weight: 600;
        background: transparent;
        border: 0;
        border-right: 1px solid rgba(255, 255, 255, 0.12);
    }

    .mobile-bottom-nav-link:last-child {
        border-right: 0;
    }

    .mobile-bottom-nav-link i {
        font-size: 1.05rem;
    }

    .mobile-bottom-nav-button {
        width: 100%;
    }

    .top-bar-info {
        height: 3rem !important;
    }

    .top-bar-info .w-full.flex.items-center.justify-center.gap-4 {
        gap: 0.5rem !important;
        font-size: 11px !important;
        line-height: 1.15 !important;
        padding: 0 0.75rem !important;
        letter-spacing: 0.02em !important;
    }
}

/* Forum Node Styles (Matching ko-yardim.com) */
.forum-title {
    font-family: 'Inter', sans-serif !important;
    font-size: 17px !important;
    font-weight: 700 !important;
    color: #4A6791 !important;
}

.dark .forum-title {
    color: #FFFFFF !important;
}

.forum-description {
    font-family: 'Inter', sans-serif !important;
    font-size: 13px !important;
    color: #596880 !important;
}

.dark .forum-description {
    color: #CBD5E1 !important;
}

/* Stats and Last Post Styling */
.forum-row-item span {
    font-family: 'Inter', sans-serif !important;
}

.forum-row-item .text-\[11px\] {
    font-size: 11px !important;
    color: #8c8c8c !important;
}

.dark .forum-row-item .text-\[11px\] {
    color: #94A3B8 !important;
}

.forum-row-item .text-\[14px\] {
    font-size: 14px !important;
}

.forum-row-item .text-\[13px\] {
    font-size: 13px !important;
}

.forum-row-item .text-\[12px\] {
    font-size: 12px !important;
}


::-webkit-scrollbar {
    width: 8px;
}
::-webkit-scrollbar-track {
    background: #141720;
}
::-webkit-scrollbar-thumb {
    background: #2A3042;
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #3B82F6;
}

/* Form Autofill Fix (Browser override) */
input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus, 
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px #1a1c2e inset !important;
    -webkit-text-fill-color: white !important;
    transition: background-color 5000s ease-in-out 0s;
}

input::placeholder {
    color: rgba(255, 255, 255, 0.4) !important;
}

/* Toast Notifications (Modern Bildirimler) */
.toast-container {
    position: fixed;
    top: 24px;
    right: 24px;
    z-index: 10000;
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.toast-item {
    min-width: 300px;
    padding: 16px 20px;
    border-radius: 12px;
    background: #1a1c2e;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    color: white;
    display: flex;
    align-items: center;
    gap: 12px;
    animation: toast-slide-in 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
    cursor: pointer;
}

.toast-item.success {
    border-left: 4px solid #10B981;
}

.toast-item.error {
    border-left: 4px solid #EF4444;
}

.toast-item i {
    font-size: 1.2rem;
}

.toast-item.success i { color: #10B981; }
.toast-item.error i { color: #EF4444; }

.toast-item.fade-out {
    animation: toast-fade-out 0.4s ease forwards;
}

@keyframes toast-slide-in {
    from { transform: translateX(100%); opacity: 0; }
    to { transform: translateX(0); opacity: 1; }
}

@keyframes toast-fade-out {
    from { transform: scale(1); opacity: 1; }
    to { transform: scale(0.9); opacity: 0; }
}

/* Header Auth Buttons Styling */
.btn-login-custom {
    background-color: #13adb7 !important;
    color: white !important;
    padding: 7px 22px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 0 12px rgba(19, 173, 183, 0.5) !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn-login-custom:hover {
    background-color: #17c1cc !important;
    box-shadow: 0 0 20px rgba(19, 173, 183, 0.7) !important;
}

.btn-register-custom {
    background-color: #007bff !important;
    color: white !important;
    padding: 7px 22px !important;
    border-radius: 8px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 0 12px rgba(0, 123, 255, 0.5) !important;
    border: none !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
}

.btn-register-custom:hover {
    background-color: #0088ff !important;
    box-shadow: 0 0 20px rgba(0, 123, 255, 0.7) !important;
}

/* Quill Editor Premium Tooltip Styling */
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus {
    color: #3b82f6 !important;
}

.dark .ql-snow .ql-tooltip {
    background-color: #1c2438 !important;
    border: 1px solid #374151 !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.5) !important;
    color: #e5e7eb !important;
    border-radius: 12px !important;
    padding: 12px 18px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    z-index: 9999 !important;
}

.ql-snow .ql-tooltip {
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1) !important;
    color: #1e293b !important;
    border-radius: 12px !important;
    padding: 12px 18px !important;
    z-index: 9999 !important;
}

/* 🏗️ Quill Toolbar Butonlarını Büyütme Operasyonu */
.ql-toolbar.ql-snow {
    padding: 12px 15px !important;
    border-top-left-radius: 12px !important;
    border-top-right-radius: 12px !important;
}

.ql-snow .ql-toolbar button,
.ql-snow.ql-toolbar button {
    width: 32px !important;
    height: 32px !important;
    padding: 4px !important;
    margin-right: 4px !important;
}

.ql-snow .ql-toolbar button svg,
.ql-snow.ql-toolbar button svg {
    width: 20px !important;
    height: 20px !important;
}

/* Sayısal Liste (Picker) Büyütme */
.ql-snow .ql-picker.ql-size {
    width: 65px !important;
    height: 32px !important;
}

.ql-snow .ql-picker.ql-header {
    width: 85px !important;
    height: 32px !important;
}

.ql-snow .ql-picker-label {
    padding-left: 10px !important;
    padding-right: 12px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: bold !important;
    color: #9CA3AF !important;
}

/* 🔦 İkonları Görünür Yapma */
.ql-snow .ql-stroke {
    stroke: #4b5563 !important; /* Light Mode: Koyu Gri */
}

.dark .ql-snow .ql-stroke {
    stroke: #9CA3AF !important; /* Dark Mode: Açık Gri */
}

.ql-snow .ql-fill {
    fill: #4b5563 !important;
}

.dark .ql-snow .ql-fill {
    fill: #9CA3AF !important;
}

.ql-snow .ql-picker-label svg .ql-stroke {
    stroke: #4b5563 !important;
}

.dark .ql-snow .ql-picker-label svg .ql-stroke {
    stroke: #9CA3AF !important;
}

/* Hover Renk Desteği */
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-picker-label:hover .ql-stroke {
    stroke: #3b82f6 !important;
}

.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow .ql-picker-label:hover .ql-fill {
    fill: #3b82f6 !important;
}

.ql-snow .ql-picker-label:hover {
    color: #3b82f6 !important;
}

/* 🎨 Renk Damlası, Arkaplan Kutusu ve Hizalama İkonlarını Fenerle Aydınlat & FontAwesome Desteği */
.ql-snow .ql-picker.ql-color .ql-picker-label svg,
.ql-snow .ql-picker.ql-background .ql-picker-label svg,
.ql-snow .ql-picker.ql-align .ql-picker-label svg {
    display: none !important; /* Görünmeyen SVG'yi gizle */
}

.dark .ql-snow .ql-picker.ql-color .ql-picker-label::before,
.dark .ql-snow .ql-picker.ql-background .ql-picker-label::before,
.dark .ql-snow .ql-picker.ql-align .ql-picker-label::before {
    color: #9CA3AF !important;
}

.ql-snow .ql-picker.ql-color .ql-picker-label::before,
.ql-snow .ql-picker.ql-background .ql-picker-label::before,
.ql-snow .ql-picker.ql-align .ql-picker-label::before {
    font-family: "Font Awesome 6 Free" !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    color: #4b5563 !important;
    margin-right: 5px !important;
}

/* Damla İkonu (Renk) */
.ql-snow .ql-picker.ql-color .ql-picker-label::before {
    content: "\f1fb" !important; /* fa-dropper */
}

/* Boya Fırçası (Arkaplan) */
.ql-snow .ql-picker.ql-background .ql-picker-label::before {
    content: "\f1fc" !important; /* fa-paint-brush */
}

/* Hizalama (Align) */
.ql-snow .ql-picker.ql-align .ql-picker-label::before {
    content: "\f036" !important; /* fa-align-left */
}

/* Hover Parlaması */
.ql-snow .ql-picker.ql-color:hover .ql-picker-label::before,
.ql-snow .ql-picker.ql-background:hover .ql-picker-label::before,
.ql-snow .ql-picker.ql-align:hover .ql-picker-label::before {
    color: #3b82f6 !important;
}

/* 🏗️ Whitelist: Sadece bu sınıfa sahip olan butonlar ve pickerlar görünebilir */
.ql-toolbar.ql-snow button,
.ql-toolbar.ql-snow .ql-picker,
.ql-toolbar.ql-snow .ql-formats {
    display: none !important; /* Önce hepsi kapalı (Noktalar bu grupların içindeydi) */
}

/* ✅ Sadece DOLU ve İZİNLİ Grupları Aç */
.ql-toolbar.ql-snow .ql-formats {
    display: inline-block !important;
    margin-right: 15px !important;
}

/* ✅ İzin Verilen Butonlar */
.ql-toolbar.ql-snow .ql-bold,
.ql-toolbar.ql-snow .ql-italic,
.ql-toolbar.ql-snow .ql-underline,
.ql-toolbar.ql-snow .ql-list,
.ql-toolbar.ql-snow .ql-link,
.ql-toolbar.ql-snow .ql-image,
.ql-toolbar.ql-snow .ql-video,
.ql-toolbar.ql-snow .ql-code-block {
    display: inline-block !important;
}

/* ✅ İzin Verilen Seçiciler (Pickerlar) */
.ql-toolbar.ql-snow .ql-size.ql-picker,
.ql-toolbar.ql-snow .ql-header.ql-picker,
.ql-toolbar.ql-snow .ql-color.ql-picker,
.ql-toolbar.ql-snow .ql-background.ql-picker,
.ql-toolbar.ql-snow .ql-align.ql-picker {
    display: inline-block !important;
}

/* Picker içindeki öğelerin görünürlüğünü koru */
.ql-snow .ql-picker-label,
.ql-snow .ql-picker-item {
    display: flex !important;
}

/* Gereksiz boş kutu veya ayrıştırıcıları (UI elements) sök at */
.ql-snow .ql-ui {
    display: none !important;
}

.dark .ql-snow .ql-tooltip input[type=text] {
    background-color: #111827 !important;
    border: 1px solid #374151 !important;
    color: white !important;
}

.ql-snow .ql-tooltip input[type=text] {
    background-color: #ffffff !important;
    border: 1px solid #e2e8f0 !important;
    color: #1e293b !important;
    border-radius: 8px !important;
    padding: 8px 12px !important;
    font-size: 13px !important;
    width: 250px !important;
    outline: none !important;
}

.ql-snow .ql-tooltip input[type=text]:focus {
    border-color: #3b82f6 !important;
}

.ql-snow .ql-tooltip a.ql-action {
    background-color: #3b82f6 !important;
    color: white !important;
    padding: 8px 16px !important;
    border-radius: 8px !important;
    font-weight: bold !important;
    text-decoration: none !important;
    font-size: 13px !important;
    margin-left: 10px !important;
    transition: all 0.2s ease !important;
    display: inline-block !important;
}

.ql-snow .ql-tooltip a.ql-action:hover {
    background-color: #2563eb !important;
}

.ql-snow .ql-tooltip a.ql-preview {
    color: #9ca3af !important;
    margin-right: 15px !important;
    font-size: 12px !important;
}

.ql-snow .ql-tooltip a.ql-remove {
    color: #ef4444 !important;
    margin-left: 15px !important;
    text-decoration: none !important;
    font-size: 12px !important;
}

/* Tooltip Link Text */
.ql-snow .ql-tooltip::before {
    content: "URL Girin:" !important;
    line-height: normal !important;
    margin-right: 8px !important;
    font-weight: bold !important;
    color: #9ca3af !important;
}

/* 🎥 Premium Video Embed Styling */
iframe.ql-video {
    width: 100% !important;
    max-width: 850px !important;
    aspect-ratio: 16 / 9 !important;
    height: auto !important;
    display: block !important;
    margin: 25px auto !important;
    border-radius: 16px !important;
    border: 1px solid rgba(255, 255, 255, 0.05) !important;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.4) !important;
}

/* 📝 Editor İçerisindeki Video Önizlemesi */
.ql-editor iframe.ql-video {
    max-width: 100% !important;
    margin: 15px 0 !important;
}

/* 🖼️ Post İçeriğindeki Resimleri Sınırla (Taşmayı Engelle) */
.post-content {
    overflow-x: hidden !important;
    word-wrap: break-word !important;
}

.post-content * {
    max-width: 100% !important;
    box-sizing: border-box !important;
}

.post-content img {
    max-width: 100% !important;
    width: auto !important;
    height: auto !important;
    border-radius: 8px;
    margin: 10px 0;
    display: inline-block !important;
    cursor: zoom-in;
    transition: transform 0.3s ease;
}

.post-content img:hover {
    transform: scale(1.005);
}

/* 💬 Yanıtla (Alıntı) İçindeki Resimleri Küçült */
blockquote img {
    max-height: 150px !important;
    width: auto !important;
    display: inline-block !important;
    margin: 10px 0 !important;
    border-radius: 8px !important;
    transition: all 0.3s ease !important;
}
