/**
 * Yeni tema (yeşil / beyaz) – tüm sayfalarda geçerli.
 * Navbar sade, beyaz; vurgu rengi yeşil (#27ae60).
 */

/* Üst bar ve duyuru: tüm sayfalarda gizle */
.liste-header-top,
.liste-announcement-bar {
    display: none !important;
}

/* Navbar: beyaz arka plan, koyu yazı, yeşil vurgu */
.liste-navbar {
    background: #fff !important;
    border-bottom: 1px solid #e8e8e8;
    box-shadow: 0 1px 3px rgba(0,0,0,0.06);
}
.liste-navbar .site-title-link,
.liste-navbar .site-navigation a,
.liste-navbar .liste-search-toggle,
.liste-navbar .liste-lang-flag {
    color: #333 !important;
}
.liste-navbar .site-navigation a {
    text-transform: none !important;
}
.liste-navbar .site-logo img {
    filter: none !important;
}
.liste-navbar .site-title-link:hover {
    color: #27ae60 !important;
}
.liste-navbar .site-navigation a:hover,
.liste-navbar .site-navigation .current-menu-item > a,
.liste-navbar .site-navigation .current_page_item > a {
    color: #27ae60 !important;
}
.liste-navbar .site-navigation .current-menu-item > a,
.liste-navbar .site-navigation .current_page_item > a {
    border-bottom: 2px solid #27ae60;
    background: transparent !important;
}
.liste-navbar .liste-teklif-link {
    background: #27ae60 !important;
    color: #fff !important;
    text-decoration: none !important;
    padding: 10px 18px;
    border-radius: 8px;
}
.liste-navbar .liste-teklif-link:hover {
    background: #219a52 !important;
    color: #fff !important;
}
.liste-navbar .liste-search-toggle:hover {
    background: rgba(39, 174, 96, 0.1) !important;
    color: #27ae60 !important;
}
.liste-navbar .mobile-menu-toggle span {
    background: #333 !important;
}

