.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;
}

.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;
}

.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;
}

/* Widget Styles */
.nbetec-widget-wrapper {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
    border: 1px solid #e2e8f0;
}

.nbetec-widget-header-red {
    background: #b91c1c;
    color: #fff;
    padding: 12px 15px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.nbetec-widget-subheader-dark {
    background: #2d3748;
    color: #fff;
    padding: 8px 15px;
    font-size: 13px;
    text-align: center;
    font-weight: 500;
}

.nbetec-widget-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.nbetec-widget-item {
    border-bottom: 3px solid #cbd5e0;
}

.nbetec-widget-item:last-child {
    border-bottom: none;
}

.nbetec-w-name {
    font-size: 15px;
    color: #1a202c;
    padding: 10px 15px;
    background: #fff;
    border-bottom: 1px solid #edf2f7;
    display: flex;
    align-items: center;
}

.nbetec-w-e-icon-img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
    object-fit: contain;
}

.nbetec-w-ilce {
    color: #718096;
    font-size: 13px;
    margin-left: 5px;
    font-weight: normal;
}

.nbetec-w-phone, .nbetec-w-address, .nbetec-w-direction {
    font-size: 14px;
    color: #4a5568;
    padding: 10px 15px;
    background: #f7fafc;
    border-bottom: 1px solid #edf2f7;
    display: flex;
    align-items: center;
}

.nbetec-w-address {
    background: #fff;
    align-items: flex-start;
}

.nbetec-w-direction {
    background: #fdf2f8;
    color: #b91c1c;
    font-style: italic;
}

.nbetec-w-phone a, .nbetec-w-address a {
    color: #2d3748;
    text-decoration: none;
}

.nbetec-w-phone .dashicons, .nbetec-w-address .dashicons {
    font-size: 18px;
    width: 18px;
    height: 18px;
    margin-right: 8px;
    color: #4a5568;
}

.nbetec-w-more {
    text-align: center;
    padding: 12px;
    background: #f7fafc;
    border-top: 1px solid #edf2f7;
}

.nbetec-w-more a {
    color: #3182ce;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
}

/* Koyu Tema (Dark) */
.nbetec-theme-dark {
    background: #1a202c;
    border-color: #2d3748;
    color: #e2e8f0;
}
.nbetec-theme-dark .nbetec-widget-item { border-color: #2d3748; }
.nbetec-theme-dark .nbetec-w-name { color: #f7fafc; }
.nbetec-theme-dark .nbetec-w-phone, .nbetec-theme-dark .nbetec-w-address { color: #cbd5e0; }
.nbetec-theme-dark .nbetec-w-more { background: #2d3748; border-color: #4a5568; }

/* --- 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; }
.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; }
