.mokosh-page-shell {
    display: flex;
    min-height: 100vh;
    flex-direction: column;
}

.mokosh-page-content {
    min-height: 0;
    padding-bottom: 2.5rem;
    flex: 1 0 auto;
}

.mokosh-footer {
    flex: 0 0 auto;
    border-top: 1px solid #ded8c7;
    background: #f6f2e7;
    color: #69705f;
    font: 14px/1.5 Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.mokosh-footer-inner {
    display: flex;
    box-sizing: border-box;
    width: min(100% - 36px, 1140px);
    min-height: 72px;
    margin: 0 auto;
    padding: 16px 0;
    align-items: center;
    justify-content: space-between;
    gap: 16px 32px;
}

.mokosh-footer-copy {
    margin: 0;
}

.mokosh-footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 24px;
}

.mokosh-footer a {
    color: #3c4c21;
    text-decoration: none;
}

.mokosh-footer a:hover,
.mokosh-footer a:focus-visible {
    color: #253113;
    text-decoration: underline;
}

@media (max-width: 575.98px) {
    .mokosh-footer-inner {
        min-height: 0;
        padding: 20px 0;
        align-items: flex-start;
        flex-direction: column;
    }

    .mokosh-footer-links {
        flex-direction: column;
        gap: 8px;
    }
}
