.nbetec-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    container-type: inline-size;
}

.nbetec-header {
    margin-bottom: 40px;
    text-align: center;
}

.nbetec-title {
    font-size: 32px;
    color: #1d2327;
    margin: 0 0 10px 0;
    font-weight: 700;
}

.nbetec-desc {
    font-size: 16px;
    color: #646970;
    margin: 0;
}

.nbetec-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 20px;
}

.nbetec-card {
    background: #fff;
    border-radius: 8px;
    border: 1px solid #dcdcde;
    padding: 20px;
    display: block;
    transition: transform 0.2s, box-shadow 0.2s;
    box-shadow: 0 2px 5px rgba(0,0,0,0.05);
    position: relative;
}

.nbetec-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-color: #2271b1;
}

.nbetec-card-icon {
    width: 40px;
    height: 40px;
    background: #f0f0f1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2271b1;
    flex-shrink: 0;
}

.nbetec-card-icon svg {
    width: 20px;
    height: 20px;
}

.nbetec-card-content {
    flex: 1;
    text-align: left;
}

.nbetec-city-plate {
    font-size: 24px;
    font-weight: 700;
    color: #e53e3e; /* Eczane logo kırmızı rengi */
    margin-bottom: 5px;
    transition: color 0.2s ease;
}

.nbetec-name {
    margin: 0;
    font-size: 20px;
    color: #1d2327;
    font-weight: 700;
    padding-right: 40px;
}

.nbetec-ilce {
    display: inline-block;
    background: #e6f0f9;
    color: #2271b1;
    padding: 3px 10px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
}

.nbetec-card-logo {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.nbetec-address, .nbetec-phone {
    margin-bottom: 10px;
    font-size: 14px;
    background: #f8f9fa;
    padding: 10px 15px;
    border-radius: 20px;
}

.nbetec-address a, .nbetec-phone a {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    color: #1e293b;
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.2s;
    font-weight: 700;
}

.nbetec-address a:hover, .nbetec-phone a:hover {
    color: #2271b1;
}

.nbetec-address svg, .nbetec-phone svg {
    flex-shrink: 0;
    margin-top: 2px;
    color: #8c8f94;
}

/* Nöbet Saati Rozeti (Tema ve CSS Sıfırlamalardan Bağımsız Sabit Görünüm) */
.nbetec-time {
    margin-top: 8px !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #ffffff !important;
    background: #e53e3e !important;
    padding: 4px 10px !important;
    border-radius: 4px !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 6px !important;
    line-height: 1.3 !important;
    max-width: 100% !important;
    box-sizing: border-box !important;
    vertical-align: middle !important;
    text-align: left !important;
}

.nbetec-time svg {
    display: inline-block !important;
    flex-shrink: 0 !important;
    width: 14px !important;
    min-width: 14px !important;
    max-width: 14px !important;
    height: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle !important;
    stroke: currentColor !important;
}

.nbetec-time span,
.nbetec-time-text {
    display: inline !important;
    color: #ffffff !important;
    line-height: inherit !important;
    font-size: inherit !important;
    font-weight: inherit !important;
    word-break: normal !important;
}

/* İcap Nöbeti Bilgilendirme Baloncuğu (Tooltip) */
.nbetec-time.nbetec-has-tooltip {
    position: relative !important;
    cursor: pointer !important;
}

.nbetec-info-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 2px !important;
    flex-shrink: 0 !important;
    opacity: 0.95 !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
    vertical-align: middle !important;
}

.nbetec-info-icon svg {
    width: 14px !important;
    min-width: 14px !important;
    max-width: 14px !important;
    height: 14px !important;
    min-height: 14px !important;
    max-height: 14px !important;
    stroke: currentColor !important;
    fill: none !important;
}

.nbetec-has-tooltip:hover .nbetec-info-icon,
.nbetec-has-tooltip:focus .nbetec-info-icon,
.nbetec-has-tooltip.nbetec-active .nbetec-info-icon {
    opacity: 1 !important;
    transform: scale(1.15) !important;
}

