/* Tripadvisor benzeri Yer Detay Sayfası */

.ah-yer-page {
    background: #ffffff;
    padding: 20px 0 56px;
}

.ah-yer-container {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 16px;
}

.ah-breadcrumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    font-size: 12px;
    color: #6b7280;
    margin-bottom: 18px;
}

.ah-breadcrumbs a {
    color: #6b7280;
    text-decoration: none;
}

.ah-breadcrumbs a:hover {
    color: #111827;
}

.ah-hero {
    margin-bottom: 24px;
}

.ah-hero-top {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    align-items: flex-start;
    margin-bottom: 18px;
}

.ah-hero-title-col {
    flex: 1;
    min-width: 0;
}

.ah-hero-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 12px;
}

.ah-badge {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    background: #f2f2f2;
    color: #111827;
    text-decoration: none;
    font-size: 12px;
    font-weight: 700;
}

.ah-badge-outline {
    background: #fff;
    color: #111827;
    border: 1px solid #d1d5db;
}

.ah-title {
    font-size: 34px;
    line-height: 1.08;
    font-weight: 800;
    margin: 0 0 10px;
    color: #000;
    letter-spacing: -0.02em;
}

.ah-excerpt {
    font-size: 15px;
    line-height: 1.7;
    color: #4b5563;
    margin: 0;
    max-width: 760px;
}

.ah-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 6px;
    font-weight: 700;
    text-decoration: none;
    transition: all .2s ease;
    white-space: nowrap;
    font-size: 14px;
}

.ah-btn-primary {
    background: #00aa6c;
    color: #fff;
    border: 1px solid #00aa6c;
}

.ah-btn-primary:hover {
    background: #008a57;
    border-color: #008a57;
    color: #fff;
}

.ah-btn-secondary {
    background: #fff;
    color: #111827;
    border: 1px solid #d1d5db;
}

.ah-btn-secondary:hover {
    background: #f9fafb;
    color: #111827;
}

.ah-hero-actions,
.ah-side-actions,
.ah-map-actions {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

/* Galeri */

.ah-gallery-hero {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 10px;
    align-items: stretch;
}

.ah-gallery-main {
    position: relative;
    height: 500px;
    min-height: 500px;
    max-height: 500px;
    overflow: hidden;
    border-radius: 10px;
    background: #eef2f7;
}

.ah-gallery-main img,
.ah-gallery-main picture,
.ah-gallery-main picture img {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    display: block !important;
}

.ah-gallery-side {
    display: grid;
    grid-template-rows: repeat(2, 1fr);
    gap: 10px;
    height: 500px;
    min-height: 500px;
    max-height: 500px;
}

.ah-gallery-side-item {
    position: relative;
    height: 100%;
    min-height: 0;
    overflow: hidden;
    border-radius: 8px;
    background: #eef2f7;
}

.ah-gallery-side-item img,
.ah-gallery-side-item picture,
.ah-gallery-side-item picture img {
    width: 100% !important;
    height: 100% !important;
    min-width: 100% !important;
    min-height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    object-fit: cover !important;
    display: block !important;
}

.ah-content-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 330px;
    gap: 18px;
}

.ah-main-content {
    min-width: 0;
}

.ah-sidebar {
    min-width: 0;
}

.ah-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 18px;
    box-shadow: none;
    margin-bottom: 16px;
}

.ah-card:last-child {
    margin-bottom: 0;
}

.ah-section-title {
    font-size: 24px;
    line-height: 1.15;
    font-weight: 800;
    margin: 0 0 16px;
    color: #111827;
    letter-spacing: -0.01em;
}

.ah-summary-grid {
    display: grid;
    gap: 12px;
}

.ah-summary-item {
    display: grid;
    grid-template-columns: 130px 1fr;
    gap: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid #eef2f7;
}

.ah-summary-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.ah-summary-label {
    font-size: 12px;
    font-weight: 700;
    color: #6b7280;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.ah-summary-value {
    font-size: 14px;
    line-height: 1.7;
    color: #111827;
    word-break: break-word;
}

.ah-summary-value a {
    color: #111827;
    text-decoration: none;
    border-bottom: 1px solid #cbd5e1;
}

.ah-rich-content {
    font-size: 16px;
    line-height: 1.85;
    color: #1f2937;
}

