body.cemetery-page {
    min-height: 100vh;
    background-color: #e8e6df;
    background-image: linear-gradient(rgba(31, 37, 35, 0.46), rgba(232, 230, 223, 0.76)), url("../images/cemetery-background.jpg");
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

body.cemetery-page main.container {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
    border: 1px solid rgba(74, 83, 75, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 28px 80px rgba(28, 34, 32, 0.18);
    backdrop-filter: blur(3px);
}

body.cemetery-page .table {
    --bs-table-bg: rgba(255, 255, 255, 0.82);
    --bs-table-striped-bg: rgba(236, 239, 233, 0.78);
}

body.cemetery-page .nav-pills.bg-light,
body.cemetery-page form {
    background-color: rgba(248, 249, 250, 0.88) !important;
}

body.cemetery-page form {
    padding: 1rem;
    border: 1px solid rgba(74, 83, 75, 0.14);
    border-radius: 8px;
}

body.cemetery-page .pet-thumbnail-link {
    display: inline-flex;
    width: 64px;
    height: 64px;
    margin-bottom: 0.4rem;
    overflow: hidden;
    border: 1px solid rgba(74, 83, 75, 0.18);
    border-radius: 8px;
    background: rgba(248, 249, 250, 0.9);
}

body.cemetery-page .pet-thumbnail-link img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767.98px) {
    body.cemetery-page {
        background-attachment: scroll;
    }

    body.cemetery-page main.container {
        margin-top: 0;
        margin-bottom: 0;
        border-right: 0;
        border-left: 0;
        border-radius: 0;
    }
}

.cemetery-mobile-list {
    display: grid;
    gap: 0.85rem;
}

.cemetery-mobile-card {
    padding: 1rem;
    border: 1px solid rgba(74, 83, 75, 0.14);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 10px 26px rgba(28, 34, 32, 0.08);
}

.cemetery-mobile-meta {
    display: grid;
    gap: 0.55rem;
}

.cemetery-mobile-meta div {
    display: grid;
    grid-template-columns: minmax(4.5rem, max-content) 1fr;
    gap: 0.75rem;
}

.cemetery-mobile-meta dt {
    color: #5d6966;
    font-size: 0.82rem;
    font-weight: 700;
    text-transform: uppercase;
}

.cemetery-mobile-meta dd {
    margin-bottom: 0;
}

.min-w-0 {
    min-width: 0;
}
