/* Maruppacha CMS - normal website pages */
.mp-site-page {
    width: 100%;
    padding: 54px 0 72px;
    background: #fff;
}

.mp-site-page__container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.mp-site-page__article {
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
    color: #20242c;
}

.mp-site-page__header {
    margin: 0 0 28px;
    padding: 0 0 18px;
    border-bottom: 1px solid #e5e7eb;
}

.mp-site-page__title {
    margin: 0;
    color: #151c2c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4.4vw, 52px);
    line-height: 1.1;
}

.mp-site-page__featured {
    margin: 0 0 32px;
}

.mp-site-page__featured img {
    display: block;
    width: 100%;
    height: auto;
    max-height: 520px;
    object-fit: cover;
    border-radius: 8px;
}

.mp-site-page__content {
    font-size: 18px;
    line-height: 1.78;
    overflow-wrap: anywhere;
}

.mp-site-page__content > :first-child {
    margin-top: 0;
}

.mp-site-page__content h1,
.mp-site-page__content h2,
.mp-site-page__content h3,
.mp-site-page__content h4 {
    color: #202124;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.22;
}

.mp-site-page__content h1 { font-size: clamp(34px, 4vw, 50px); margin: 0 0 26px; }
.mp-site-page__content h2 { font-size: clamp(27px, 3vw, 36px); margin: 38px 0 16px; }
.mp-site-page__content h3 { font-size: 25px; margin: 30px 0 12px; }
.mp-site-page__content p { margin: 0 0 20px; }
.mp-site-page__content ul,
.mp-site-page__content ol { margin: 0 0 22px 24px; }
.mp-site-page__content li { margin-bottom: 7px; }
.mp-site-page__content img { max-width: 100%; height: auto; }
.mp-site-page__content a { text-decoration: underline; text-underline-offset: 2px; }
.mp-site-page__content blockquote {
    margin: 28px 0;
    padding: 16px 22px;
    border-left: 4px solid #d71920;
    background: #fafafa;
}

@media (max-width: 700px) {
    .mp-site-page { padding: 34px 0 48px; }
    .mp-site-page__container { width: min(100% - 28px, 1180px); }
    .mp-site-page__content { font-size: 17px; line-height: 1.7; }
}