.nbetec-tooltip {
    visibility: hidden !important;
    opacity: 0 !important;
    position: absolute !important;
    bottom: calc(100% + 10px) !important;
    left: 0 !important;
    width: 290px !important;
    max-width: calc(100vw - 40px) !important;
    background: #1e293b !important;
    border: 1px solid #334155 !important;
    color: #f8fafc !important;
    padding: 10px 14px !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.4), 0 8px 10px -6px rgba(0, 0, 0, 0.3) !important;
    z-index: 99999 !important;
    pointer-events: none !important;
    transform: translateY(6px) !important;
    transition: opacity 0.2s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.2s !important;
    box-sizing: border-box !important;
    white-space: normal !important;
    text-align: left !important;
}

/* Ok işareti (Arrow) */
.nbetec-tooltip::after {
    content: "" !important;
    position: absolute !important;
    top: 100% !important;
    left: 20px !important;
    border-width: 6px !important;
    border-style: solid !important;
    border-color: #1e293b transparent transparent transparent !important;
}

.nbetec-tooltip-title {
    display: block !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #fca5a5 !important;
    margin-bottom: 4px !important;
    line-height: 1.3 !important;
    text-align: left !important;
}

.nbetec-tooltip-text {
    display: block !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color: #f1f5f9 !important;
    line-height: 1.45 !important;
    text-align: left !important;
}

/* Hover, Focus, Focus-Within & Active Durumları */
.nbetec-time.nbetec-has-tooltip:hover .nbetec-tooltip,
.nbetec-time.nbetec-has-tooltip:focus .nbetec-tooltip,
.nbetec-time.nbetec-has-tooltip:focus-within .nbetec-tooltip,
.nbetec-time.nbetec-has-tooltip.nbetec-active .nbetec-tooltip {
    visibility: visible !important;
    opacity: 1 !important;
    transform: translateY(0) !important;
    pointer-events: auto !important;
}

.nbetec-alert {
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-size: 15px;
}

.nbetec-alert p {
    margin: 0;
}

.nbetec-alert-warning {
    background: #fff8e5;
    border-left: 4px solid #f56e28;
    color: #3c434a;
}