/* İç sayfa içerik alanı: açık arka plan, kart görünümü */
body .liste-new-theme-page {
    background: #f5f6f8;
    padding: 40px 0 60px;
    min-height: 50vh;
}
.liste-new-theme-page .site-container,
.liste-new-theme-page .liste-hakkimizda,
.liste-new-theme-page .liste-contact-page {
    max-width: 900px;
    margin: 0 auto;
}
.liste-new-theme-page .liste-hakkimizda__header,
.liste-new-theme-page .liste-contact-page__header,
.liste-new-theme-page .entry-header {
    margin-bottom: 24px;
}
.liste-new-theme-page .entry-title,
.liste-new-theme-page .liste-contact-page__title {
    color: #2c3e50;
    font-size: 1.75rem;
    font-weight: 700;
}
.liste-new-theme-page .liste-hakkimizda__content,
.liste-new-theme-page .entry-content,
.liste-new-theme-page .liste-contact-page__content {
    background: #fff;
    padding: 32px 36px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.liste-new-theme-page .liste-contact-page__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    align-items: start;
}
@media (max-width: 768px) {
    .liste-new-theme-page .liste-contact-page__grid {
        grid-template-columns: 1fr;
    }
}
.liste-new-theme-page .liste-contact-page__card {
    background: #fff;
    padding: 24px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.liste-new-theme-page .liste-contact-page__label {
    color: #27ae60;
    font-size: 0.9rem;
    font-weight: 600;
    margin-bottom: 6px;
}
.liste-new-theme-page .liste-contact-page__whatsapp-btn {
    background: #27ae60 !important;
    color: #fff !important;
    padding: 14px 24px;
    border-radius: 8px;
    font-weight: 600;
}
.liste-new-theme-page .liste-contact-page__whatsapp-btn:hover {
    background: #219a52 !important;
    color: #fff !important;
}
.liste-new-theme-page .liste-contact-page__email-btn {
    background: #3498db !important;
    color: #fff !important;
    margin-top: 0;
    width: 100%;
}
.liste-new-theme-page .liste-contact-page__email-btn:hover {
    background: #2980b9 !important;
    color: #fff !important;
}
.liste-new-theme-page .liste-contact-page__map-wrap {
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

/* Blog listesi – sağda kategori barı */
.liste-blog-with-sidebar .liste-blog-layout {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 32px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 24px 20px;
}
.liste-blog-with-sidebar .liste-blog-main {
    min-width: 0;
}
.liste-blog-sidebar {
    position: sticky;
    top: 24px;
    align-self: start;
}
.liste-blog-sidebar__inner {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.liste-blog-sidebar__title {
    margin: 0 0 16px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
}
.liste-blog-sidebar__list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.liste-blog-sidebar__item {
    margin-bottom: 8px;
}
.liste-blog-sidebar__item:last-child {
    margin-bottom: 0;
}
.liste-blog-sidebar__link {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
    font-size: 0.95rem;
    border-radius: 6px;
    transition: background 0.2s ease, color 0.2s ease;
}
.liste-blog-sidebar__link:hover {
    background: #f5f6f8;
    color: #27ae60;
}
.liste-blog-sidebar__item.is-active .liste-blog-sidebar__link {
    background: #27ae60;
    color: #fff;
}
@media (max-width: 900px) {
    .liste-blog-with-sidebar .liste-blog-layout {
        grid-template-columns: 1fr;
    }
    .liste-blog-sidebar {
        position: static;
    }
}
/* Blog listesi – yeni tema (post formatı: görsel + kısa metin, tıklanınca tam yazı açılır) */
.liste-new-theme-page.liste-blog-page .liste-blog-container {
    max-width: 100%;
    padding: 0;
}
.liste-new-theme-page.liste-blog-page .liste-blog-list--posts {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 24px;
    justify-content: center;
}
.liste-new-theme-page.liste-blog-page .liste-blog-post {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    overflow: hidden;
    transition: box-shadow 0.3s ease, transform 0.2s ease;
}
.liste-new-theme-page.liste-blog-page .liste-blog-post:hover {
    box-shadow: 0 4px 20px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}
.liste-new-theme-page.liste-blog-page .liste-blog-post__link {
    display: block;
    text-decoration: none;
    color: inherit;
}
.liste-new-theme-page.liste-blog-page .liste-blog-post__image {
    height: 200px;
    overflow: hidden;
}
.liste-new-theme-page.liste-blog-page .liste-blog-post__image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.liste-new-theme-page.liste-blog-page .liste-blog-post__text,
.liste-new-theme-page.liste-blog-page .liste-blog-post__text * {
    text-align: left !important;
}
.liste-new-theme-page.liste-blog-page .liste-blog-post__text {
    padding: 20px;
}
.liste-new-theme-page.liste-blog-page .liste-blog-post__title {
    margin: 0 0 12px;
    font-size: 1.25rem;
    font-weight: 700;
    color: #2c3e50;
    line-height: 1.3;
}
.liste-new-theme-page.liste-blog-page .liste-blog-post__link:hover .liste-blog-post__title {
    color: #27ae60;
}
.liste-new-theme-page.liste-blog-page .liste-blog-post__excerpt {
    margin: 0 0 12px;
    font-size: 0.9rem;
    color: #666;
    line-height: 1.6;
}
.liste-new-theme-page.liste-blog-page .liste-blog-post__read-more {
    display: inline-block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #27ae60;
}
.liste-new-theme-page.liste-blog-page .liste-blog-post__date {
    display: block;
    margin-top: 12px;
    font-size: 0.8rem;
    color: #888;
}
.liste-new-theme-page.liste-blog-page .liste-blog-pagination {
    margin-top: 32px;
    text-align: center;
}

/* Tekil blog yazısı – iki sütun: ana içerik + sağda diğer yazılar */
.liste-single-post-wrap {
    max-width: 1400px;
    margin: 0 auto;
    padding: 24px 20px;
}
.liste-single-post-layout {
    display: grid;
    grid-template-columns: 1fr 300px;
    column-gap: 48px;
    align-items: start;
}
.liste-single-post-main {
    min-width: 0;
}
.liste-single-post-sidebar {
    grid-column: 2;
}
/* Tüm tekil yazı içeriği sola dayalı */
.liste-single-post__entry,
.liste-single-post__entry *,
body.single-post .liste-single-post-main .entry-content,
body.single-post .liste-single-post-main .entry-content *,
body.single-post .liste-single-post-main .elementor-section,
body.single-post .liste-single-post-main .elementor-section *,
body.single-post .liste-single-post-main .elementor-widget-text-editor,
body.single-post .liste-single-post-main .elementor-widget-text-editor *,
body.single-post .liste-single-post-main .elementor-element,
body.single-post .liste-single-post-main .elementor-element *,
body.single-post .liste-single-post-main .elementor * {
    text-align: left !important;
}
.liste-single-post__categories {
    margin-bottom: 1em;
    font-size: 0.9rem;
    text-align: left;
}
.liste-single-post__categories a {
    color: #27ae60;
    text-decoration: none;
}
.liste-single-post__categories a:hover {
    text-decoration: underline;
}
.liste-single-post__date {
    margin-top: 2em;
    padding-top: 1em;
    border-top: 1px solid rgba(0,0,0,0.08);
    font-size: 0.9rem;
    color: #888;
    text-align: left;
}

/* Sağ sidebar – diğer yazılar */
.liste-single-post-sidebar {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 24px;
    position: sticky;
    top: 24px;
}
.liste-single-sidebar-title {
    margin: 0 0 16px;
    font-size: 1.1rem;
    font-weight: 700;
    color: #2c3e50;
}
.liste-single-sidebar-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.liste-single-sidebar-item {
    margin-bottom: 12px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eee;
}
.liste-single-sidebar-item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}
.liste-single-sidebar-link {
    display: block;
    font-size: 0.95rem;
    color: #2c3e50;
    text-decoration: none;
    line-height: 1.4;
    transition: color 0.2s ease;
}
.liste-single-sidebar-link:hover {
    color: #27ae60;
}
.liste-single-sidebar-empty {
    margin: 0;
    font-size: 0.9rem;
    color: #666;
}

@media (max-width: 900px) {
    .liste-single-post-layout {
        grid-template-columns: 1fr;
        column-gap: 0;
    }
    .liste-single-post-sidebar {
        grid-column: 1;
        position: static;
    }
}

/* Blog boş durum (henüz yazı yok) */
.liste-blog-empty {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    padding: 48px 36px;
    text-align: center;
}
.liste-blog-empty__title {
    font-size: 1.5rem;
    font-weight: 700;
    color: #2c3e50;
    margin: 0 0 16px;
}
.liste-blog-empty__text {
    color: #666;
    margin: 0 0 24px;
    line-height: 1.6;
}
.liste-blog-empty__link {
    display: inline-block;
    background: #27ae60;
    color: #fff !important;
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
}
.liste-blog-empty__link:hover {
    background: #219a52;
    color: #fff !important;
}

/* Teklif İste sayfası – form */
.liste-new-theme-page.liste-teklif-page .liste-teklif-container {
    max-width: 640px;
    margin: 0 auto;
}
.liste-teklif-page__header {
    margin-bottom: 28px;
}
.liste-teklif-page__title {
    color: #2c3e50;
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0 0 8px;
}
.liste-teklif-page__desc {
    color: #666;
    line-height: 1.6;
    margin: 0;
}
.liste-teklif-form {
    background: #fff;
    padding: 32px 36px;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.liste-teklif-form__row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
@media (max-width: 600px) {
    .liste-teklif-form__row {
        grid-template-columns: 1fr;
    }
}
.liste-teklif-form__group {
    margin-bottom: 20px;
}
.liste-teklif-form__row .liste-teklif-form__group {
    margin-bottom: 20px;
}
.liste-teklif-form__group label {
    display: block;
    font-size: 0.9rem;
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 8px;
}
.liste-teklif-form__group .required {
    color: #e74c3c;
}
.liste-teklif-form__group input,
.liste-teklif-form__group select,
.liste-teklif-form__group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 1rem;
    font-family: inherit;
    transition: border-color 0.2s ease;
}
.liste-teklif-form__group input:focus,
.liste-teklif-form__group select:focus,
.liste-teklif-form__group textarea:focus {
    outline: none;
    border-color: #27ae60;
}
.liste-teklif-form__group textarea {
    resize: vertical;
    min-height: 120px;
}
.liste-teklif-form__submit {
    margin-top: 24px;
}
.liste-teklif-form__btn {
    display: inline-block;
    background: #27ae60;
    color: #fff !important;
    padding: 14px 32px;
    border: none;
    border-radius: 8px;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s ease;
}
.liste-teklif-form__btn:hover {
    background: #219a52;
}
.liste-teklif-message {
    padding: 20px 24px;
    border-radius: 12px;
    margin-bottom: 24px;
}
.liste-teklif-message--success {
    background: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}
.liste-teklif-message--error {
    background: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}
.liste-teklif-page__contact {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid #e8e8e8;
}
.liste-teklif-page__contact-title {
    font-size: 0.9rem;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 12px;
}
.liste-teklif-page__contact-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}
.liste-teklif-page__whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #25d366;
    color: #fff !important;
    padding: 12px 20px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
}
.liste-teklif-page__whatsapp:hover {
    background: #20bd5a;
    color: #fff !important;
}
.liste-teklif-page__phone {
    display: inline-flex;
    align-items: center;
    padding: 12px 20px;
    background: #f5f6f8;
    color: #2c3e50;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    transition: background 0.2s ease;
}
.liste-teklif-page__phone:hover {
    background: #e8e8e8;
}

