/**
 * Wedding Policies & Guidelines page styles
 * Scoped to body.page-id-594
 * Part of lvb-tentative-hold plugin
 */

body.page-id-594 .entry-content {
    max-width: none !important;
    padding: 0 !important;
}

.loa-policy {
    max-width: 740px;
    margin: 0 auto;
    padding: 0 1.75rem 5rem;
    font-family: Georgia, 'Times New Roman', serif;
    font-size: 1.0625rem;
    line-height: 1.85;
    color: #2a1d12;
}

/* Italic intro tagline */
.loa-policy-intro {
    text-align: center;
    font-style: italic;
    color: #7a6a5a;
    font-size: 1.05rem;
    margin: 0 auto 3rem;
    max-width: 560px;
    line-height: 1.75;
    border-bottom: 1px solid #d6c8b7;
    padding-bottom: 2.5rem;
}

/* Date Hold callout box */
.loa-policy-hold {
    background: #fdf6ed;
    border: 1px solid #d6c8b7;
    border-left: 4px solid #b69869;
    padding: 1.75rem 2rem;
    margin-bottom: 3rem;
    border-radius: 2px;
}
.loa-policy-hold-title {
    font-family: Georgia, serif;
    font-size: 0.72rem;
    font-weight: normal;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: #8a6a3a;
    display: block;
    margin-bottom: 0.65rem;
}
.loa-policy-hold p {
    margin: 0 !important;
    font-size: 1rem;
    color: #3a2a1a;
    line-height: 1.75;
}

/* Section headings */
.loa-policy h2 {
    font-family: Georgia, 'Times New Roman', serif !important;
    font-weight: normal !important;
    font-size: 0.7rem !important;
    letter-spacing: 0.18em !important;
    text-transform: uppercase !important;
    color: #8a6a3a !important;
    margin-top: 3.5rem !important;
    margin-bottom: 1rem !important;
    padding-bottom: 0.6rem !important;
    border-bottom: 1px solid #d6c8b7 !important;
    line-height: 1.4 !important;
}

/* Body text */
.loa-policy p {
    margin-top: 0 !important;
    margin-bottom: 1.1rem !important;
    color: #2a1d12;
}

/* Lists */
.loa-policy ul {
    padding-left: 1.5rem;
    margin-bottom: 1.25rem;
}
.loa-policy ul li {
    margin-bottom: 0.45rem;
    color: #2a1d12;
    line-height: 1.7;
}

/* Pending flag box — elegant amber, not browser-warning yellow */
.loa-policy-flag {
    background: #fdf8ee;
    border-left: 3px solid #b69830;
    padding: 1.1rem 1.5rem;
    margin: 1.25rem 0 1.75rem;
    border-radius: 0 2px 2px 0;
}
.loa-policy-flag-label {
    font-family: Georgia, serif;
    font-size: 0.68rem;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #7a5a10;
    display: block;
    margin-bottom: 0.4rem;
}
.loa-policy-flag p {
    margin: 0 !important;
    font-size: 0.95rem !important;
    color: #4a3a1a !important;
    line-height: 1.7;
}

/* Divider before disclaimer */
.loa-policy-divider {
    border: none !important;
    border-top: 1px solid #d6c8b7 !important;
    margin: 4rem 0 0 !important;
}

/* Bottom disclaimer */
.loa-policy-disclaimer {
    padding: 1.75rem 2rem;
    background: #f7f3ed;
    font-style: italic;
    font-size: 0.92rem;
    color: #7a6a5a;
    line-height: 1.75;
    border-radius: 0 0 2px 2px;
}
.loa-policy-disclaimer strong {
    display: block !important;
    font-family: Georgia, serif;
    font-size: 0.68rem !important;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #8a6a3a !important;
    font-style: normal;
    margin-bottom: 0.5rem;
    font-weight: normal !important;
}