/* Koyu Tema (Dark) */
.nbetec-theme-dark {
    background: #000000;
    border-color: #2d3748;
    color: #e2e8f0;
}
/* --- Inline Styles Moved Here --- */
.nbetec-breadcrumb { font-size: 14px; margin-bottom: 20px; display: flex; align-items: center; flex-wrap: wrap; }
.nbetec-breadcrumb a { text-decoration: none; color: inherit; opacity: 0.8; display: flex; align-items: center; }
.nbetec-breadcrumb a:hover { opacity: 1; text-decoration: underline; }
.nbetec-breadcrumb .nbetec-sep { margin: 0 10px; opacity: 0.5; color: #e53e3e; }
.nbetec-breadcrumb .nbetec-current { opacity: 1; font-weight: 500; }

.nbetec-filters { margin-bottom: 25px; display: flex; align-items: center; flex-wrap: wrap; gap: 8px; }
.nbetec-filter-label { font-weight: bold; color: #4a5568; margin-right: 5px; }
.nbetec-filter-btn {
    display: inline-flex;
    align-items: center;
    padding: 6px 16px;
    border: 1px solid #e2e8f0;
    border-radius: 20px;
    color: #4a5568;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.2s ease;
    background: #fff;
    box-shadow: none !important;
}
.nbetec-filter-btn:hover { border-color: #cbd5e0; background: #f7fafc; color: #4a5568; text-decoration: none; }
.nbetec-filter-btn.active { border-color: #3182ce; color: #3182ce; background: #ebf8ff; font-weight: 700; }
.nbetec-filter-icon { margin-right: 6px; font-size: 12px; font-weight: bold; }

.nbetec-shortcode { max-width: 1000px; margin: 0 auto; font-family: inherit; container-type: inline-size; }
.nbetec-shortcode .nbetec-header .nbetec-title {
    background: linear-gradient(135deg, #e53e3e, #c53030);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}
.nbetec-search-wrapper { position: relative; max-width: 600px; margin: 0 auto 30px auto; }
.nbetec-search-icon { position: absolute; left: 18px; top: 50%; transform: translateY(-50%); pointer-events: none; transition: stroke 0.3s ease; }
#nbetec-city-search {
    width: 100%; padding: 16px 20px 16px 45px; font-size: 16px; border: 2px solid #e2e8f0;
    border-radius: 30px; outline: none; background: #ffffff; box-shadow: 0 4px 6px rgba(0,0,0,0.02); transition: all 0.3s ease;
}
#nbetec-city-search:focus { border-color: #e53e3e; box-shadow: 0 0 0 4px rgba(229, 62, 62, 0.15); }
#nbetec-city-search:focus + .nbetec-search-icon, #nbetec-city-search:focus ~ .nbetec-search-icon { stroke: #e53e3e; }
.nbetec-city-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 15px; }
@media (max-width: 992px) { .nbetec-city-grid { grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); } }
@media (max-width: 480px) {
    .nbetec-city-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 8px; }
    .nbetec-city-card { padding: 10px 4px; }
    .nbetec-city-plate { font-size: 18px; margin-bottom: 4px; }
    .nbetec-city-name { font-size: 11px; word-break: break-word; line-height: 1.2; }
}
.nbetec-city-card {
    display: flex; flex-direction: column; align-items: center; justify-content: center;
    background: #fff; border: 1px solid #e2e8f0; border-radius: 12px; padding: 20px 10px;
    text-decoration: none; color: #2d3748; transition: all 0.2s ease; box-shadow: 0 2px 4px rgba(0,0,0,0.02);
}
.nbetec-city-card:hover { transform: translateY(-3px); box-shadow: 0 8px 15px rgba(0,0,0,0.08); border-color: #e53e3e; color: #e53e3e; }
.nbetec-city-card:hover .nbetec-city-plate { color: #c53030; }

/* Anasayfa İl Seçimi Koyu Tema */
.nbetec-theme-dark .nbetec-header .nbetec-title { color: #ffffff; }
.nbetec-theme-dark .nbetec-desc, .nbetec-theme-dark .nbetec-header p { color: #ffffff; }
.nbetec-theme-dark #nbetec-city-search { 
    background: #2d3748; 
    border-color: #4a5568; 
    color: #f7fafc; 
}
.nbetec-theme-dark #nbetec-city-search::placeholder { color: #a0aec0; }
.nbetec-theme-dark .nbetec-search-icon { stroke: #a0aec0; }

.nbetec-theme-dark .nbetec-city-card { 
    background: #2d3748; 
    border-color: #4a5568; 
}
.nbetec-theme-dark .nbetec-city-card:hover { 
    background: #1a202c; 
    border-color: #fc8181; 
    box-shadow: 0 8px 15px rgba(0,0,0,0.2);
}
.nbetec-theme-dark .nbetec-city-plate { color: #fc8181; }
.nbetec-theme-dark .nbetec-city-name { color: #e2e8f0; }
.nbetec-theme-dark .nbetec-city-card:hover .nbetec-city-name { color: #f7fafc; }

/* Shortcode / Eczane Listesi Koyu Tema */
.nbetec-theme-dark .nbetec-card {
    background: #1a202c;
    border-color: #2d3748;
    box-shadow: 0 4px 6px rgba(0,0,0,0.5);
}
.nbetec-theme-dark .nbetec-card:hover { border-color: #fc8181; box-shadow: 0 10px 20px rgba(0,0,0,0.7); }
.nbetec-theme-dark .nbetec-name { color: #f7fafc; }
.nbetec-theme-dark .nbetec-ilce { background: #000000; color: #90cdf4; }
.nbetec-theme-dark .nbetec-address, .nbetec-theme-dark .nbetec-phone { background: #000000; }
.nbetec-theme-dark .nbetec-address a, .nbetec-theme-dark .nbetec-phone a { color: #e2e8f0; }
.nbetec-theme-dark .nbetec-address a:hover, .nbetec-theme-dark .nbetec-phone a:hover { color: #fc8181; }
.nbetec-theme-dark .nbetec-address svg, .nbetec-theme-dark .nbetec-phone svg { color: #a0aec0; }
.nbetec-theme-dark .nbetec-direction { background: #000000 !important; color: #ffffff !important; border-left-color: #b91c1c !important; }
.nbetec-theme-dark .nbetec-direction * { color: #ffffff !important; }
.nbetec-theme-dark .nbetec-tooltip {
    background: #0f172a !important;
    border-color: #475569 !important;
}
.nbetec-theme-dark .nbetec-tooltip::after {
    border-color: #0f172a transparent transparent transparent !important;
}

/* Dropdown Seçiciler Koyu Tema */
.nbetec-theme-dark .nbetec-selector-header, .nbetec-theme-dark .nbetec-selector-dropdown {
    background: #1a202c !important;
    border-color: #2d3748 !important;
    color: #f7fafc !important;
}
.nbetec-theme-dark .nbetec-selector-header span, .nbetec-theme-dark .nbetec-selector-header strong { color: #f7fafc !important; }
.nbetec-theme-dark .nbetec-city-list li a { border-color: #2d3748 !important; color: #e2e8f0 !important; }
.nbetec-theme-dark .nbetec-city-list li a:hover { background: #000000 !important; }
.nbetec-theme-dark .nbetec-city-list .nbetec-plate { background: #000000 !important; color: #e2e8f0 !important; }
.nbetec-theme-dark .nbetec-selector-dropdown > div { background: #1a202c !important; border-color: #2d3748 !important; }
.nbetec-theme-dark .nbetec-search-input {
    background: #1a202c !important;
    border-color: #2d3748 !important;
    color: #f7fafc !important;
}

/* Paylaş Alanı Koyu Tema */
.nbetec-theme-dark .nbetec-share-actions { background: #1a202c !important; border-color: #2d3748 !important; color: #e2e8f0 !important; }
.nbetec-theme-dark .nbetec-share-label { color: #f7fafc !important; }
.nbetec-theme-dark .nbetec-x-icon, .nbetec-theme-dark .nbetec-print-btn { color: #f7fafc !important; }

.nbetec-share-actions a,
.nbetec-share-actions button {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: transform 0.2s ease, opacity 0.2s ease !important;
    text-decoration: none !important;
    border: none !important;
    background: none !important;
    padding: 0 !important;
    cursor: pointer !important;
    line-height: 1 !important;
}

.nbetec-share-actions a:hover,
.nbetec-share-actions button:hover {
    transform: scale(1.15) !important;
    opacity: 0.85 !important;
}

.nbetec-print-btn {
    color: #1e293b !important;
}

/* Kontrol Satırı (Şehir Seçici, İlçe Seçici, Paylaş) Düzeni */
.nbetec-controls-row {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 12px !important;
    margin-bottom: 25px !important;
    width: 100% !important;
    box-sizing: border-box !important;
}

.nbetec-city-selector,
.nbetec-district-selector,
.nbetec-share-actions {
    width: 100% !important;
    box-sizing: border-box !important;
    margin: 0 !important;
}

.nbetec-selector-header {
    background: #fff;
    border: 1px solid #cbd5e0;
    border-radius: 8px;
    padding: 12px 15px;
    cursor: pointer;
    display: flex !important;
    justify-content: space-between !important;
    align-items: center !important;
    color: #2d3748;
    font-weight: 500;
    min-height: 48px !important;
    height: 48px !important;
    box-sizing: border-box !important;
}

.nbetec-selector-header span {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    margin-right: 8px !important;
}

.nbetec-share-actions {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    background: #fff;
    border: 1px solid #cbd5e0;
    border-radius: 8px;
    padding: 10px 15px !important;
    min-height: 48px !important;
    height: 48px !important;
    box-sizing: border-box !important;
    flex-wrap: nowrap !important;
}

.nbetec-share-label {
    white-space: nowrap !important;
    font-weight: 600 !important;
    color: #2d3748;
    margin-right: 5px !important;
}

/* 768px ve üzeri (Geniş ekran & Masaüstü): Alttaki 3'lü eczane kartlarıyla birebir aynı 3 kolonlu ızgara ve 20px boşluk */
@container (min-width: 768px) {
    .nbetec-controls-row {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 20px !important;
    }
    .nbetec-controls-row.nbetec-controls-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 20px !important;
    }
}

@media (min-width: 768px) {
    .nbetec-controls-row {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
        gap: 20px !important;
    }
    .nbetec-controls-row.nbetec-controls-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 20px !important;
    }
}

/* ========================================= */
/* YENI WIDGET TASARIMI (THEME INDEPENDENT)  */
/* ========================================= */
.nbetec-nw-container {
    all: initial !important; /* Reset everything */
    display: block !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
    border-radius: 4px !important;
    overflow: hidden !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1) !important;
    background: #fff !important;
    border: 1px solid #e2e8f0 !important;
}

/* Header */
.nbetec-nw-theme-red_list .nbetec-nw-header {
    background: #b91c1c !important;
    padding: 15px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}
.nbetec-nw-logo-box {
    border: 2px solid #ffffff !important;
    color: #ffffff !important;
    font-size: 24px !important;
    font-weight: bold !important;
    width: 38px !important;
    height: 38px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    line-height: 1 !important;
}
.nbetec-nw-title-box {
    display: flex !important;
    flex-direction: column !important;
}
.nbetec-nw-title {
    color: #ffffff !important;
    font-weight: 900 !important;
    font-size: 16px !important;
    line-height: 1.2 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
.nbetec-nw-city {
    color: #ffffff !important;
    font-weight: bold !important;
    font-size: 14px !important;
    margin-top: 2px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* Dates */
.nbetec-nw-theme-red_list .nbetec-nw-dates {
    background: #2d3748 !important;
    padding: 12px 15px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}
.nbetec-nw-date-row {
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
}
.nbetec-nw-calendar-icon {
    width: 16px !important;
    height: 16px !important;
    color: #cbd5e0 !important;
    flex-shrink: 0 !important;
}
.nbetec-nw-date-row span {
    color: #ffffff !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* List */
.nbetec-nw-list {
    list-style: none !important;
    margin: 0 !important;
    padding: 0 !important;
    max-height: 320px !important;
    overflow-y: auto !important;
    background: #ffffff !important;
}
.nbetec-nw-theme-red_list .nbetec-nw-list {
    scrollbar-width: auto !important;
    scrollbar-color: #ffffff #b91c1c !important;
}
.nbetec-nw-theme-red_list .nbetec-nw-list::-webkit-scrollbar-track {
    background: #b91c1c !important;
}
.nbetec-nw-theme-red_list .nbetec-nw-list::-webkit-scrollbar-thumb {
    background: #ffffff !important;
    border-radius: 3px !important;
}
.nbetec-nw-theme-red_list .nbetec-nw-list::-webkit-scrollbar-thumb:hover {
    background: #f7fafc !important;
}
.nbetec-nw-list li::before, .nbetec-nw-list li::after {
    display: none !important;
    content: none !important;
}
.nbetec-nw-item {
    list-style: none !important;
    margin: 0 !important;
    padding: 12px 15px !important;
    border-bottom: 1px solid #edf2f7 !important;
}
.nbetec-nw-theme-red_list .nbetec-nw-item {
    background: #b91c1c !important;
    border-bottom: 1px solid #9b2c2c !important;
}
.nbetec-nw-item:last-child {
    border-bottom: none !important;
}

.nbetec-nw-item-header {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    margin-bottom: 10px !important;
}

.nbetec-nw-item-logo {
    background: #b91c1c !important;
    color: #ffffff !important;
    width: 26px !important;
    height: 26px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-weight: bold !important;
    font-size: 16px !important;
    border-radius: 4px !important;
    flex-shrink: 0 !important;
}
.nbetec-nw-theme-red_list .nbetec-nw-item-logo {
    background: #ffffff !important;
    color: #b91c1c !important;
}

.nbetec-nw-item-name-box {
    display: flex !important;
    flex-direction: column !important;
}

.nbetec-nw-item-name {
    font-weight: bold !important;
    font-size: 15px !important;
    color: #1a202c !important;
    line-height: 1.2 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
.nbetec-nw-theme-red_list .nbetec-nw-item-name {
    color: #ffffff !important;
}

.nbetec-nw-item-district {
    font-size: 13px !important;
    color: #718096 !important;
    margin-top: 2px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
.nbetec-nw-theme-red_list .nbetec-nw-item-district {
    color: #fed7d7 !important;
}

.nbetec-nw-item-details {
    display: flex !important;
    flex-direction: column !important;
    gap: 6px !important;
}

.nbetec-nw-phone, .nbetec-nw-address {
    display: flex !important;
    align-items: flex-start !important;
    gap: 6px !important;
    color: #4a5568 !important;
    text-decoration: none !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
.nbetec-nw-theme-red_list .nbetec-nw-phone,
.nbetec-nw-theme-red_list .nbetec-nw-address {
    color: #ffffff !important;
}
.nbetec-nw-phone:hover, .nbetec-nw-address:hover {
    color: #b91c1c !important;
}
.nbetec-nw-theme-red_list .nbetec-nw-phone:hover,
.nbetec-nw-theme-red_list .nbetec-nw-address:hover {
    color: #fed7d7 !important;
}
.nbetec-nw-phone svg, .nbetec-nw-address svg {
    width: 14px !important;
    height: 14px !important;
    flex-shrink: 0 !important;
    margin-top: 2px !important;
    color: #a0aec0 !important;
}
.nbetec-nw-theme-red_list .nbetec-nw-phone svg,
.nbetec-nw-theme-red_list .nbetec-nw-address svg {
    color: #fed7d7 !important;
}

.nbetec-nw-directions {
    font-size: 12px !important;
    color: #b91c1c !important;
    background: #fef2f2 !important;
    padding: 6px 10px !important;
    border-radius: 4px !important;
    margin-top: 4px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
.nbetec-nw-theme-red_list .nbetec-nw-directions {
    color: #ffffff !important;
    background: #9b2c2c !important;
}

.nbetec-nw-more-link {
    background: #f7fafc !important;
    padding: 12px !important;
    text-align: center !important;
    border-top: 1px solid #edf2f7 !important;
}
.nbetec-nw-theme-red_list .nbetec-nw-more-link {
    background: #b91c1c !important;
    border-top: 1px solid #9b2c2c !important;
}
.nbetec-nw-more-link a {
    color: #3182ce !important;
    text-decoration: none !important;
    font-weight: bold !important;
    font-size: 14px !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}
.nbetec-nw-theme-red_list .nbetec-nw-more-link a {
    color: #ffffff !important;
}
.nbetec-nw-more-link a:hover {
    text-decoration: underline !important;
}
.nbetec-nw-theme-red_list .nbetec-nw-more-link a:hover {
    color: #fed7d7 !important;
}

/* ========================================= */
/* LIGHT THEME OVERRIDES (AÇIK MOD)          */
/* ========================================= */

.nbetec-nw-theme-light .nbetec-nw-header {
    background: #ffffff !important;
    padding: 15px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    border-bottom: 1px solid #edf2f7 !important;
}
.nbetec-nw-theme-light .nbetec-nw-logo-box {
    border: 2px solid #b91c1c !important;
    color: #ffffff !important;
    background: #b91c1c !important;
}
.nbetec-nw-theme-light .nbetec-nw-title {
    color: #1a202c !important;
}
.nbetec-nw-theme-light .nbetec-nw-city {
    color: #e53e3e !important;
}

.nbetec-nw-theme-light .nbetec-nw-dates {
    background: #f7fafc !important;
    padding: 12px 15px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
    border-bottom: 1px solid #edf2f7 !important;
}
.nbetec-nw-theme-light .nbetec-nw-date-row span {
    color: #4a5568 !important;
}
.nbetec-nw-theme-light .nbetec-nw-calendar-icon {
    color: #a0aec0 !important;
}

.nbetec-nw-alert {
    padding: 15px !important;
    color: #c53030 !important;
    background: #fff5f5 !important;
    font-size: 14px !important;
    text-align: center !important;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif !important;
}

/* ========================================= */
/* DARK THEME OVERRIDES (KARANLIK MOD)       */
/* ========================================= */
.nbetec-nw-theme-dark {
    background: #1a202c !important;
    border-color: #2d3748 !important;
}
.nbetec-nw-theme-dark .nbetec-nw-header {
    background: #1a202c !important;
    border-bottom: 1px solid #2d3748 !important;
    padding: 15px !important;
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
}
.nbetec-nw-theme-dark .nbetec-nw-logo-box {
    border-color: #e53e3e !important;
    color: #e53e3e !important;
    background: transparent !important;
}
.nbetec-nw-theme-dark .nbetec-nw-title {
    color: #f7fafc !important;
}
.nbetec-nw-theme-dark .nbetec-nw-city {
    color: #fc8181 !important;
}

.nbetec-nw-theme-dark .nbetec-nw-dates {
    background: #2d3748 !important;
    border-bottom: 1px solid #4a5568 !important;
    padding: 12px 15px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 8px !important;
}
.nbetec-nw-theme-dark .nbetec-nw-date-row span {
    color: #e2e8f0 !important;
}
.nbetec-nw-theme-dark .nbetec-nw-calendar-icon {
    color: #a0aec0 !important;
}

.nbetec-nw-theme-dark .nbetec-nw-list {
    background: #1a202c !important;
    scrollbar-color: #4a5568 #1a202c !important;
}
.nbetec-nw-theme-dark .nbetec-nw-list::-webkit-scrollbar-track {
    background: #1a202c !important;
}
.nbetec-nw-theme-dark .nbetec-nw-list::-webkit-scrollbar-thumb {
    background: #4a5568 !important;
}
.nbetec-nw-theme-dark .nbetec-nw-list::-webkit-scrollbar-thumb:hover {
    background: #718096 !important;
}

.nbetec-nw-theme-dark .nbetec-nw-item {
    border-bottom: 1px solid #2d3748 !important;
}
.nbetec-nw-theme-dark .nbetec-nw-item-logo {
    background: #2d3748 !important;
    color: #fc8181 !important;
}
.nbetec-nw-theme-dark .nbetec-nw-item-name {
    color: #e2e8f0 !important;
}
.nbetec-nw-theme-dark .nbetec-nw-item-district {
    color: #a0aec0 !important;
}
.nbetec-nw-theme-dark .nbetec-nw-phone, 
.nbetec-nw-theme-dark .nbetec-nw-address {
    color: #a0aec0 !important;
}
.nbetec-nw-theme-dark .nbetec-nw-phone:hover, 
.nbetec-nw-theme-dark .nbetec-nw-address:hover {
    color: #fc8181 !important;
}
.nbetec-nw-theme-dark .nbetec-nw-phone svg, 
.nbetec-nw-theme-dark .nbetec-nw-address svg {
    color: #718096 !important;
}
.nbetec-nw-theme-dark .nbetec-nw-phone:hover svg, 
.nbetec-nw-theme-dark .nbetec-nw-address:hover svg {
    color: #fc8181 !important;
}

.nbetec-nw-theme-dark .nbetec-nw-directions {
    background: #2d3748 !important;
    color: #cbd5e0 !important;
}

.nbetec-nw-theme-dark .nbetec-nw-more-link {
    background: #1a202c !important;
    border-top: 1px solid #2d3748 !important;
}
.nbetec-nw-theme-dark .nbetec-nw-more-link a {
    color: #63b3ed !important;
}
.nbetec-nw-theme-dark .nbetec-nw-more-link a:hover {
    color: #90cdf4 !important;
}