/* Ürünler (WooCommerce) – yeni tema */
.liste-new-theme-page.liste-shop-page {
    background: #f5f6f8;
}
.liste-new-theme-page.liste-shop-page .liste-shop-layout {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.liste-new-theme-page.liste-shop-page .liste-product-price-list {
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    border: none;
}
.liste-new-theme-page.liste-shop-page .liste-product-price-list-header {
    background: #27ae60;
    color: #fff;
    padding: 14px 18px;
    border-radius: 4px 4px 0 0;
}
.liste-new-theme-page.liste-shop-page .liste-product-price-list-item a:hover,
.liste-new-theme-page.liste-shop-page .liste-product-price-list-item.current-cat a {
    color: #27ae60;
}
.liste-new-theme-page.liste-shop-page .woocommerce ul.products li.product,
.liste-new-theme-page.liste-shop-page .woocommerce .product {
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}
.liste-new-theme-page.liste-shop-page .woocommerce a.button,
.liste-new-theme-page.liste-shop-page .woocommerce .button {
    background: #27ae60 !important;
    color: #fff !important;
    border-radius: 8px;
}
.liste-new-theme-page.liste-shop-page .woocommerce a.button:hover,
.liste-new-theme-page.liste-shop-page .woocommerce .button:hover {
    background: #219a52 !important;
    color: #fff !important;
}
