/* Diyanet Gor-Sen - Flatsome uyumlu ek stiller */

:root {
    --color-primary: #006774;
    --color-accent: #019db1;
    --site-max-width: 1200px;
    --site-gutter: 15px;
    --font-sans: "Roboto", Arial, Verdana, sans-serif;
}

html,
body {
    font-family: var(--font-sans);
    color: #777;
}
#wrapper { overflow-x: clip; }

.site-container {
    width: 100%;
    max-width: var(--site-max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--site-gutter);
    padding-right: var(--site-gutter);
    box-sizing: border-box;
}

#header .header-inner.container,
#header .header-bottom .flex-row.container {
    max-width: var(--site-max-width);
}

/* Slider: Flickity yuklenmese bile gorunsun */
.slider-wrapper .img.has-hover { width: 100% !important; max-width: 100%; }
.slider-wrapper .img.has-hover .img-inner:not(.image-cover) img { width: 100%; height: auto; display: block; }
.slider-wrapper .loading-spin { display: none; }

.screen-reader-text {
    position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
    overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0;
}
.screen-reader-text:focus {
    position: static; width: auto; height: auto; margin: 0; clip: auto;
    padding: .5rem 1rem; background: #fff; z-index: 100000;
}

.section-title-container { margin-bottom: 1rem; }
.section-title-main { color: #555; text-transform: uppercase; }

/* Standart sayfa d?zeni (Flatsome page-wrapper) */
.page-wrapper {
    padding-top: 30px;
    padding-bottom: 40px;
    width: 100%;
}
.page-featured-image {
    margin: 0 0 1.35rem;
    aspect-ratio: 16/9;
    overflow: hidden;
    border-radius: 6px;
}
.page-featured-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 6px;
}
.page-wrapper .row-main {
    max-width: var(--site-max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--site-gutter);
    padding-right: var(--site-gutter);
    box-sizing: border-box;
}
#main > article.page-content,
#main > .page-content.error-page {
    max-width: var(--site-max-width);
    margin-left: auto;
    margin-right: auto;
    padding: 30px var(--site-gutter) 40px;
    box-sizing: border-box;
}
.blog-share { text-align: left; }
.page-wrapper .page-title {
    text-align: center;
    margin-bottom: 1.5rem;
    color: #555;
}
.contact-alert {
    padding: 12px;
    border-radius: 4px;
    margin-bottom: 20px;
}
.contact-alert--success { background: #d4edda; color: #155724; }
.contact-alert--error { background: #f8d7da; color: #721c24; }

/* Haberler */
.news-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1.5rem; }
.news-card { background: #fff; border-radius: 8px; overflow: hidden; box-shadow: 0 2px 8px rgba(0,0,0,.08); }
.box-image .image-cover { position: relative; overflow: hidden; }
.box-image .image-cover img {
    position: absolute; inset: 0; width: 100%; height: 100%;
    object-fit: cover; object-position: center; display: block;
}
.news-card-image { display: block; aspect-ratio: 16/9; overflow: hidden; background: #e8ecef; }
.news-card-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.news-card-body { padding: 1rem; }
.news-card h3 { font-size: 1rem; margin: 0 0 .5rem; }
.news-card-category { font-size: .75rem; text-transform: uppercase; color: var(--color-accent, #019db1); margin: 0 0 .35rem; font-weight: 700; }
.news-excerpt { font-size: .9rem; color: #64748b; margin: 0 0 .5rem; }

/* Tarih ?ubu?u ? slider ile haberler aras? */
.cms-date-bar {
    background: linear-gradient(90deg, var(--color-primary, #006774) 0%, #008899 100%);
    color: #fff;
    font-size: .92rem;
    font-weight: 600;
    letter-spacing: .02em;
    border-bottom: 1px solid rgba(255,255,255,.15);
    width: 100%;
}
.cms-date-bar-inner {
    max-width: var(--site-max-width, 1200px);
    margin: 0 auto;
    padding: .65rem 1.25rem;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: .5rem .75rem;
    text-align: center;
}
.cms-date-bar-sep { opacity: .6; font-weight: 400; }
.cms-date-bar-hicri,
.cms-date-bar-miladi { white-space: nowrap; }
@media (max-width: 640px) {
    .cms-date-bar { font-size: .8rem; }
    .cms-date-bar-inner { padding: .55rem 1rem; flex-direction: column; gap: .25rem; }
    .cms-date-bar-sep { display: none; }
}

/* Ana sayfa ? Flatsome page-blank d?zeni */
.home .content-area { width: 100%; max-width: none; padding: 0; }
.home .content-area > .section { padding-left: 0; padding-right: 0; }
.home .section-content > .row {
    max-width: var(--site-max-width);
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: var(--site-gutter);
    padding-right: var(--site-gutter);
    box-sizing: border-box;
}
.home .row-slider-area {
    max-width: var(--site-max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--site-gutter);
    padding-right: var(--site-gutter);
}
.home .row-home-main > .col { align-self: flex-start; }
.home .row-home-main > .col > .col-inner { padding-top: 0; }
.home-videos-grid { margin: 0 0 1.25rem; }
.home-videos-row { margin-left: -8px; margin-right: -8px; }
.home-videos-row > .col { padding: 0 8px 1rem; }
.home-video-item .home-video-embed.video-wrapper { margin: 0; }
.home-videos-more { margin: 0.25rem 0 0; }
.home .row-home-main .social-feed-youtube,
.home .row-home-main .sb_youtube,
.home .row-home-main #sb_youtube {
    display: none !important;
}
.home .row-prefooter-banner {
    max-width: var(--site-max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--site-gutter);
    padding-right: var(--site-gutter);
    width: 100%;
    box-sizing: border-box;
}
.home .row-prefooter-banner > .col > .col-inner {
    padding-left: 0;
    padding-right: 0;
}
.home .row-prefooter-banner .img.has-hover,
.home .row-prefooter-banner .img-inner {
    max-width: 100%;
}
.home .row-prefooter-banner .img-inner img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}
.home .row-slider-area .slider-wrapper { margin-bottom: 0; }
.home .row-slider-area .img.has-hover { width: 100% !important; max-width: 100%; }
/* Büyük slider: WP’deki 690×415 ölçü. */
.home .row-slider-area .img-inner:not(.image-cover) {
    position: relative;
    aspect-ratio: 690 / 415;
    max-height: none;
    padding-top: 0 !important;
    height: auto;
    overflow: hidden;
}
.home .row-slider-area .img-inner:not(.image-cover) img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
/* Kare slider: WP height="100%" → 1:1. */
.home .row-slider-area .img-inner.image-cover {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    max-height: none;
    padding-top: 0 !important;
    height: auto;
}
.home .row-slider-area .img-inner.image-cover img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
}
.home .slider-wrapper .slider:not(.flickity-enabled) {
    display: block;
    overflow: hidden;
    max-height: 520px;
}
.home .slider-wrapper .slider:not(.flickity-enabled) > .img:not(:first-child) {
    display: none;
}
.home .slider-wrapper .slider.flickity-enabled { max-height: none; }
.home .section-title-container.container {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
}

/* Sube grid */
.branch-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.25rem; margin-top: 1.5rem; }
.branch-card {
    display: flex;
    gap: 1rem;
    align-items: flex-start;
    padding: 1.25rem;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e8ecef;
    border-left: 4px solid var(--color-primary);
    text-decoration: none;
    color: inherit;
    box-shadow: 0 2px 6px rgba(0,0,0,.05);
    transition: box-shadow .2s, border-color .2s;
}
.branch-card:hover {
    background: #f8fcfd;
    border-color: #cce8ec;
    box-shadow: 0 4px 12px rgba(0,103,116,.12);
}
.branch-card-photo {
    flex-shrink: 0;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    background: #e8ecef;
}
.branch-card-photo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.branch-card-body { flex: 1; min-width: 0; }
.branch-card h3 { color: var(--color-primary); margin: 0 0 .35rem; font-size: 1.05rem; }
.branch-president {
    font-weight: 600;
    margin: 0 0 .15rem;
    font-size: .95rem;
    color: #0197b2;
}
.branch-president-title {
    margin: 0 0 .2rem;
    font-size: .85rem;
    color: #0197b2;
    display: block;
}
.branch-province,
.branch-email,
.branch-phone { margin: 0 0 .2rem; font-size: .85rem; color: #64748b; display: block; }
.branch-card-body a { text-decoration: none; color: inherit; }
.branch-card-body a:hover { color: var(--color-primary); }
.subeler-page .subeler-intro + .subeler-directory { margin-top: 2rem; }
.subeler-page .subeler-intro .row { margin-bottom: 0; }

/* E?it y?kseklikte profil / ?ube kutucuklar? (ux_image_box) */
.organ-profile-grid .row {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
}
.organ-profile-grid .row > .col,
.subeler-intro .row > .col {
    display: flex;
    flex-direction: column;
}
.organ-profile-grid .row > .col > .col-inner,
.subeler-intro .row > .col > .col-inner {
    display: flex;
    flex-direction: column;
    flex: 1;
    width: 100%;
}
.organ-profile-grid .row > .col > .box,
.organ-profile-grid .row > .col > .col-inner > .box,
.subeler-intro .row > .col > .box {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.organ-profile-grid .box-profile-photo .box-image {
    width: 50%;
    max-width: 180px;
    margin-left: auto;
    margin-right: auto;
}
.organ-profile-grid .row > .col.large-3:has(+ .col.large-9) .box-image,
.organ-profile-grid .row > .col.medium-3:has(+ .col.medium-9) .box-image {
    width: 100% !important;
    max-width: none !important;
    padding-top: 0;
}
.organ-profile-grid .row > .col.large-3:has(+ .col.large-9) .profile-photo-round,
.organ-profile-grid .row > .col.medium-3:has(+ .col.medium-9) .profile-photo-round {
    aspect-ratio: auto;
    border-radius: 0;
    overflow: visible;
    height: auto;
}
.organ-profile-grid .row > .col.large-3:has(+ .col.large-9) .profile-photo-round img,
.organ-profile-grid .row > .col.medium-3:has(+ .col.medium-9) .profile-photo-round img {
    height: auto;
    object-fit: contain;
}
.organ-profile-grid .row .row {
    display: block;
    width: 100%;
}
.organ-profile-grid .row .row > .col {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100%;
    float: none;
}
.organ-profile-grid .row > .col > .box .box-text,
.subeler-intro .row > .col > .box .box-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.organ-profile-grid .row > .col > .box .box-text-inner,
.subeler-intro .row > .col > .box .box-text-inner {
    width: 100%;
}
.organ-profile-grid .row > .col > .box .box-text h4,
.subeler-intro .row > .col > .box .box-text h4 {
    margin: 0 0 .35rem;
    font-size: 1rem;
    line-height: 1.35;
}
.organ-profile-grid .row > .col > .box .box-text p,
.subeler-intro .row > .col > .box .box-text p {
    margin: 0;
    font-size: .9rem;
    line-height: 1.4;
}

/* Kurul / başkanlık listeleri: gölgeli kart + yuvarlak fotoğraf (Kurucular standardı) */
.organ-listing-grid .row > .col > .box,
.organ-listing-grid .row > .col > .col-inner > .box {
    background: #fff;
    box-shadow: 0 6px 18px rgba(15, 23, 42, .12);
    border-radius: 2px;
    padding-bottom: .85rem;
}
.organ-listing-grid .box-image {
    width: 54% !important;
    max-width: 118px !important;
    margin: 1.05rem auto .35rem !important;
    padding-top: 0 !important;
}
.organ-listing-grid .box-image .img-inner {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 50%;
}
.organ-listing-grid .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
    display: block;
}
.organ-listing-grid .box-text {
    padding: .35rem .75rem .15rem;
}
.organ-listing-grid .box-text,
.organ-listing-grid .box-text *:not(img),
.organ-listing-grid .box a,
.organ-profile-grid:not(.organ-cv-page) .box-text,
.organ-profile-grid:not(.organ-cv-page) .box-text *:not(img) {
    color: #0197b2 !important;
}
.organ-listing-grid .box-text h4,
.organ-listing-grid .box-text h4 a,
.organ-profile-grid:not(.organ-cv-page) .box-text h4,
.organ-profile-grid:not(.organ-cv-page) .box-text h4 a {
    text-transform: uppercase;
    font-weight: 700;
    color: #0197b2 !important;
    font-size: .92rem;
    letter-spacing: .01em;
    text-decoration: none;
}
.organ-listing-grid .box-text p,
.organ-listing-grid .box-text p a,
.organ-listing-grid .box-text p span,
.organ-profile-grid:not(.organ-cv-page) .box-text p,
.organ-profile-grid:not(.organ-cv-page) .box-text p a,
.organ-profile-grid:not(.organ-cv-page) .box-text p span {
    color: #0197b2 !important;
    font-weight: 400;
    font-size: .86rem;
    text-decoration: none;
}

/* Yuvarlak profil foto?raflar? (il ba?kanlar? vb.) */
.box-profile-photo .box-image {
    padding-top: .75rem;
}
.box-profile-photo .profile-photo-round {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 50%;
}
.box-profile-photo .profile-photo-round img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Şube listesi kutucukları — Sendikamız hub ikonları ile aynı (yuvarlak amblem) */
.subeler-intro .row > .col > .box .box-image {
    width: 54% !important;
    max-width: 118px !important;
    margin: 1.05rem auto .35rem !important;
    padding-top: 0 !important;
}
.subeler-intro .row > .col > .box .box-image .img-inner {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    border-radius: 50%;
    background: #eef2f4;
}
.subeler-intro .row > .col > .box .box-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 18%;
    display: block;
}

/* Formlar */
.form-group { margin-bottom: 1rem; }
.form-group label { display: block; font-weight: 600; margin-bottom: .3rem; }
.input-text, .form-group input, .form-group textarea, .form-group select {
    width: 100%; padding: .6rem .75rem; border: 1px solid #ddd;
    border-radius: 4px; font-family: inherit; font-size: 1rem;
}
.button, .btn {
    display: inline-block; padding: .7rem 1.5rem; background: var(--color-primary);
    color: #fff !important; border: none; border-radius: 4px; cursor: pointer;
    font-weight: 600; text-decoration: none;
}
.button:hover, .btn:hover { background: #004d57; }
.button.secondary { background: #888; }

/* Hero slider */
.hero-slider-section { position: relative; margin-bottom: 1.5rem; overflow: hidden; border-radius: 8px; }
.hero-slider { position: relative; width: 100%; aspect-ratio: 690 / 415; min-height: 180px; }
.hero-slide { position: absolute; inset: 0; opacity: 0; transition: opacity .6s ease; pointer-events: none; }
.hero-slide.active { opacity: 1; pointer-events: auto; z-index: 1; }
.hero-slide img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; }
.hero-slide a { display: block; height: 100%; }
.hero-slide-caption {
    position: absolute; bottom: 0; left: 0; right: 0; padding: 1rem 1.25rem;
    background: linear-gradient(transparent, rgba(0,0,0,.7)); color: #fff; font-size: .95rem;
}
.hero-slider-prev, .hero-slider-next {
    position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
    background: rgba(0,0,0,.4); color: #fff; border: none; width: 40px; height: 40px;
    border-radius: 50%; font-size: 1.5rem; cursor: pointer; line-height: 1;
}
.hero-slider-prev { left: 10px; }
.hero-slider-next { right: 10px; }
.slider-wrapper .loading-spin { display: none; }
html.no-js .slider-wrapper .slider > .img.has-hover:not(:first-child),
html:not(.js) .slider-wrapper .slider > .img.has-hover:not(:first-child) { display: none !important; }
html.no-js .slider-wrapper .slider > .img.has-hover,
html:not(.js) .slider-wrapper .slider > .img.has-hover { width: 100% !important; max-width: 100%; display: block !important; }
.slider .flickity-viewport { width: 100%; }
.slider .flickity-slider > .img.has-hover { width: 100% !important; }
.slider .flickity-page-dots {
    display: flex; flex-direction: row; flex-wrap: nowrap;
    justify-content: center; align-items: center; gap: 8px;
    position: absolute; bottom: 12px; left: 0; right: 0;
}
.slider .flickity-page-dots .dot {
    display: inline-block; width: 10px; height: 10px; margin: 0;
    border-radius: 50%; background: rgba(255,255,255,.5);
}
.slider .flickity-page-dots .dot.is-selected { background: #fff; }

.hero-slider-dots { position: absolute; bottom: 12px; left: 50%; transform: translateX(-50%); z-index: 2; display: flex; gap: 6px; }
.hero-slider-dot {
    width: 10px; height: 10px; border-radius: 50%; border: none; background: rgba(255,255,255,.5); cursor: pointer; padding: 0;
}
.hero-slider-dot.active { background: #fff; }

/* Slider */
.ux-slider { display: flex; overflow-x: auto; gap: 10px; scroll-snap-type: x mandatory; }
.ux-slider .slide { flex: 0 0 100%; scroll-snap-align: start; }
.ux-slider img { width: 100%; height: auto; border-radius: 4px; }

/* Gallery */
.ux-gallery .gallery-item img { width: 100%; border-radius: 4px; }

/* Video */
.video-wrapper { position: relative; padding-bottom: 56.25%; height: 0; }
.video-wrapper iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; border-radius: 8px; }
.home .row-inner--builder-hidden,
.page-wrapper .row-inner--builder-hidden {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 1.25rem;
}
.home .row-inner--builder-hidden > .col-inner,
.page-wrapper .row-inner--builder-hidden > .col-inner {
    margin-bottom: 1rem;
}

/* Blog single */
.blog-single .entry-content img { max-width: 100%; height: auto; }
.page-body img,
.entry-content img,
.img-inner img {
    max-width: 100%;
    height: auto;
}
.blog-single .entry-content .video-wrapper { margin: 1.5rem 0; }

.social-embed { margin: 1.5rem auto; max-width: 540px; }
.social-embed iframe { max-width: 100%; border: 0; border-radius: 8px; }
.social-embed.video-wrapper { max-width: none; }
.social-embed-instagram, .social-embed-twitter, .social-embed-tiktok, .social-embed-facebook {
    display: flex; justify-content: center;
}
.social-embed-next-card {
    display: flex; flex-direction: column; gap: .35rem; padding: 1rem 1.15rem;
    border: 1px solid #d8e2ec; border-radius: 10px; background: #f7fbfc;
    text-decoration: none; color: #0d3b44;
}
.social-embed-next-label { font-size: .75rem; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; color: #019db1; }
.social-embed-next-link { font-size: .95rem; }

.page-frame {
    margin: 1.5rem 0;
    width: 100%;
    max-width: none;
    border: 1px solid #d8e2ec;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 1px 3px rgba(0, 40, 48, .06);
}
.page-frame-caption {
    padding: .7rem 1rem;
    font-size: .9rem;
    font-weight: 700;
    color: #0d3b44;
    background: #f4fafc;
    border-bottom: 1px solid #e2eef2;
}
.page-frame iframe,
.page-frame-iframe {
    display: block;
    width: 100%;
    height: var(--page-frame-height, 720px);
    max-width: 100%;
    border: 0;
    background: #fff;
}
.blog-single .entry-image { aspect-ratio: 16/9; overflow: hidden; border-radius: 4px; }
.blog-single .entry-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; border-radius: 4px; }
.blog-single .entry-header-text { margin-bottom: 1.5rem; }
.blog-single .entry-category a { text-decoration: none; }

/* Paylaşım butonları — footer ikonlarıyla aynı dil */
.blog-share,
.share-icons-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
}
.share-buttons {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: .55rem;
    margin: 1.75rem auto 1.25rem;
    padding: 1.15rem 1rem;
    border-top: 1px solid #e8ecef;
    border-bottom: 1px solid #e8ecef;
    width: 100%;
    max-width: 100%;
    text-align: center;
    box-sizing: border-box;
}
.share-buttons-label {
    display: block;
    width: 100%;
    font-size: .85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: .04em;
    color: #64748b;
    line-height: 1.2;
    margin: 0;
}
.share-buttons-list {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    gap: .5rem;
    margin: 0;
    padding: 0;
    list-style: none;
}
a.share-btn,
button.share-btn,
.share-buttons .share-btn {
    box-sizing: border-box;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    align-self: center;
    flex: 0 0 42px;
    width: 42px !important;
    height: 42px !important;
    min-width: 42px;
    min-height: 42px;
    max-width: 42px;
    max-height: 42px;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 50% !important;
    background: #0197b2;
    color: #fff !important;
    font: inherit;
    font-size: 0 !important;
    line-height: 0 !important;
    text-decoration: none !important;
    text-transform: none;
    letter-spacing: 0;
    vertical-align: middle;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    overflow: hidden;
    box-shadow: none;
    transition: background .15s, transform .15s, box-shadow .15s;
}
.share-btn:hover {
    transform: translateY(-2px);
    background: #006774;
    color: #fff !important;
    box-shadow: 0 4px 12px rgba(0, 103, 116, .28);
}
.share-btn-facebook { background: #1877f2 !important; }
.share-btn-twitter { background: #0f1419 !important; }
.share-btn-whatsapp { background: #25d366 !important; }
.share-btn-telegram { background: #0088cc !important; }
.share-btn-linkedin { background: #0a66c2 !important; }
.share-btn-copy { background: #006774 !important; }
.share-btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    flex-shrink: 0;
    line-height: 0;
}
.share-btn-icon svg,
.share-btn-svg,
svg.share-btn-svg:not(:root),
.share-buttons .footer-bar-icon-svg,
.share-buttons .share-btn svg {
    display: block !important;
    width: 20px !important;
    height: 20px !important;
    max-width: 20px !important;
    max-height: 20px !important;
    margin: 0 !important;
    overflow: visible !important;
    flex-shrink: 0;
    fill: currentColor;
    vertical-align: middle;
}
.share-btn-text {
    display: none;
}
.blog-share a::before,
.blog-share a::after,
.share-btn::before,
.share-btn::after,
.share-buttons a::before,
.share-buttons button::before {
    content: none !important;
    display: none !important;
}
.share-btn-facebook .share-btn-icon,
.share-btn-twitter .share-btn-icon,
.share-btn-whatsapp .share-btn-icon,
.share-btn-telegram .share-btn-icon,
.share-btn-linkedin .share-btn-icon,
.share-btn .share-btn-svg { color: #fff; }
.share-btn:hover .share-btn-icon { color: #fff; }
.share-btn-facebook:hover { background: #166fe5 !important; }
.share-btn-twitter:hover { background: #000 !important; }
.share-btn-whatsapp:hover { background: #1ebe57 !important; }
.share-btn-telegram:hover { background: #0088cc !important; }
.share-btn-linkedin:hover { background: #0958a8 !important; }
.share-btn-copy:hover { background: #004d57 !important; }
.share-btn.is-copied { background: #15803d !important; color: #fff !important; }

@media (max-width: 540px) {
    .share-buttons-list { gap: .4rem; }
    a.share-btn,
    button.share-btn,
    .share-buttons .share-btn {
        flex-basis: 40px;
        width: 40px !important;
        height: 40px !important;
        min-width: 40px;
        min-height: 40px;
        max-width: 40px;
        max-height: 40px;
    }
}

.map-embed iframe { border-radius: 8px; }

/* Featured box / icon box */
.featured-box, .icon-box { display: flex; gap: 1rem; margin-bottom: 1rem; }
.featured-box.icon-box-top, .icon-box-top { flex-direction: column; align-items: center; text-align: center; }
.featured-box.icon-box-left, .icon-box-left { flex-direction: row; align-items: flex-start; }
.icon-box-img img { border-radius: 8px; max-width: 80px; }
.icon-box-text h3, .icon-box-text h4, .icon-box-text h5 { margin-top: 0; }

/* UX menu */
ul.ux-menu, ul.sidebar-menu { list-style: none; padding: 0; margin: 0; }
ul.ux-menu li, ul.sidebar-menu li { margin-bottom: .5rem; }
ul.ux-menu a, ul.sidebar-menu a { text-decoration: none; }

/* Section padding responsive */
.section[style*="--padding-sm"] { padding: var(--padding-sm, 30px) 0; }

/* Membership forms embedded in pages */
.hutbe-doc-viewer { margin: 2rem 0; padding: 1rem; background: #f8fafc; border: 1px solid #e2e8f0; border-radius: 12px; }
.hutbe-viewer-head { display: flex; flex-wrap: wrap; gap: .75rem; align-items: center; justify-content: space-between; margin-bottom: 1rem; }
.hutbe-viewer-title { margin: 0; font-size: 1.15rem; }
.hutbe-viewer-modes { display: flex; gap: .5rem; }
.hutbe-viewer-mode { border: 1px solid #cbd5e1; background: #fff; padding: .4rem .75rem; border-radius: 6px; cursor: pointer; }
.hutbe-viewer-mode.is-active { background: #006774; color: #fff; border-color: #006774; }
.hutbe-flipbook-wrap, .hutbe-pdf-scroll, .hutbe-word-view { min-height: 420px; background: #fff; border-radius: 8px; overflow: auto; }
.hutbe-pdf-scroll canvas { display: block; margin: 0 auto 1rem; max-width: 100%; height: auto; box-shadow: 0 4px 14px rgba(0,0,0,.12); }
.hutbe-word-view { padding: 1.25rem; line-height: 1.7; }
.hutbe-viewer-status { color: #64748b; font-size: .9rem; }

.membership-form { max-width: 480px; margin: 1.5rem 0; }

/* Feed placeholders */
.feed-placeholder { background: #f5f5f5; padding: 2rem; text-align: center; border-radius: 8px; color: #666; }

/* Alt ileti?im ?eridi ? t?m sayfalarda footer ?st? */
.footer-contact-strip {
    background: #fff;
    border-top: 1px solid #e8ecef;
    padding: 2.5rem 0 2.75rem;
}
.footer-contact-strip-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}
.footer-contact-strip-row { align-items: flex-start; }
.footer-contact-strip-info {
    color: #555;
    font-size: .95rem;
    line-height: 1.65;
}
.footer-contact-strip-line {
    margin: 0 0 1.25rem;
}
.footer-contact-strip-line a {
    color: #334862;
    font-weight: 700;
    text-decoration: none;
}
.footer-contact-strip-line a:hover { text-decoration: underline; }
.footer-contact-strip-label {
    margin: 0 0 .35rem;
    color: #333;
}
.footer-contact-strip-email {
    margin: 0 0 1.1rem;
    font-weight: 700;
}
.footer-contact-strip-email a {
    color: #334862;
    text-decoration: none;
}
.footer-contact-strip-email a:hover { text-decoration: underline; }
.footer-contact-strip-address {
    margin: 0;
    max-width: 34rem;
}
.footer-contact-form .footer-contact-form-field {
    margin-bottom: 1rem;
}
.footer-contact-form label {
    display: block;
    margin-bottom: .35rem;
    font-weight: 700;
    color: #333;
}
.footer-contact-form .input-text {
    width: 100%;
    border: 1px solid #d8dee3;
    border-radius: 0;
    padding: .65rem .75rem;
    font: inherit;
    background: #fff;
    box-sizing: border-box;
}
.footer-contact-form textarea.input-text {
    min-height: 120px;
    resize: vertical;
}
.footer-contact-form-submit {
    background: #006774 !important;
    border-color: #006774 !important;
    color: #fff !important;
    text-transform: uppercase;
    letter-spacing: .04em;
    min-width: 120px;
    border-radius: 0;
}
.footer-contact-form-notice {
    margin: 0 0 1rem;
    padding: .65rem .85rem;
    border-radius: 4px;
    font-size: .9rem;
}
.footer-contact-form-notice.success {
    background: #d4edda;
    color: #155724;
}
.footer-contact-form-notice.error {
    background: #f8d7da;
    color: #721c24;
}
@media (max-width: 849px) {
    .footer-contact-strip { padding: 2rem 0; }
    .footer-contact-strip-info { margin-bottom: 1.5rem; }
}

/* Footer ? canl? site (Flatsome block_widget) */
.footer-wrapper .footer-main-section {
    padding: 30px 0;
    background-color: #006774;
}
@media (min-width: 550px) {
    .footer-wrapper .footer-main-section { padding: 60px 0; }
}
.footer-wrapper .footer-gap-top { padding-top: 30px; }
.footer-wrapper .footer-columns-row,
.footer-wrapper .footer-divider-row,
.footer-wrapper .footer-bottom-row {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 15px;
    padding-right: 15px;
}
.footer-wrapper .footer-widget-title {
    color: #fff;
    font-weight: 700;
    margin: 0 0 1rem;
    font-size: 1.05rem;
}
.footer-wrapper .footer-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
}
.footer-wrapper .footer-menu-list .bullet-arrow {
    border-bottom: 1px solid rgba(255, 255, 255, .18);
    padding: .4rem 0;
}
.footer-wrapper .footer-menu-list .bullet-arrow a {
    color: #fff;
    text-decoration: none;
    display: block;
}
.footer-wrapper .footer-menu-list .bullet-arrow a:hover { opacity: .85; }
.footer-wrapper ul li.bullet-arrow::before,
.footer-wrapper ul li.bullet-arrow:before {
    content: none !important;
    display: none !important;
    font-family: inherit !important;
}
.footer-wrapper .footer-menu-list .bullet-arrow a::before {
    content: ">" !important;
    font-family: inherit !important;
    margin-right: .45rem;
    font-weight: 700;
    opacity: .9;
}
.footer-wrapper .footer-menu-list .bullet-arrow span { font-size: 90%; }
.footer-wrapper .footer-contact-col {
    display: flex;
    flex-direction: column;
    gap: .45rem;
}
.footer-wrapper .footer-contact-link {
    color: #fff;
    text-decoration: none;
    font-size: 90%;
    display: block;
    line-height: 1.5;
}
.footer-wrapper .footer-contact-link:hover { opacity: .85; }
.footer-wrapper .footer-contact-link .fa,
.footer-wrapper .footer-address .fa {
    width: 1.1rem;
    margin-right: .35rem;
    text-align: center;
}
.footer-wrapper .footer-address {
    color: #fff;
    font-size: 90%;
    margin: .25rem 0 0;
    line-height: 1.55;
}
.footer-wrapper .footer-divider {
    max-width: 100%;
    height: 2px;
    background-color: #fff;
    margin: 1.5rem 0;
}
.footer-wrapper .footer-copyright {
    color: #fff;
    margin: 0;
    font-size: 90%;
}
.footer-wrapper .footer-bar-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .35rem;
}
.footer-wrapper .footer-bar-icons.text-right { justify-content: flex-end; }
.footer-wrapper .footer-bar-icon {
    display: inline-flex;
    line-height: 0;
    color: #fff;
}
.footer-wrapper .footer-bar-icon-svg {
    display: block;
    width: 30px;
    height: 30px;
    fill: currentColor;
    overflow: visible !important;
}
.footer-wrapper .footer-bar-icon-img {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
}
.footer-wrapper .footer-bottom-row--mobile .footer-bar-icons { margin-bottom: .75rem; }
.footer-wrapper .absolute-footer {
    background: transparent;
    padding: 0;
    min-height: 0;
}
.footer-wrapper .absolute-footer .copyright-footer:empty { display: none; }
@media (max-width: 849px) {
    .footer-wrapper .hide-for-small { display: none !important; }
}
@media (min-width: 850px) {
    .footer-wrapper .show-for-small { display: none !important; }
}

/* Social icons */
.social-icons { display: flex; flex-wrap: wrap; gap: .5rem; align-items: center; }
.social-icons--footer .social-icon,
.footer-wrapper .social-icon {
    display: inline-flex; align-items: center; justify-content: center;
    min-width: 2rem; padding: .35rem .65rem; border-radius: 4px;
    background: rgba(255,255,255,.12); color: #fff; font-size: .8rem; font-weight: 600;
    text-decoration: none; transition: background .2s;
}
.social-icons--footer .social-icon:hover { background: rgba(255,255,255,.25); color: #fff; }
.social-icons--header .social-icon {
    display: inline-flex; padding: .25rem .5rem; font-size: .75rem; font-weight: 600;
    color: var(--color-primary, #006774); text-decoration: none;
}
.header-social-col { margin-left: .75rem; }
.social-feed { margin: 1rem 0; }
.social-feed-video iframe { width: 100%; min-height: 280px; border: 0; border-radius: 8px; }
.social-feed-link { margin-top: .5rem; font-size: .9rem; }
.social-feed-fallback { text-align: center; padding: 1rem; background: #f5f5f5; border-radius: 8px; }
.social-icon-facebook { border-left: 3px solid #1877f2; }
.social-icon-instagram { border-left: 3px solid #e4405f; }
.social-icon-twitter { border-left: 3px solid #000; }
.social-icon-youtube { border-left: 3px solid #ff0000; }
.social-icon-whatsapp { border-left: 3px solid #25d366; }
.social-icon-telegram { border-left: 3px solid #0088cc; }
.social-icon-linkedin { border-left: 3px solid #0a66c2; }
.social-icon-tiktok { border-left: 3px solid #010101; }
.social-icon-next { border-left: 3px solid #c41e3a; }
.social-icon--custom { border-left: none; padding: .25rem; min-width: auto; }
.social-icon-img {
    display: block; width: 22px; height: 22px; object-fit: contain;
}
.social-icons--footer .social-icon--custom { background: transparent; padding: .2rem; }
.social-icons--footer .social-icon--custom:hover { background: rgba(255,255,255,.15); }

/* Mobil yan men? ? drawer overlay'den ?STTE olmal? (aksi halde t?klamalar overlay'e gider) */
.main-menu-overlay {
    display: none;
    position: fixed;
    inset: 0;
    z-index: 100050;
    background: rgba(0, 0, 0, .55);
    pointer-events: none;
}
.mobile-menu-open .main-menu-overlay {
    display: block;
    pointer-events: auto;
}
.mobile-menu-close {
    position: absolute;
    top: .5rem;
    right: .65rem;
    z-index: 2;
    width: 2.75rem;
    height: 2.75rem;
    border: none;
    background: transparent;
    color: #446084;
    font-size: 2rem;
    line-height: 1;
    cursor: pointer;
    padding: 0;
}
.mobile-menu-close span { display: block; margin-top: -.1rem; }

#main-menu.mobile-sidebar {
    display: block !important;
    visibility: visible !important;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: min(85vw, 320px);
    max-width: 320px;
    z-index: 100060;
    background: #fff;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    transform: translate3d(-105%, 0, 0);
    transition: transform .28s ease;
    box-shadow: 2px 0 16px rgba(0, 0, 0, .15);
    pointer-events: auto;
}
.mobile-menu-open #main-menu.mobile-sidebar,
#main-menu.mobile-sidebar.is-open {
    transform: translate3d(0, 0, 0);
}
.mobile-menu-open { overflow: hidden; }
.mobile-menu-open .header .nav-icon.has-icon a { visibility: hidden; }

#main-menu .sidebar-menu { padding: 2.75rem 0 1rem; }
#main-menu .nav-sidebar,
#main-menu .nav-sidebar > li,
#main-menu .nav-sidebar > li > a {
    opacity: 1 !important;
    visibility: visible !important;
}
#main-menu .nav-sidebar {
    list-style: none;
    margin: 0;
    padding: 0;
}
#main-menu .nav-sidebar > li { margin: 0; padding: 0; list-style: none; }

#main-menu .header-search-form { padding: .85rem .9rem .65rem; border-bottom: 1px solid #ececec; }
#main-menu .mobile-menu-search .flex-row {
    display: flex;
    align-items: stretch;
    gap: 0;
}
#main-menu .mobile-menu-search .flex-grow { flex: 1; min-width: 0; }
#main-menu .header-search-form .search-field {
    width: 100%;
    height: 42px;
    margin: 0;
    padding: .55rem .75rem;
    border: 1px solid #ddd;
    border-right: none;
    border-radius: 4px 0 0 4px;
    font-size: 1rem;
    background: #fff;
    box-sizing: border-box;
}
#main-menu .ux-search-submit {
    height: 42px;
    width: 46px;
    min-width: 46px;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0 4px 4px 0;
    background: var(--color-accent, #019db1) !important;
    color: #fff !important;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#main-menu .ux-search-submit .icon-search { font-size: 1.1rem; }

#main-menu .nav-sidebar > li.menu-item > a {
    display: block;
    padding: .9rem 2.25rem .9rem 1rem;
    color: #446084 !important;
    font-weight: 700;
    font-size: .92rem;
    line-height: 1.35;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: .02em;
    border-bottom: 1px solid #ececec;
    position: relative;
}
#main-menu .nav-sidebar > li.header-search-form,
#main-menu .nav-sidebar > li.html.custom {
    color: #446084;
}
#main-menu .nav-sidebar > li.menu-item > a:hover { color: var(--color-primary, #006774); }

#main-menu .nav-sidebar-ul.children {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    background: #f8fafb;
}
#main-menu .menu-item-has-children.active > .sub-menu { display: block; }
#main-menu .nav-sidebar-ul.children .nav-sidebar-ul.children {
    background: #f1f5f7;
}
#main-menu .nav-sidebar-ul.children .nav-sidebar-ul.children a {
    padding-left: 1.85rem;
    font-weight: 500;
    font-size: .8rem;
}
#main-menu .nav-sidebar-ul.children a {
    display: block;
    padding: .65rem 1rem .65rem 1.25rem;
    color: var(--color-accent, #0197b2);
    font-weight: 600;
    font-size: .85rem;
    text-decoration: none;
    text-transform: none;
    border-bottom: 1px solid #e8ecef;
}
#main-menu .nav-sidebar-ul.children.roster-mobile-members a {
    color: #475569;
    font-weight: 500;
    font-size: .8rem;
    padding-left: 1.85rem;
}
#main-menu .menu-item-has-children > a { padding-right: 2.5rem; }
#main-menu .menu-item-has-children > a::after {
    content: '';
    position: absolute;
    right: 1.1rem;
    top: 50%;
    width: 7px;
    height: 7px;
    margin-top: -2px;
    border-right: 2px solid #b0b8c4;
    border-bottom: 2px solid #b0b8c4;
    transform: translateY(-65%) rotate(45deg);
    transition: transform .2s ease;
}
#main-menu .menu-item-has-children.active > a::after {
    transform: translateY(-35%) rotate(-135deg);
}

#main-menu .mobile-menu-banner {
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ececec;
}
#main-menu .mobile-menu-banner img {
    display: block;
    width: 100%;
    height: auto;
}

#main-menu .mobile-menu-social {
    list-style: none;
    padding: .85rem 1rem 1.25rem;
    margin: 0;
}
#main-menu .mobile-menu-social-row {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    margin: 0 0 .5rem;
    align-items: center;
}
#main-menu .mobile-menu-social-row:last-child { margin-bottom: 0; }
#main-menu .mobile-menu-social a {
    display: inline-flex;
    line-height: 0;
}
#main-menu .mobile-menu-social img,
#main-menu .mobile-menu-social .footer-bar-icon-svg {
    display: block;
    width: 30px;
    height: 30px;
    object-fit: contain;
    color: #fff;
    fill: currentColor;
}

@media (min-width: 850px) {
    #main-menu.mobile-sidebar,
    .main-menu-overlay { display: none !important; }
}

/* Admin */
body.admin-body { background: #f0f2f5; }
.admin-header { background: var(--color-primary); color: #fff; padding: 1rem 2rem; }
.admin-nav a { color: rgba(255,255,255,.85); margin-right: 1rem; text-decoration: none; }
.admin-content { max-width: 1100px; margin: 2rem auto; padding: 0 1rem; }
.admin-card { background: #fff; border-radius: 8px; padding: 1.5rem; box-shadow: 0 1px 4px rgba(0,0,0,.08); margin-bottom: 1.5rem; }
.admin-table { width: 100%; border-collapse: collapse; }
.admin-table th, .admin-table td { padding: .6rem .75rem; text-align: left; border-bottom: 1px solid #eee; }
.admin-table th { background: #f5f5f5; }
.admin-table tr.unread { font-weight: bold; background: #fffde7; }

.text-center { text-align: center; }

/* Uygun gorulen eserler */
.approved-works-intro { margin-bottom: 1.5rem; color: #555; line-height: 1.6; }
.approved-works-filters { display: flex; flex-wrap: wrap; gap: .5rem; margin-bottom: 1.75rem; }
.filter-pill {
    display: inline-block; padding: .35rem .85rem; border-radius: 999px;
    background: #f0f4f5; color: var(--color-primary); text-decoration: none; font-size: .9rem;
}
.filter-pill:hover, .filter-pill.active { background: var(--color-primary); color: #fff; }
.approved-works-grid {
    display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 1.5rem;
}
.approved-work-card {
    background: #fff; border-radius: 8px; overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,.08); display: flex; flex-direction: column;
    transition: transform .15s, box-shadow .15s;
}
.approved-work-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(0,0,0,.10);
}
.approved-work-cover {
    display: block;
    text-decoration: none;
    background: #eef2f6;
    overflow: hidden;
}
.approved-work-cover img { width: 100%; aspect-ratio: 3/4; object-fit: cover; display: block; }
.approved-work-cover--placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 3/4;
    background: linear-gradient(145deg, #f1f5f9, #e2e8f0);
}
.approved-work-cover-fallback {
    font-size: 3rem;
    line-height: 1;
    opacity: .45;
}
.approved-work-body { padding: 1rem; flex: 1; display: flex; flex-direction: column; gap: .35rem; }
.approved-work-labels {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .35rem;
}
.approved-work-badge {
    display: inline-block;
    padding: .12rem .45rem;
    border-radius: 999px;
    background: #fee2e2;
    color: #991b1b;
    font-size: .72rem;
    font-weight: 700;
}
.approved-work-media-badges {
    display: flex;
    flex-wrap: wrap;
    gap: .35rem;
    margin-top: auto;
    padding-top: .5rem;
}
.approved-work-media {
    display: flex;
    flex-direction: column;
    gap: .65rem;
    margin-top: auto;
    padding-top: .65rem;
}
.approved-work-media-badge {
    display: inline-block;
    align-self: flex-start;
    padding: .18rem .5rem;
    border-radius: 4px;
    font-size: .75rem;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
.approved-work-media-badge:hover { opacity: .9; text-decoration: none; color: #fff; }
.approved-work-media-badge--pdf { background: #d32f2f; }
.approved-work-media-badge--audio { background: #388e3c; }
.approved-work-audio-wrap {
    display: flex;
    flex-direction: column;
    gap: .35rem;
}
.approved-work-audio-label {
    font-size: .78rem;
    font-weight: 600;
    color: #388e3c;
}
.approved-work-audio {
    width: 100%;
    height: 36px;
    max-width: 100%;
}
.approved-work-audio-section {
    margin-top: 1.5rem;
    padding: 1rem 1.15rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}
.approved-work-audio-heading {
    margin: 0 0 .65rem;
    font-size: 1.05rem;
    color: #334155;
}
.approved-work-audio--detail {
    width: 100%;
    max-width: 480px;
    height: 42px;
}
.approved-work-type {
    display: inline-block; font-size: .75rem; text-transform: uppercase; letter-spacing: .04em;
    color: var(--color-accent); margin-bottom: .35rem;
}
.approved-work-title { font-size: 1.05rem; margin: 0 0 .5rem; line-height: 1.35; }
.approved-work-title a { color: var(--color-primary); text-decoration: none; }
.approved-work-title a:hover { text-decoration: underline; }
.approved-work-meta { margin: 0; font-size: .9rem; color: #666; }
.approved-work-meta-sub { font-size: .85rem; color: #888; }
.approved-work-breadcrumb { margin-bottom: 1rem; }
.approved-work-breadcrumb a { color: var(--color-accent); text-decoration: none; }
.approved-work-header { margin-bottom: 1.5rem; }
.approved-work-detail-title {
    margin: .35rem 0 1rem;
    font-size: clamp(1.35rem, 2.5vw, 1.85rem);
    line-height: 1.3;
    border: none;
    padding: 0;
}
.approved-work-hero {
    display: grid;
    grid-template-columns: minmax(140px, 220px) minmax(0, 1fr);
    gap: 1.5rem;
    margin-bottom: 2rem;
    padding: 1.25rem;
    background: #f8fafc;
    border: 1px solid #e8edf2;
    border-radius: 12px;
}
.approved-work-hero-cover img {
    width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,.12);
    aspect-ratio: 3/4;
    object-fit: cover;
    display: block;
}
.approved-work-hero-cover-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 3/4;
    border-radius: 8px;
    background: linear-gradient(145deg, #eef2f6, #e2e8f0);
    font-size: 3rem;
    opacity: .45;
}
.approved-work-info-grid {
    display: grid;
    gap: .55rem;
    margin: 0 0 1rem;
}
.approved-work-info-row {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: .75rem;
    font-size: .92rem;
}
.approved-work-info-row dt {
    margin: 0;
    color: #64748b;
    font-weight: 600;
}
.approved-work-info-row dd {
    margin: 0;
    color: #1e293b;
}
.approved-work-description--hero {
    margin: 0 0 1rem;
    color: #475569;
    line-height: 1.65;
    font-size: .95rem;
}
.approved-work-media-bar {
    display: flex;
    flex-wrap: wrap;
    gap: .65rem;
}
.approved-work-btn--pdf { background: #d32f2f; color: #fff; border-color: #d32f2f; }
.approved-work-btn--pdf:hover { background: #b71c1c; color: #fff; }
.approved-work-section-title {
    margin: 0 0 .75rem;
    font-size: 1.15rem;
    color: #334155;
}
.approved-work-reader-section {
    margin: 2rem 0;
}
.approved-work-reader-fallback {
    padding: 1.25rem;
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 10px;
}
.approved-work-reader-note {
    margin: 0 0 1rem;
    color: #64748b;
    line-height: 1.55;
}
.approved-work-source { margin-top: 2rem; }
@media (max-width: 700px) {
    .approved-work-hero {
        grid-template-columns: 1fr;
    }
    .approved-work-hero-cover {
        max-width: 200px;
        margin: 0 auto;
    }
    .approved-work-info-row {
        grid-template-columns: 1fr;
        gap: .15rem;
    }
}
.approved-work-figure { margin: 0 0 1.5rem; max-width: 320px; }
.approved-work-figure img { width: 100%; border-radius: 8px; box-shadow: 0 4px 16px rgba(0,0,0,.1); }
.approved-work-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1.5rem; }
.approved-work-btn { display: inline-block; }

.work-list-table-wrap {
    margin: 1.5rem 0 2rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.work-list-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 10px;
    overflow: hidden;
    font-size: .95rem;
}
.work-list-table thead th {
    text-align: left;
    padding: .85rem 1rem;
    background: #f7fafb;
    color: #64748b;
    font-weight: 600;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .03em;
    border-bottom: 1px solid #e8edf2;
}
.work-list-table tbody tr { border-bottom: 1px solid #eef2f6; }
.work-list-table tbody tr:last-child { border-bottom: none; }
.work-list-table td { padding: 1rem; vertical-align: middle; }
.work-list-title { min-width: 220px; }
.work-list-title a {
    color: #1e293b;
    text-decoration: none;
    line-height: 1.45;
}
.work-list-title a:hover { color: var(--color-primary, #006774); text-decoration: underline; }
.work-list-badge {
    display: inline-block;
    margin-left: .45rem;
    padding: .12rem .45rem;
    border-radius: 999px;
    background: #fee2e2;
    color: #991b1b;
    font-size: .72rem;
    font-weight: 700;
    vertical-align: middle;
}
.work-list-author { color: #64748b; min-width: 120px; }
.work-list-type { color: #64748b; white-space: nowrap; font-size: .88rem; }
.work-list-media { min-width: 200px; }
.work-list-media-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .65rem;
}
.work-link {
    font-weight: 700;
    text-decoration: none;
    font-size: .85rem;
}
.work-link--pdf { color: #d32f2f; }
.work-link--ext { color: #1976d2; }
.work-link:hover { text-decoration: underline; }
.work-list-audio {
    height: 32px;
    min-width: 180px;
    max-width: 220px;
}
.work-list-no-media { color: #94a3b8; }
@media (max-width: 768px) {
    .work-list-table thead { display: none; }
    .work-list-table tbody tr {
        display: block;
        padding: .85rem 0;
        border-bottom: 1px solid #eef2f6;
    }
    .work-list-table td {
        display: block;
        padding: .35rem 1rem;
        border: none;
    }
    .work-list-audio { max-width: 100%; width: 100%; }
}

/* Sube sitesi */
.sube-page { padding-bottom: 2rem; }
.sube-hero { padding: 2rem 0 1rem; }
.sube-hero-header { text-align: center; margin-bottom: 2rem; }
.sube-hero-kicker { margin: 0 0 .35rem; font-size: .85rem; font-weight: 600; color: var(--color-accent); text-transform: uppercase; letter-spacing: .04em; }
.sube-hero-title { margin: 0; font-size: 1.75rem; text-transform: uppercase; color: var(--color-primary); }
.sube-hero-province { margin: .35rem 0 0; font-size: .95rem; color: #64748b; }
.sube-info-row.align-equal { align-items: stretch; }
.sube-president-card {
    max-width: 280px;
    margin: 0 auto;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
}
.sube-president-card .sube-president-photo {
    width: 68%;
    margin: 1.25rem auto 0;
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    background: #e8ecef;
}
.sube-president-card .sube-president-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.sube-president-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: var(--color-primary);
    background: #eef6f7;
}
.sube-president-card .image-box-text { padding: 1rem 1rem 1.25rem; }
.sube-president-name { margin: 0 0 .25rem; font-size: 1.05rem; }
.sube-president-role { margin: 0; font-size: .9rem; color: #64748b; }
.sube-president-cv-hint { margin: .45rem 0 0; font-size: .78rem; color: var(--color-primary); font-weight: 600; }
.sube-president-card--linked .sube-president-link { display: block; color: inherit; text-decoration: none; }
.sube-president-card--linked .sube-president-link:hover .sube-president-name,
.sube-president-card--linked .sube-president-link:hover .sube-president-cv-hint { color: var(--color-primary); }
.sube-contact-card,
.sube-map-card {
    height: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 1.25rem;
    box-shadow: 0 2px 8px rgba(0,0,0,.06);
}
.sube-card-title { margin: 0 0 1rem; font-size: 1.1rem; color: var(--color-primary); }
.sube-contact-item { margin: 0 0 .75rem; line-height: 1.5; }
.sube-contact-label { display: block; font-size: .78rem; font-weight: 700; text-transform: uppercase; color: #94a3b8; margin-bottom: .15rem; }
.sube-map-empty { margin: 0; color: #64748b; font-size: .95rem; }
.sube-section-heading { text-align: center; margin: 0 0 1.5rem; font-size: 1.35rem; text-transform: uppercase; color: var(--color-primary); }
.sube-more-link { margin-top: 1.5rem; }
.sube-site .page-title { text-align: center; }
.sube-post-wrapper,
.sube-section-wrapper {
    width: 100%;
}
.sube-post .breadcrumb {
    margin: 0 0 1rem;
    color: #666;
    font-size: .9rem;
}
.sube-post .breadcrumb a {
    color: var(--color-accent);
    text-decoration: none;
}
.sube-post .entry-header {
    margin-bottom: .75rem;
}
.sube-post .post-date,
.sube-post .entry-date {
    display: block;
    text-align: center;
    color: #777;
    font-size: .9rem;
    margin-bottom: .5rem;
}
.sube-post-image {
    max-width: 720px;
    margin: 0 auto 1.25rem;
    text-align: center;
}
.sube-post-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
.sube-post .page-body {
    max-width: 860px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.7;
}
.sube-post-footer {
    max-width: 860px;
    margin: 1.5rem auto 0;
}
.sube-section-wrapper .sube-section-nav {
    margin-top: 2rem;
}
.sube-hero .section-title { margin-bottom: 1.5rem; }
.sube-info-row { margin-bottom: 1rem; }
.sube-contact p { margin: 0 0 .65rem; line-height: 1.5; }
.sube-contact a { color: var(--color-accent); }
.sube-whatsapp-row { margin-top: .75rem; }
.map-embed iframe { border-radius: 8px; }

.sube-quick-nav,
.sube-section-nav {
    display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem;
    margin: 1.5rem auto 2rem;
    padding: .75rem var(--site-gutter);
    background: #f0f4f5; border-radius: 8px;
    width: 100%;
    max-width: var(--site-max-width);
    box-sizing: border-box;
}
.sube-page .sube-announcements .container,
.sube-page .sube-news .container,
.sube-page .sube-section .container,
.sube-page .sube-announcements .site-container,
.sube-page .sube-news .site-container,
.sube-page .sube-section .site-container,
.sube-section > .site-container {
    width: 100%;
    max-width: var(--site-max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--site-gutter);
    padding-right: var(--site-gutter);
    box-sizing: border-box;
}
.sube-page .map-embed,
.sube-page .map-embed iframe {
    max-width: 100%;
}
.sube-quick-nav-item,
.sube-section-nav a {
    display: inline-block; padding: .5rem 1rem;
    background: #fff; color: var(--color-primary);
    border-radius: 6px; text-decoration: none; font-weight: 600; font-size: .9rem;
    box-shadow: 0 1px 3px rgba(0,0,0,.06);
    transition: background .15s, color .15s;
}
.sube-quick-nav-item:hover,
.sube-section-nav a:hover,
.sube-section-nav a.active {
    background: var(--color-primary); color: #fff;
}
.sube-announcements { padding: 1rem 0 2rem; }
.sube-announcement-list { list-style: none; padding: 0; max-width: 720px; margin: 0 auto 1rem; }
.sube-announcement-list li {
    display: flex; justify-content: space-between; align-items: baseline; gap: 1rem;
    padding: .65rem 0; border-bottom: 1px solid #eee;
}
.sube-announcement-list a { color: var(--color-primary); text-decoration: none; font-weight: 500; }
.sube-announcement-list time { color: #888; font-size: .85rem; white-space: nowrap; }
.sube-section .breadcrumb { margin-bottom: 1rem; color: #666; font-size: .9rem; }
.sube-section .breadcrumb a { color: var(--color-accent); text-decoration: none; }
.sube-section-intro { margin-bottom: 1.5rem; }
.sube-empty-msg { text-align: center; color: #666; padding: 2rem 0; }
.sube-news { padding-bottom: 2rem; }

.page-tags {
    display: flex; flex-wrap: wrap; gap: .5rem;
    margin: .5rem 0 1.25rem; justify-content: center;
}
.blog-wrapper .page-tags,
.sube-post .page-tags {
    justify-content: flex-start;
}
.page-tag {
    display: inline-block; padding: .3rem .85rem;
    background: #f0f4f5; color: var(--color-primary);
    border-radius: 999px; font-size: .85rem; font-weight: 600;
}

.preview-banner {
    position: sticky; top: 0; z-index: 100100;
    background: #7a5c00; color: #fff;
    text-align: center; padding: .65rem 1rem;
    font-size: .92rem;
}

.dib-intro, .dib-empty, .dib-source-note { max-width: 760px; margin: 0 auto 1.25rem; color: #555; line-height: 1.6; }
.dib-source-note { font-size: .88rem; text-align: center; margin-top: 2rem; }
.dib-filters, .approved-works-filters {
    display: flex; flex-wrap: wrap; justify-content: center; gap: .5rem; margin: 1rem 0 1.5rem;
}
.filter-pill, .dib-filters .filter-pill {
    display: inline-block; padding: .4rem .9rem; border-radius: 999px;
    background: #f0f4f5; color: var(--color-primary); text-decoration: none; font-weight: 600; font-size: .88rem;
}
.filter-pill.active, .dib-filters .filter-pill.active { background: var(--color-primary); color: #fff; }
.dib-list { max-width: 860px; margin: 0 auto; }
.dib-list-item { padding: 1rem 0; border-bottom: 1px solid #eee; }
.dib-list-meta { display: flex; gap: .75rem; align-items: center; margin-bottom: .35rem; font-size: .85rem; color: #777; }
.dib-category { background: #eef6f7; color: var(--color-primary); padding: .15rem .55rem; border-radius: 4px; font-weight: 600; }
.dib-list-title { margin: 0 0 .35rem; font-size: 1.15rem; }
.dib-list-title a { color: var(--color-primary); text-decoration: none; }
.dib-list-summary { margin: 0; color: #555; line-height: 1.5; }
.dib-detail-page .breadcrumb, .hutbe-detail-page .breadcrumb { margin-bottom: 1rem; color: #666; font-size: .9rem; }
.dib-detail-meta { display: flex; gap: .75rem; justify-content: center; margin-bottom: .5rem; color: #777; font-size: .9rem; }
.dib-detail-image { max-width: 720px; margin: 0 auto 1.25rem; text-align: center; }
.dib-detail-image img { max-width: 100%; border-radius: 8px; }
.hutbe-featured {
    max-width: 760px; margin: 0 auto 2rem; padding: 1.5rem;
    background: linear-gradient(135deg, #f7fafb, #eef6f7); border-radius: 12px; text-align: center;
}
.hutbe-featured-label { display: block; font-size: .82rem; font-weight: 700; color: var(--color-accent); text-transform: uppercase; letter-spacing: .04em; margin-bottom: .5rem; }
.hutbe-featured h2 { margin: 0 0 .5rem; font-size: 1.35rem; }
.hutbe-featured h2 a { color: var(--color-primary); text-decoration: none; }
.hutbe-archive-list { max-width: 760px; margin: 0 auto; }
.hutbe-archive-item { padding: .85rem 0; border-bottom: 1px solid #eee; }
.hutbe-archive-item h3 { margin: 0 0 .2rem; font-size: 1.05rem; }
.hutbe-archive-item a { color: var(--color-primary); text-decoration: none; }
.hutbe-date { display: block; text-align: center; color: #777; margin-bottom: .35rem; }

.hutbe-list-table-wrap {
    margin: 1.5rem 0 2rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
.hutbe-list-table {
    width: 100%;
    border-collapse: collapse;
    background: #fff;
    border: 1px solid #e8edf2;
    border-radius: 10px;
    overflow: hidden;
    font-size: .95rem;
}
.hutbe-list-table thead th {
    text-align: left;
    padding: .85rem 1rem;
    background: #f7fafb;
    color: #64748b;
    font-weight: 600;
    font-size: .82rem;
    text-transform: uppercase;
    letter-spacing: .03em;
    border-bottom: 1px solid #e8edf2;
}
.hutbe-list-table tbody tr { border-bottom: 1px solid #eef2f6; }
.hutbe-list-table tbody tr:last-child { border-bottom: none; }
.hutbe-list-table td { padding: 1rem; vertical-align: middle; }
.hutbe-list-title { min-width: 220px; }
.hutbe-list-title a {
    color: #1e293b;
    text-decoration: none;
    line-height: 1.45;
}
.hutbe-list-title a:hover { color: var(--color-primary, #006774); text-decoration: underline; }
.hutbe-list-media { min-width: 200px; }
.hutbe-list-media-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: .65rem;
}
.hutbe-link {
    font-weight: 700;
    text-decoration: none;
    font-size: .85rem;
}
.hutbe-link--pdf { color: #d32f2f; }
.hutbe-link--word { color: #1976d2; }
.hutbe-link:hover { text-decoration: underline; }
.hutbe-list-audio {
    height: 32px;
    min-width: 180px;
    max-width: 220px;
}
.hutbe-list-no-media { color: #94a3b8; }
.hutbe-list-date {
    white-space: nowrap;
    color: #64748b;
    font-size: .9rem;
    min-width: 90px;
}
@media (max-width: 768px) {
    .hutbe-list-table thead { display: none; }
    .hutbe-list-table tbody tr {
        display: block;
        padding: .85rem 0;
        border-bottom: 1px solid #eef2f6;
    }
    .hutbe-list-table td {
        display: block;
        padding: .35rem 1rem;
        border: none;
    }
    .hutbe-list-media-inner { margin-top: .25rem; }
    .hutbe-list-audio { max-width: 100%; width: 100%; }
}

.union-stats-block { margin: 2rem 0; padding: 1.5rem; background: #f7fafb; border-radius: 10px; }
.union-stats-title { margin: 0 0 .35rem; font-size: 1.25rem; color: var(--color-primary); }
.union-stats-total { margin: 0 0 1rem; color: #555; }
.union-stats-row { margin-bottom: .65rem; }
.union-stats-label { display: flex; justify-content: space-between; font-size: .9rem; margin-bottom: .2rem; }
.union-stats-bar-track { height: 8px; background: #e2eaee; border-radius: 4px; overflow: hidden; }
.union-stats-bar-fill { height: 100%; background: var(--color-accent, #0d7a6b); border-radius: 4px; }
.union-stats-more { margin: .75rem 0 0; font-size: .85rem; color: #777; }
.branches-map-fallback { margin: 1rem 0; padding: 1rem; background: #f5f8fa; border-radius: 8px; }
.branches-map-list { columns: 2; margin: .75rem 0 0; padding-left: 1.2rem; }
.branches-map-embed {
    margin: 1.5rem auto;
    width: 100%;
}
.branches-map-embed .turkiye-harita-wrap {
    margin: 0;
    padding: 0;
    max-width: none;
}
.page-wrapper .turkiye-harita-wrap {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
}

.subeler-haritasi-page .subeler-haritasi-header { margin-bottom: 1.5rem; }
.subeler-haritasi-lead { max-width: 42rem; margin: .75rem auto 0; color: #475569; }

.turkiye-harita-wrap {
    margin: 1.5rem auto 2rem;
    width: 100%;
    max-width: var(--site-max-width);
    padding-left: var(--site-gutter);
    padding-right: var(--site-gutter);
    box-sizing: border-box;
}
.turkiye-harita-wrap.is-loading .turkiye-harita-map { min-height: 220px; display: flex; align-items: center; justify-content: center; }
.turkiye-harita-loading,
.turkiye-harita-error { color: #64748b; text-align: center; padding: 2rem 1rem; }

.turkiye-harita-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.4fr) minmax(0, 0.8fr);
    gap: 1.5rem;
    align-items: start;
    min-width: 0;
}
.turkiye-harita-map-col,
.turkiye-harita-panel-col {
    min-width: 0;
}
.turkiye-harita-map {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: .75rem;
    overflow: hidden;
}
.turkiye-harita-map svg { display: block; max-width: 100%; height: auto; }
.turkiye-harita-map .province { cursor: default; outline: none; }
.turkiye-harita-map .province path { fill: #dfe7eb; stroke: #fff; stroke-width: 1; transition: fill .15s ease; }
.turkiye-harita-map .province.is-active { cursor: pointer; }
.turkiye-harita-map .province.is-active path { fill: #b8dde5; }
.turkiye-harita-map .province.is-active:hover path,
.turkiye-harita-map .province.is-active:focus path,
.turkiye-harita-map .province.is-selected path { fill: #0197b2; }
.turkiye-harita-map .province.is-active:focus { outline: 2px solid #006774; outline-offset: 2px; }

.turkiye-harita-panel {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1.25rem 1.35rem;
    min-height: 220px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .05);
}
.turkiye-harita-panel-title {
    margin: 0 0 .75rem;
    font-size: 1.1rem;
    color: #006774;
}
.turkiye-harita-panel-empty,
.turkiye-harita-panel p { margin: 0 0 .65rem; color: #334155; line-height: 1.5; }
.turkiye-harita-panel-province { margin: 0 0 .75rem; font-size: 1.35rem; color: #006774; }
.map-panel-president { font-size: 1rem; }
.map-panel-president-title { color: #64748b; font-weight: 400; }
.map-panel-branch-name { color: #475569; font-size: .95rem; }
.map-panel-members { margin-top: .85rem; padding-top: .85rem; border-top: 1px solid #e2e8f0; font-size: .92rem; color: #475569; }
.map-panel-actions { margin-top: 1rem; }
.turkiye-harita-more { margin: 1rem 0 0; text-align: center; }

.turkiye-harita-select-wrap { margin-top: .85rem; }
.turkiye-harita-select {
    width: 100%;
    padding: .65rem .75rem;
    border: 1px solid #cbd5e1;
    border-radius: 8px;
    font: inherit;
    background: #fff;
}

.turkiye-harita-wrap--compact .turkiye-harita-layout {
    grid-template-columns: 1fr;
}
.turkiye-harita-wrap--compact .turkiye-harita-panel { min-height: 0; }

@media (max-width: 849px) {
    .turkiye-harita-layout { grid-template-columns: 1fr; }
    .turkiye-harita-panel-col { order: 2; }
}

@media (max-width: 849px) {
    .show-for-medium { display: block !important; }
    .hide-for-medium { display: none !important; }
    .header-bottom { display: none; }
}

/* Ana sayfa bloklar? */
.home-layout {
    width: 100%;
}
.home-layout .home-section--dib_hutbes {
    background: #f6f7f8;
}
.home-layout .home-block {
    width: 100%;
    max-width: var(--site-max-width);
    margin-left: auto;
    margin-right: auto;
    padding-left: var(--site-gutter);
    padding-right: var(--site-gutter);
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    box-sizing: border-box;
}
.home-layout .home-block--hutbeler {
    background: transparent;
    border-radius: 0;
    padding-top: 2.25rem;
    padding-bottom: 1.75rem;
}
.home-block-title { text-align: center; font-size: 1.5rem; font-weight: 700; margin: 0 0 1.5rem; color: #1a1a1a; }
.home-block-actions { text-align: center; margin-top: 1.5rem; }
.home-cards {
    display: grid;
    gap: 1rem;
    width: 100%;
}
.home-cards--5 {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.home-cards--works {
    grid-template-columns: repeat(auto-fit, minmax(180px, 220px));
    justify-content: center;
}
@media (min-width: 1100px) {
    .home-cards--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
}
@media (max-width: 1099px) and (min-width: 701px) {
    .home-cards--5 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 700px) {
    .home-cards--5 { grid-template-columns: 1fr; }
    .home-cards--works { grid-template-columns: repeat(auto-fit, minmax(160px, 1fr)); }
}
.home-card {
  display: flex; flex-direction: column; gap: .45rem;
  padding: .85rem .9rem; text-decoration: none; color: inherit;
  background: #fff; border-radius: 8px; min-height: 7.5rem;
  box-shadow: 0 1px 3px rgba(15,23,42,.06); transition: transform .15s, box-shadow .15s;
}
.home-card:hover { transform: translateY(-2px); box-shadow: 0 6px 16px rgba(15,23,42,.1); color: inherit; }
.home-block--hutbeler .home-card { background: transparent; box-shadow: none; }
.home-card-meta { display: flex; justify-content: space-between; gap: .5rem; font-size: .8rem; color: #64748b; }
.home-card-meta--center { justify-content: center; }
.home-card-cat { color: #1e73be; font-weight: 700; }
.home-card-title { margin: 0; font-size: .98rem; line-height: 1.35; font-weight: 700; color: #0f172a; }
.home-card-title--center { text-align: center; }
.home-card-source { font-size: .72rem; color: #94a3b8; margin-top: auto; }
.home-card--work { min-height: 8rem; }
.home-card-type { font-size: .75rem; color: #94a3b8; text-transform: uppercase; letter-spacing: .03em; }
.home-card-cover { display: block; margin: 0 0 .5rem; border-radius: 6px; overflow: hidden; aspect-ratio: 3/4; background: #f1f5f9; }
.home-card-cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.home-section-preview-label {
  font-size: .75rem; font-weight: 700; text-transform: uppercase; letter-spacing: .04em;
  color: #0369a1; background: #e0f2fe; display: inline-block; padding: .2rem .55rem; border-radius: 4px; margin-bottom: .75rem;
}
.home-section--hidden-preview { outline: 2px dashed #f59e0b; opacity: .55; }

/* 3. seviye ?st men? (kurul ? ?ye ad?) */
.header-bottom-nav .nav-dropdown.nav-dropdown-bold > li > a,
.header-bottom-nav .nav-dropdown .menu-item-roster-flyout > a {
    color: var(--color-accent, #0197b2) !important;
    font-weight: 600 !important;
    font-size: .92em !important;
    text-transform: none !important;
}
.header-bottom-nav .nav-dropdown.nav-dropdown-bold > li > a::before {
    content: '> ';
    opacity: .55;
    margin-right: .15rem;
}
.header-bottom-nav .nav-dropdown .menu-item-roster-flyout {
    position: relative;
}
.header-bottom-nav .nav-dropdown .roster-flyout {
    display: none;
    position: absolute;
    left: calc(100% - .35rem);
    top: 0;
    min-width: 230px;
    z-index: 30;
    background: #fff;
    box-shadow: 0 8px 24px rgba(15, 23, 42, .12);
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: .35rem 0;
    margin: 0;
}
.header-bottom-nav .nav-dropdown .menu-item-roster-flyout:hover > .roster-flyout,
.header-bottom-nav .nav-dropdown .menu-item-roster-flyout:focus-within > .roster-flyout {
    display: block;
}
.header-bottom-nav .nav-dropdown .roster-flyout > li > a {
    color: #334155 !important;
    font-weight: 500 !important;
    font-size: .88em !important;
    text-transform: none !important;
    padding: .45rem .85rem !important;
    margin: 0 !important;
    border-radius: 0 !important;
}
.header-bottom-nav .nav-dropdown .roster-flyout > li > a::before {
    content: none;
}
.header-bottom-nav .nav-dropdown .roster-flyout > li > a:hover {
    background: #f0f9fb !important;
    color: var(--color-primary, #006774) !important;
}
.header-bottom-nav .nav-dropdown .menu-item-has-children { position: relative; }
.header-bottom-nav .nav-dropdown .menu-item-has-children:not(.menu-item-roster-flyout) > a {
    color: var(--color-accent, #0197b2) !important;
    font-weight: 600 !important;
    text-transform: none !important;
}
.header-bottom-nav .nav-dropdown.nav-dropdown-bold > li > a:hover,
.header-bottom-nav .nav-dropdown .menu-item-roster-flyout > a:hover,
.header-bottom-nav .nav-dropdown.nav-dropdown-bold .menu-item-has-children > a:hover {
    background-color: var(--fs-color-primary, var(--color-primary, #0197b2)) !important;
    color: #fff !important;
}
.header-bottom-nav .nav-dropdown .nav-dropdown {
    left: 100%;
    top: 0;
    margin-left: .15rem;
}
@media (max-width: 849px) {
    .header-bottom-nav .nav-dropdown .nav-dropdown {
        left: 0;
        top: auto;
        position: static;
        box-shadow: none;
        border: 0;
        margin: 0;
        padding-left: .75rem;
    }
}
.home-guestbook-item { margin: 0 0 1rem; padding: .85rem 1rem; background: #f8fafc; border-left: 3px solid #0197b2; }
.home-guestbook-item cite { display: block; margin-top: .35rem; font-size: .85rem; color: #64748b; font-style: normal; }

/* Yorumlar */
.comments-section { margin: 2rem 0 1rem; padding-top: 1.25rem; border-top: 1px solid #e8ecef; }
.comments-section h3 { margin: 0 0 1rem; font-size: 1.15rem; }
.comment-list { list-style: none; margin: 0 0 1.5rem; padding: 0; }
.comment-item { margin: 0 0 1rem; padding: .9rem 1rem; background: #f8fafc; border-radius: 8px; }
.comment-meta { font-size: .8rem; color: #64748b; margin-bottom: .35rem; }
.comment-body { margin: 0; line-height: 1.5; white-space: pre-wrap; }
.comment-replies { list-style: none; margin: .75rem 0 0 1rem; padding: 0; border-left: 2px solid #e2e8f0; }
.comment-form label { display: block; font-size: .85rem; font-weight: 600; margin: .5rem 0 .25rem; }
.comment-form input, .comment-form textarea {
  width: 100%; max-width: 520px; padding: .55rem .7rem; border: 1px solid #cbd5e1; border-radius: 8px; font: inherit;
}
.comment-form .hp-field { position: absolute; left: -9999px; opacity: 0; height: 0; overflow: hidden; }
.comment-notice { padding: .65rem .85rem; border-radius: 8px; margin-bottom: 1rem; font-size: .92rem; }
.comment-notice.ok { background: #ecfdf5; color: #065f46; }
.comment-notice.err { background: #fef2f2; color: #991b1b; }

/* Ziyaret?i defteri */
.guestbook-page { max-width: 720px; margin: 0 auto; padding: 1rem 0 2rem; }
.guestbook-entry { margin: 0 0 1.25rem; padding: 1rem 1.1rem; background: #fff; border: 1px solid #e2e8f0; border-radius: 10px; }
.guestbook-entry .gb-meta { font-size: .82rem; color: #64748b; margin-bottom: .4rem; }
.guestbook-reply { margin-top: .75rem; padding: .65rem .8rem; background: #f0f9ff; border-radius: 6px; font-size: .92rem; }

/* Dijital dinleme (iframe katalog) */
.digital-listen-page { max-width: 1280px; margin: 0 auto; }
.digital-listen-intro { margin-bottom: 1.25rem; color: #555; line-height: 1.6; }
.digital-listen-layout {
    display: grid;
    grid-template-columns: 220px minmax(240px, 320px) minmax(0, 1fr);
    gap: 1rem;
    align-items: start;
}
.digital-listen-sidebar,
.digital-listen-books,
.digital-listen-player {
    background: #fff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 1rem;
}
.digital-listen-sidebar-title,
.digital-listen-books-title,
.digital-listen-player-title {
    margin: 0 0 .85rem;
    font-size: 1rem;
    color: var(--color-primary);
}
.digital-listen-categories {
    display: flex;
    flex-direction: column;
    gap: .35rem;
    max-height: 70vh;
    overflow: auto;
}
.digital-listen-category {
    display: block;
    width: 100%;
    text-align: left;
    border: 1px solid #e2e8f0;
    background: #f8fafc;
    color: #334155;
    border-radius: 8px;
    padding: .55rem .7rem;
    font: inherit;
    font-size: .86rem;
    line-height: 1.35;
    cursor: pointer;
}
.digital-listen-category.is-active,
.digital-listen-category:hover {
    background: var(--color-primary);
    border-color: var(--color-primary);
    color: #fff;
}
.digital-listen-books-grid {
    display: flex;
    flex-direction: column;
    gap: .5rem;
    max-height: 70vh;
    overflow: auto;
}
.digital-listen-book {
    display: grid;
    grid-template-columns: 56px 1fr;
    gap: .65rem;
    align-items: center;
    width: 100%;
    text-align: left;
    border: 1px solid #e2e8f0;
    background: #fff;
    border-radius: 8px;
    padding: .45rem;
    cursor: pointer;
    font: inherit;
}
.digital-listen-book.is-active,
.digital-listen-book:hover {
    border-color: var(--color-primary);
    box-shadow: 0 0 0 1px var(--color-primary);
}
.digital-listen-book-cover {
    width: 56px;
    height: 56px;
    object-fit: cover;
    border-radius: 6px;
    display: block;
}
.digital-listen-book-cover--placeholder {
    display: grid;
    place-items: center;
    background: #eef6f7;
    font-size: 1.4rem;
}
.digital-listen-book-title {
    font-size: .84rem;
    line-height: 1.35;
    color: #1e293b;
}
.digital-listen-player-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: .75rem;
    margin-bottom: .75rem;
}
.digital-listen-external {
    flex-shrink: 0;
    font-size: .82rem;
    color: var(--color-primary);
    text-decoration: none;
    font-weight: 600;
}
.digital-listen-frame-wrap { min-height: 420px; }
.digital-listen-frame,
.digital-listen-frame-wrap iframe {
    width: 100%;
    min-height: 640px;
    border: 0;
    border-radius: 8px;
    background: #f8fafc;
}
.digital-listen-frame-placeholder,
.digital-listen-empty,
.digital-listen-loading {
    display: grid;
    place-items: center;
    min-height: 320px;
    color: #64748b;
    text-align: center;
    padding: 1rem;
}
@media (max-width: 1024px) {
    .digital-listen-layout {
        grid-template-columns: 1fr;
    }
    .digital-listen-categories {
        flex-direction: row;
        flex-wrap: wrap;
        max-height: none;
    }
    .digital-listen-category { width: auto; }
    .digital-listen-books-grid { max-height: 360px; }
    .digital-listen-frame,
    .digital-listen-frame-wrap iframe { min-height: 480px; }
}