.ah-rich-content p:last-child {
    margin-bottom: 0;
}

.ah-rich-content h2,
.ah-rich-content h3,
.ah-rich-content h4 {
    color: #111827;
    line-height: 1.25;
    letter-spacing: -0.01em;
}

.ah-content-card .ah-rich-content {
    margin-bottom: 26px;
}

.ah-inline-features {
    border-top: 1px solid #eef2f7;
    padding-top: 20px;
}

.ah-inline-features-title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 800;
    color: #111827;
    margin: 0 0 14px;
}

.ah-inline-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ah-inline-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 11px 12px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    background: #fff;
}

.ah-inline-feature-icon {
    width: 30px;
    height: 30px;
    border-radius: 6px;
    background: #f8fafc;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    flex: 0 0 30px;
}

.ah-inline-feature-text {
    font-size: 14px;
    line-height: 1.5;
    color: #111827;
    font-weight: 600;
}

.ah-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.ah-feature-item {
    display: flex;
    align-items: center;
    gap: 10px;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 12px 14px;
    background: #fff;
    color: #111827;
    font-weight: 600;
}

.ah-feature-icon {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #ecfdf5;
    color: #059669;
    flex: 0 0 28px;
}

.ah-map-frame {
    border-radius: 10px;
    overflow: hidden;
    min-height: 320px;
    background: #eef2f7;
    margin-bottom: 14px;
}

.ah-map-frame iframe {
    width: 100%;
    height: 320px;
    border: 0;
    display: block;
}

.ah-map-address {
    font-size: 14px;
    line-height: 1.7;
    color: #374151;
    margin-bottom: 14px;
}

.ah-sidebar-stack {
    position: sticky;
    top: 100px;
}

.ah-side-title {
    font-size: 22px;
    line-height: 1.15;
    font-weight: 800;
    color: #111827;
    margin: 0 0 16px;
}

.ah-side-text {
    font-size: 14px;
    line-height: 1.7;
    color: #4b5563;
    margin: 0 0 18px;
}

.ah-side-info-list {
    display: grid;
    gap: 14px;
    margin-bottom: 22px;
}

.ah-side-info-item {
    padding-bottom: 14px;
    border-bottom: 1px solid #eef2f7;
}

.ah-side-info-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.ah-side-info-label {
    font-size: 11px;
    font-weight: 700;
    color: #6b7280;
    margin-bottom: 6px;
    text-transform: uppercase;
    letter-spacing: .03em;
}

.ah-side-info-value {
    font-size: 14px;
    line-height: 1.7;
    color: #111827;
    word-break: break-word;
}

.ah-side-info-value a {
    color: #111827;
    text-decoration: none;
    border-bottom: 1px solid #cbd5e1;
}

/* Mobil */

@media (max-width: 1024px) {
    .ah-content-grid {
        grid-template-columns: 1fr;
    }

    .ah-sidebar-stack {
        position: static;
    }

    .ah-gallery-hero {
        grid-template-columns: 1fr;
    }

    .ah-gallery-main {
        height: 400px;
        min-height: 400px;
        max-height: 400px;
    }

    .ah-gallery-side {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: none;
        height: 140px;
        min-height: 140px;
        max-height: 140px;
    }

    .ah-gallery-side-item {
        height: 140px;
    }
}

@media (max-width: 767px) {
    .ah-yer-page {
        padding: 16px 0 40px;
    }

    .ah-yer-container {
        padding: 0 12px;
    }

    .ah-title {
        font-size: 28px;
    }

    .ah-hero-top {
        flex-direction: column;
    }

    .ah-summary-item {
        grid-template-columns: 1fr;
        gap: 6px;
    }

    .ah-feature-list,
    .ah-inline-feature-list {
        grid-template-columns: 1fr;
    }

    .ah-gallery-main {
        height: 280px;
        min-height: 280px;
        max-height: 280px;
    }

    .ah-gallery-side {
        grid-template-columns: 1fr;
        grid-template-rows: none;
        height: auto;
        min-height: 0;
        max-height: none;
    }

    .ah-gallery-side-item {
        height: 170px;
    }

    .ah-card {
        padding: 16px;
        border-radius: 8px;
    }

    .ah-section-title {
        font-size: 21px;
    }

    .ah-side-title {
        font-size: 20px;
    }

    .ah-btn {
        width: 100%;
    }

    .ah-hero-actions,
    .ah-side-actions,
    .ah-map-actions {
        width: 100%;
    }
}

