/* Gazetebanka Fotogaleri – Frontend */

.gbfoto-wrapper {
    max-width: 980px;
    margin: 0 auto 60px;
    padding: 16px 12px 80px;
}

.gbfoto-header {
    margin-bottom: 24px;
}

.gbfoto-title {
    font-size: 30px;
    font-weight: 700;
    margin: 0 0 10px;
}

.gbfoto-spot {
    font-size: 20px;
    font-weight: 700;
    color: #333;
    margin-bottom: 12px;
}

.gbfoto-meta {
    font-size: 13px;
    color: #777;
}

.gbfoto-sep {
    margin: 0 6px;
}

.gbfoto-list {
    margin-top: 10px;
}

.gbfoto-block {
    margin-bottom: 40px;
}

.gbfoto-image-wrap {
    position: relative;
}

.gbfoto-aspect {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 6px;
    background: #f3f3f3;
}

.gbfoto-aspect img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.gbfoto-counter {
    position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 4px 10px;
    background: rgba(0, 0, 0, 0.65);
    color: #fff;
    font-size: 12px;
    border-radius: 14px;
}

.gbfoto-caption {
    margin-top: 10px;
    font-size: 15px;
    line-height: 1.6;
    color: #333;
}

/* H2 / H3 / H4 içeride düzgün dursun */
.gbfoto-caption h2,
.gbfoto-caption h3,
.gbfoto-caption h4 {
    margin-top: 12px;
    margin-bottom: 6px;
}

/* Maddeleme – tema list-style'ı sıfırlasa bile geri getiriyoruz */
.gbfoto-caption ul {
    list-style: disc;
    margin-left: 22px;
    padding-left: 0;
}

.gbfoto-caption ol {
    list-style: decimal;
    margin-left: 22px;
    padding-left: 0;
}

/* Tablo stil */
.gbfoto-caption table {
    width: 100%;
    border-collapse: collapse;
    margin: 12px 0;
    font-size: 14px;
}

.gbfoto-caption table th,
.gbfoto-caption table td {
    border: 1px solid #ddd;
    padding: 6px 8px;
}

.gbfoto-caption table th {
    background: #f5f5f5;
    font-weight: 600;
}

/* Archive */

.gbfoto-archive-wrapper {
    max-width: 1060px;
    margin: 20px auto 40px;
    padding: 0 12px;
}

.gbfoto-archive-title {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 18px;
}

.gbfoto-archive-item {
    margin-bottom: 22px;
}

.gbfoto-archive-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.gbfoto-archive-thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: 6px;
}

.gbfoto-archive-item-title {
    font-size: 20px;
    font-weight: 700;
    margin-top: 10px;
    margin-bottom: 4px;
}

.gbfoto-archive-item-excerpt {
    font-size: 14px;
    color: #666;
    margin: 0;
}

/* Responsive */

@media (max-width: 768px) {
    .gbfoto-wrapper {
        padding: 12px 8px 80px;
    }
    .gbfoto-title {
        font-size: 24px;
    }
    .gbfoto-spot {
        font-size: 17px;
    }
}
