/* Informational and lightweight application pages */
.ep-content-page {
    box-sizing: border-box;
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 34px 18px 42px;
    color: #302926;
    font-family: Calibri, Helvetica, Arial, sans-serif;
}

.ep-content-card {
    box-sizing: border-box;
    padding: 30px 34px;
    border: 1px solid #eadfd9;
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(68, 43, 33, .08);
}

.ep-content-hero {
    margin: 0 0 22px;
    padding: 24px 28px;
    border: 1px solid #f0dfd6;
    border-radius: 12px;
    background: linear-gradient(135deg, #fff7f2 0%, #fff 72%);
}

.ep-content-eyebrow {
    margin: 0 0 6px;
    color: #9f2d1f;
    font-size: .76rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ep-content-hero h1,
.ep-content-card > h1,
.ep-content-prose > h1 {
    margin: 0;
    color: #302926;
    font-size: 2rem;
    line-height: 1.15;
}

.ep-content-hero p:last-child {
    max-width: 680px;
    margin: 9px 0 0;
    color: #665b56;
    font-size: 1rem;
    line-height: 1.5;
}

.ep-content-prose {
    color: #493f3a;
    font-size: .98rem;
    line-height: 1.65;
}

.ep-content-prose h1 {
    margin-bottom: 20px;
}

.ep-policy-table-wrap {
    max-width: 100%;
    margin: 0 0 18px;
    overflow-x: auto;
}

.ep-policy-table {
    width: 100%;
    border-collapse: collapse;
    font-size: .92rem;
}

.ep-policy-table th,
.ep-policy-table td {
    padding: 11px;
    border: 1px solid #dfd2cb;
    text-align: left;
    vertical-align: top;
}

.ep-policy-table th {
    background: #fff4ee;
    color: #392923;
}

.ep-content-prose .ep-cookie-settings {
    font-weight: 700;
}

.ep-content-prose h2 {
.ep-not-found {
    max-width: 680px;
    margin: 7vh auto 0;
    text-align: center;
}

.ep-not-found h1 {
    margin: 0;
    color: #302926;
    font-size: 2rem;
}

.ep-not-found > p:not(.ep-content-eyebrow) {
    margin: 12px 0 0;
    color: #665b56;
    font-size: 1rem;
}

.ep-not-found__actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-top: 24px;
}

.ep-not-found__actions a {
    padding: 10px 15px;
    border: 1px solid #9f2d1f;
    border-radius: 6px;
    color: #9f2d1f;
    font-weight: 700;
    text-decoration: none;
}

.ep-not-found__actions .ep-not-found__primary {
    background: #9f2d1f;
    color: #fff;
}
    margin: 28px 0 10px;
    color: #392923;
    font-size: 1.25rem;
    line-height: 1.25;
}

.ep-content-prose h3 {
    margin: 22px 0 8px;
    color: #49322a;
    font-size: 1.05rem;
}

.ep-content-prose p {
    margin: 0 0 15px;
}

.ep-content-prose ol,
.ep-content-prose ul {
    margin: 0 0 18px;
    padding-left: 24px;
}

.ep-content-prose li {
    margin: 7px 0;
}

.ep-feature-layout {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(300px, 1.15fr);
    gap: 22px;
    align-items: start;
}

.ep-feature-intro h2,
.ep-feature-list h2 {
    margin: 0;
    color: #302926;
    font-size: 1.35rem;
}

.ep-feature-intro p {
    margin: 10px 0 0;
    color: #665b56;
    line-height: 1.5;
}

.ep-feature-form {
    display: grid;
    gap: 14px;
    margin-top: 18px;
}

.ep-feature-field {
    display: grid;
    gap: 6px;
    color: #433834;
    font-size: .9rem;
    font-weight: 700;
}

.ep-feature-field input,
.ep-feature-field textarea,
.ep-feature-status-input {
    box-sizing: border-box;
    width: 100%;
    min-height: 42px;
    padding: 9px 11px;
    border: 1px solid #cdbfba;
    border-radius: 6px;
    color: #2f2927;
    font: 1rem Calibri, Helvetica, Arial, sans-serif;
}

.ep-feature-field textarea {
    min-height: 128px;
    resize: vertical;
}

.ep-feature-field input:focus,
.ep-feature-field textarea:focus,
.ep-feature-status-input:focus {
    border-color: #9f2d1f;
    outline: 3px solid rgba(159,45,31,.16);
    outline-offset: 1px;
}

.ep-feature-list {
    min-width: 0;
}

.ep-feature-empty {
    margin: 14px 0 0;
    padding: 18px;
    border: 1px dashed #decfc7;
    border-radius: 9px;
    background: #fffaf7;
    color: #6b5f59;
}

.ep-feature-items {
    display: grid;
    gap: 12px;
    margin: 16px 0 0;
    padding: 0;
    list-style: none;
}

.ep-feature-item {
    padding: 17px;
    border: 1px solid #eee2dc;
    border-radius: 10px;
    background: #fffdfa;
}

.ep-feature-item h3 {
    margin: 0;
    color: #332620;
    font-size: 1.04rem;
}

.ep-feature-item p,
.ep-feature-meta,
.ep-feature-status {
    margin: 8px 0 0;
    color: #6d6059;
    font-size: .9rem;
    line-height: 1.45;
}

.ep-feature-description {
    display: none;
    white-space: pre-wrap;
}

.ep-feature-item.is-expanded .ep-feature-description {
    display: block;
}

.ep-feature-actions,
.ep-feature-admin {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
    margin-top: 12px;
}

.ep-feature-link,
.ep-feature-vote,
.ep-feature-admin button {
    border: 0;
    background: transparent;
    color: #9f2d1f;
    cursor: pointer;
    font: inherit;
    font-weight: 700;
    text-decoration: none;
}

.ep-feature-link:hover,
.ep-feature-vote:hover,
.ep-feature-admin button:hover {
    color: #7d2117;
    text-decoration: underline;
}

.ep-feature-admin {
    padding-top: 11px;
    border-top: 1px solid #eee2dc;
}

.ep-feature-admin .ep-feature-status-input {
    width: auto;
    min-width: 150px;
    min-height: 34px;
    padding: 6px 8px;
}

.ep-feature-login {
    max-width: 560px;
    margin: 0 auto;
    text-align: center;
}

.ep-feature-login p {
    margin: 10px 0 0;
    color: #665b56;
}

@media (max-width: 760px) {
    .ep-content-page { padding: 22px 12px 32px; }
    .ep-content-card { padding: 22px 18px; }
    .ep-content-hero { padding: 20px 18px; }
    .ep-content-hero h1,
    .ep-content-card > h1,
    .ep-content-prose > h1 { font-size: 1.65rem; }
    .ep-feature-layout { grid-template-columns: 1fr; }
}