/**
 * Marthoma Church Theme - Obituary Single Page Styles
 *
 * Extends news-single.css with obituary-specific styles.
 *
 * @package MarthomaChurch
 */

/* Allow overlapping header like news single */
body.single-marthoma_obituary #content.site-content {
    margin-top: 0;
    padding-top: 0;
    overflow: visible;
}

/* ==========================================
   OBITUARY DETAILS TABLE
   ========================================== */

.obituary-details-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 2rem;
}

.obituary-details-table th,
.obituary-details-table td {
    padding: 12px 16px;
    text-align: left;
    vertical-align: top;
    border-bottom: 1px solid #eee;
    font-size: 15px;
    line-height: 1.6;
}

.obituary-details-table th {
    width: 180px;
    font-weight: 600;
    color: #1a1a2e;
    white-space: nowrap;
}

.obituary-details-table td {
    color: #444;
}

.obituary-details-table tr:last-child th,
.obituary-details-table tr:last-child td {
    border-bottom: none;
}

/* ==========================================
   FUNERAL SERVICES SECTION
   ========================================== */

.obituary-funeral-section {
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 2px solid #1a1a2e;
}

.obituary-funeral-section h3 {
    font-size: 18px;
    font-weight: 700;
    color: #1a1a2e;
    margin-bottom: 12px;
}

.obituary-funeral-section p {
    font-size: 15px;
    line-height: 1.8;
    color: #444;
}

/* ==========================================
   EXCERPT SECTION
   ========================================== */

.obituary-excerpt-section {
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #eee;
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    font-style: italic;
}

/* ==========================================
   RESPONSIVE
   ========================================== */

@media (max-width: 768px) {
    .obituary-details-table th,
    .obituary-details-table td {
        display: block;
        width: 100%;
        padding: 8px 0;
    }

    .obituary-details-table th {
        padding-bottom: 2px;
        border-bottom: none;
        font-size: 13px;
        color: #888;
        text-transform: uppercase;
        letter-spacing: 0.5px;
    }

    .obituary-details-table td {
        padding-top: 0;
        padding-bottom: 16px;
        border-bottom: 1px solid #eee;
    }

    .obituary-details-table tr:last-child td {
        border-bottom: none;
    }
}
