/* Trang chi tiết hồ sơ mộ — bổ sung cho cached15 (.pd-detail, .maps-index, …) */

.page-grave-profile .pd-detail {
    padding: 2rem 0 3rem;
}

.page-grave-profile .grave-profile__portrait img {
    width: 100%;
    height: auto;
    display: block;
    vertical-align: top;
}

.page-grave-profile .grave-profile__portrait-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    background: #1a1a1a;
    color: #fff;
}

.page-grave-profile .grave-profile__actions {
    margin-top: 1rem;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: flex-start;
}

.page-grave-profile .grave-profile__actions a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex: 1 1 auto;
    min-width: 115px;
    margin: 2px;
    text-decoration: none;
}

.page-grave-profile .grave-profile__btn-pray {
    background: #477827 !important;
    color: #fff !important;
}

.page-grave-profile .grave-profile__btn-secondary {
    flex: 1 1 auto;
    min-width: 140px;
}

.page-grave-profile .grave-profile__info p {
    margin: 0 0 0.35rem;
    color: #333;
    font-size: 15px;
}

.page-grave-profile .grave-profile__map-title {
    margin-top: 1.25rem;
}

.page-grave-profile .home-map-loading,
.page-grave-profile .home-map-error {
    padding: 2rem;
    text-align: center;
    color: #666;
}

.page-grave-profile .grave-map-viewport {
    height: 52vh;
    min-height: 280px;
    width: 100%;
}

.page-grave-profile .grave-map-section .pd-detail__sodo {
    margin-top: 0.75rem;
}

.page-grave-profile .grave-profile__zone-link {
    margin-top: 0.75rem;
    font-size: 14px;
}

.page-grave-profile .grave-profile__zone-link a {
    color: #477827;
    font-weight: 600;
}

.page-grave-profile .grave-profile__map-missing {
    padding: 1rem;
    background: #f2f2f2;
    border-radius: 3px;
    color: #666;
}

/* Gallery HÌNH ẢNH — một hàng, gap nhỏ */
.page-grave-profile .grave-profile-gallery {
    display: flex;
    flex-wrap: nowrap;
    gap: 4px;
    width: 100%;
}

.page-grave-profile .grave-profile-gallery a {
    flex: 1 1 0;
    min-width: 0;
    display: block;
    line-height: 0;
}

.page-grave-profile .grave-profile-gallery img {
    width: 100%;
    height: 280px;
    object-fit: cover;
    display: block;
}

.page-grave-profile .grave-profile__gallery-section {
    padding-top: 2.5rem;
}

.page-grave-profile .grave-profile__memorial-form {
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #e8e4dc;
}

.grave-profile__memorial-form .form-group {
    margin-bottom: 12px;
}

.grave-profile__memorial-form label {
    display: block;
    font-weight: 600;
    font-size: 13px;
    margin-bottom: 6px;
}

.grave-profile__memorial-form .form-control {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    font-size: 14px;
}

.grave-profile__messages {
    padding-top: 2rem;
}

/* Sơ đồ: khu đang xem + mộ đang chọn */
.page-grave-profile #so-do-khu-ab g.home-map-zone-active path.st0,
.page-grave-profile #so-do-khu-ab g.home-map-zone-active path.st1 {
    fill: #f4c4c4;
    stroke: #8b1a1a;
    stroke-width: 1.5;
}

.page-grave-profile #so-do-khu-ab .active-selected path:nth-child(2) {
    fill: #477827 !important;
}

.page-grave-profile #so-do-khu-ab .item-pselected {
    cursor: pointer;
}

@media (max-width: 991px) {
    .page-grave-profile .grave-profile-gallery {
        flex-wrap: wrap;
    }

    .page-grave-profile .grave-profile-gallery a {
        flex: 1 1 calc(50% - 4px);
    }

    .page-grave-profile .grave-profile-gallery img {
        height: 200px;
    }
}

@media (max-width: 576px) {
    .page-grave-profile .grave-profile-gallery a {
        flex: 1 1 100%;
    }

    .page-grave-profile .grave-profile__actions a {
        flex: 1 1 100%;
    }
}