/* Yorum Alanı */

.ah-review-card {
    margin-top: 18px;
}

.ah-review-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e7eb;
    margin-bottom: 20px;
}

.ah-review-score-wrap {
    display: flex;
    align-items: center;
    gap: 14px;
}

.ah-review-score {
    font-size: 44px;
    line-height: 1;
    font-weight: 800;
    color: #111827;
}

.ah-review-meta {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.ah-review-stars {
    display: flex;
    gap: 3px;
    line-height: 1;
}

.ah-review-star {
    font-size: 18px;
    color: #d1d5db;
}

.ah-review-star.is-active {
    color: #00aa6c;
}

.ah-review-count {
    font-size: 13px;
    color: #6b7280;
    font-weight: 600;
}

.ah-review-empty {
    font-size: 15px;
    line-height: 1.6;
    color: #374151;
    margin: 0 0 22px;
}

.ah-review-list {
    display: grid;
    gap: 20px;
    margin-bottom: 24px;
}

.ah-review-item {
    padding-bottom: 18px;
    border-bottom: 1px solid #e5e7eb;
}

.ah-review-item:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.ah-review-item-top {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 10px;
}

.ah-review-author {
    font-size: 15px;
    font-weight: 700;
    color: #111827;
}

.ah-review-date {
    font-size: 12px;
    color: #6b7280;
    margin-top: 3px;
}

.ah-review-text {
    font-size: 14px;
    line-height: 1.8;
    color: #1f2937;
    margin-bottom: 12px;
}

.ah-review-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.ah-review-gallery-item {
    width: 92px;
    height: 92px;
    border-radius: 8px;
    overflow: hidden;
    display: block;
    background: #f3f4f6;
    border: 1px solid #e5e7eb;
}

.ah-review-gallery-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Form */
.ah-review-form-wrap {
    border-top: 1px solid #e5e7eb;
    padding-top: 22px;
    margin-top: 22px;
}

.ah-review-form-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    color: #111827;
    margin: 0 0 18px;
}

.ah-review-form-wrap #respond {
    margin: 0;
}

.ah-review-form-wrap .comment-reply-title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 800;
    color: #111827;
    margin: 0 0 18px;
    display: block;
}

.ah-review-form-wrap .comment-notes,
.ah-review-form-wrap .logged-in-as {
    font-size: 13px;
    color: #6b7280;
    margin-bottom: 14px;
}

.ah-review-form-wrap .comment-form {
    display: grid;
    gap: 16px;
}

.ah-review-form-wrap .comment-form p {
    margin: 0;
}

.ah-review-form-wrap label {
    display: block;
    font-size: 13px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 7px;
}

.ah-review-form-wrap .required {
    color: #dc2626;
}

.ah-review-form-wrap input[type="text"],
.ah-review-form-wrap input[type="email"],
.ah-review-form-wrap input[type="url"],
.ah-review-form-wrap input[type="file"],
.ah-review-form-wrap select,
.ah-review-form-wrap textarea {
    width: 100%;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    background: #fff;
    color: #111827;
    font-size: 14px;
    line-height: 1.5;
    padding: 12px 14px;
    box-sizing: border-box;
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

.ah-review-form-wrap input[type="text"]:focus,
.ah-review-form-wrap input[type="email"]:focus,
.ah-review-form-wrap input[type="url"]:focus,
.ah-review-form-wrap input[type="file"]:focus,
.ah-review-form-wrap select:focus,
.ah-review-form-wrap textarea:focus {
    border-color: #00aa6c;
    box-shadow: 0 0 0 3px rgba(0, 170, 108, 0.10);
}

.ah-review-form-wrap textarea {
    min-height: 170px;
    resize: vertical;
}

.ah-review-form-wrap .comment-form-comment textarea {
    display: block;
}

.ah-review-form-wrap .comment-form-author,
.ah-review-form-wrap .comment-form-email,
.ah-review-form-wrap .comment-form-url,
.ah-review-form-wrap .comment-form-rating,
.ah-review-form-wrap .comment-form-images {
    max-width: 100%;
}

.ah-review-form-wrap .comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px;
    color: #4b5563;
    line-height: 1.6;
}

.ah-review-form-wrap .comment-form-cookies-consent input {
    width: 16px;
    height: 16px;
    margin-top: 2px;
    flex: 0 0 16px;
}

.ah-review-form-wrap .comment-form-cookies-consent label {
    margin: 0;
    font-weight: 400;
    font-size: 13px;
    color: #4b5563;
}

.ah-review-form-wrap small {
    display: block;
    margin-top: 7px;
    font-size: 12px;
    color: #6b7280;
}

.ah-review-form-wrap .form-submit {
    margin-top: 4px;
}

.ah-review-form-wrap .submit,
.ah-review-form-wrap input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 18px;
    border-radius: 6px;
    border: 1px solid #00aa6c;
    background: #00aa6c;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all .2s ease;
    appearance: none;
    -webkit-appearance: none;
}

.ah-review-form-wrap .submit:hover,
.ah-review-form-wrap input[type="submit"]:hover {
    background: #008a57;
    border-color: #008a57;
}

.ah-review-form-wrap .submit:disabled,
.ah-review-form-wrap input[type="submit"]:disabled {
    opacity: .6;
    cursor: not-allowed;
}

/* Dosya alanı */
.ah-review-form-wrap input[type="file"] {
    padding: 10px 12px;
    background: #fff;
}

/* Select alanı */
.ah-review-form-wrap select {
    cursor: pointer;
    min-height: 46px;
}

/* Mobil */
@media (max-width: 767px) {
    .ah-review-header {
        flex-direction: column;
        align-items: flex-start;
    }

    .ah-review-score {
        font-size: 36px;
    }

    .ah-review-item-top {
        flex-direction: column;
    }

    .ah-review-gallery-item {
        width: 78px;
        height: 78px;
    }

    .ah-review-form-title,
    .ah-review-form-wrap .comment-reply-title {
        font-size: 21px;
    }
}

/* Yıldızlı puan alanı */

.ah-comment-rating-field {
    display: grid;
    gap: 10px;
}

.ah-rating-stars {
    display: flex;
    gap: 6px;
    align-items: center;
}

.ah-rating-star {
    appearance: none;
    -webkit-appearance: none;
    border: 0;
    background: transparent;
    padding: 0;
    margin: 0;
    cursor: pointer;
    font-size: 34px;
    line-height: 1;
    color: #d1d5db;
    transition: color .2s ease, transform .15s ease;
}

.ah-rating-star:hover {
    transform: scale(1.06);
}

.ah-rating-star.is-active {
    color: #00aa6c;
}

.ah-rating-text {
    font-size: 13px;
    color: #6b7280;
    font-weight: 600;
}

/* Şık fotoğraf upload alanı */

.ah-comment-image-field {
    grid-column: 1 / -1;
}

.ah-upload-box {
    position: relative;
}

.ah-upload-box input[type="file"] {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.ah-upload-label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 180px;
    padding: 20px;
    border: 1.5px dashed #cbd5e1;
    border-radius: 12px;
    background: #f8fafc;
    text-align: center;
    cursor: pointer;
    transition: all .2s ease;
}

.ah-upload-label:hover {
    border-color: #00aa6c;
    background: #f0fdf4;
}

.ah-upload-box.has-files .ah-upload-label {
    border-color: #00aa6c;
    background: #f0fdf4;
}

.ah-upload-icon {
    font-size: 30px;
    line-height: 1;
}

.ah-upload-title {
    font-size: 16px;
    font-weight: 700;
    color: #111827;
}

.ah-upload-subtitle {
    font-size: 13px;
    color: #6b7280;
}

.ah-upload-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 8px;
    background: #00aa6c;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    margin-top: 6px;
}

.ah-upload-file-list {
    margin-top: 12px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.ah-upload-file-item {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    background: #eef2f7;
    color: #374151;
    font-size: 13px;
    font-weight: 600;
}

.ah-upload-preview {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 14px;
}

.ah-upload-preview-item {
    width: 84px;
    height: 84px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #e5e7eb;
    background: #fff;
}

.ah-upload-preview-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 767px) {
    .ah-upload-label {
        min-height: 150px;
        padding: 16px;
    }

    .ah-upload-preview-item {
        width: 72px;
        height: 72px;
    }
}