.kccm-content {
    max-width: 1140px;
    margin: 0 auto;
    color: #222;
}

.kccm-content *,
.kccm-popup * {
    box-sizing: border-box;
}

.kccm-content a {
    color: var(--kccm-primary);
    text-decoration: none;
}

.kccm-content a:hover {
    text-decoration: underline;
}

.kccm-empty {
    margin: 16px 0;
    color: #555;
}

.kccm-meta-row {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
    color: #6a5b50;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.kccm-meta-row span,
.kccm-meta-row time {
    display: inline-flex;
    align-items: center;
    min-height: 26px;
    padding: 4px 9px;
    border: 1px solid rgba(143, 29, 29, 0.18);
    border-radius: 6px;
    background: #fffaf5;
}

.kccm-rich-text > :first-child {
    margin-top: 0;
}

.kccm-rich-text > :last-child {
    margin-bottom: 0;
}

.kccm-notices-list,
.kccm-butchers,
.kccm-jobs {
    padding: 12px 0;
}

.kccm-notice-card,
.kccm-job-card {
    margin-bottom: 22px;
    border: 1px solid #ece5dd;
    border-left: 4px solid var(--kccm-primary);
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 8px 24px rgba(34, 26, 20, 0.06);
}

.kccm-notice-card,
.kccm-job-card {
    padding: 24px;
}

.kccm-notice-card h3,
.kccm-job-card h4 {
    margin: 0 0 12px;
    color: #201b18;
    line-height: 1.25;
}

.kccm-notice-details {
    display: grid;
    gap: 8px;
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid #efe8df;
}

.kccm-notice-details div {
    display: flex;
    gap: 8px;
}

.kccm-notice-extra {
    display: block;
    margin-top: 6px;
}

.kccm-butcher-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px 34px;
    align-items: stretch;
}

.kccm-butcher-location {
    display: grid;
    grid-template-columns: minmax(230px, 0.95fr) minmax(245px, 1.05fr);
    gap: 28px;
    align-items: stretch;
    min-height: 260px;
}

.kccm-butcher-location:last-child:nth-child(odd) {
    grid-column: 1 / -1;
    width: calc((100% - 34px) / 2);
    justify-self: center;
}

.kccm-butcher-card {
    display: flex;
    flex-direction: column;
    gap: 18px;
    min-height: 260px;
    margin: 0;
    border: 0;
    border-radius: 0 0 8px 0;
    padding: 32px 28px;
    background: #ef3b35;
    color: #fff;
    box-shadow: none;
}

.kccm-butcher-card h3 {
    margin: 0 0 4px;
    color: #fff;
    font-size: 24px;
    font-weight: 800;
    line-height: 1.12;
}

.kccm-butcher-card a {
    color: #fff;
    text-decoration: none;
}

.kccm-content .kccm-butcher-card a,
.kccm-content .kccm-butcher-card a:visited {
    color: #fff;
}

.kccm-butcher-card a:hover {
    text-decoration: underline;
}

.kccm-butcher-row {
    display: grid;
    grid-template-columns: 18px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
    font-size: 14px;
    line-height: 1.55;
}

.kccm-butcher-row p,
.kccm-butcher-row div {
    margin: 0;
}

.kccm-butcher-row strong {
    display: block;
    margin-bottom: 3px;
    font-weight: 700;
}

.kccm-butcher-row--hours,
.kccm-butcher-row--note {
    margin-top: 2px;
}

.kccm-butcher-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 18px;
    min-height: 22px;
    color: #fff;
}

.kccm-butcher-icon svg {
    display: block;
    width: 15px;
    height: 15px;
}

.kccm-butcher-map {
    position: relative;
    min-height: 260px;
    overflow: hidden;
    background: #eef1f4;
}

.kccm-butcher-map iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.kccm-content .kccm-butcher-map-link {
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
    min-height: 30px;
    border-radius: 4px;
    padding: 7px 10px;
    background: #fff;
    color: #1a73e8;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.2;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.18);
}

.kccm-content .kccm-butcher-map-link:hover {
    text-decoration: underline;
}

.kccm-jobs-intro {
    margin-bottom: 28px;
}

.kccm-jobs-intro h2,
.kccm-jobs-intro h3,
.kccm-jobs-list h3,
.kccm-application h3 {
    margin: 0 0 12px;
    color: #201b18;
    line-height: 1.25;
}

.kccm-jobs-intro p,
.kccm-application p {
    margin-top: 0;
}

.kccm-job-location {
    margin: -4px 0 14px;
    color: #6a5b50;
    font-weight: 600;
}

.kccm-job-detail {
    margin-top: 16px;
}

.kccm-job-detail > strong {
    display: block;
    margin-bottom: 6px;
    color: var(--kccm-primary);
}

.kccm-application {
    margin-top: 32px;
    padding-top: 26px;
    border-top: 1px solid #ece5dd;
}

.kccm-form {
    display: grid;
    gap: 16px;
    max-width: 760px;
}

.kccm-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.kccm-form label {
    display: grid;
    gap: 7px;
    margin: 0;
    color: #302824;
    font-weight: 600;
}

.kccm-form input[type="text"],
.kccm-form input[type="email"],
.kccm-form input[type="tel"],
.kccm-form input[type="file"],
.kccm-form select,
.kccm-form textarea {
    width: 100%;
    min-height: 46px;
    border: 1px solid #d8cec3;
    border-radius: 6px;
    padding: 11px 12px;
    background: #fff;
    color: #201b18;
    font: inherit;
}

.kccm-form textarea {
    min-height: 150px;
    resize: vertical;
}

.kccm-form input:focus,
.kccm-form select:focus,
.kccm-form textarea:focus {
    border-color: var(--kccm-primary);
    outline: 2px solid rgba(143, 29, 29, 0.16);
    outline-offset: 1px;
}

.kccm-checkbox {
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 10px;
    font-weight: 500;
    line-height: 1.45;
}

.kccm-checkbox input {
    margin-top: 4px;
}

.kccm-form button {
    width: fit-content;
    min-height: 46px;
    border: 0;
    border-radius: 6px;
    padding: 12px 24px;
    background: var(--kccm-primary);
    color: #fff;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
}

.kccm-form button:hover,
.kccm-form button:focus {
    background: #6f1717;
}

.kccm-form-message {
    max-width: 760px;
    margin: 0 0 18px;
    padding: 13px 15px;
    border-radius: 6px;
    font-weight: 600;
}

.kccm-form-message--success {
    border: 1px solid #b7d7b4;
    background: #eef8ed;
    color: #255d25;
}

.kccm-form-message--error {
    border: 1px solid #e0b1a8;
    background: #fff2ef;
    color: #8f1d1d;
}

.kccm-honeypot {
    position: absolute !important;
    left: -9999px !important;
    width: 1px !important;
    height: 1px !important;
    opacity: 0 !important;
}

.kccm-popup {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 24px;
}

.kccm-popup[hidden] {
    display: none;
}

.kccm-popup__backdrop {
    position: absolute;
    inset: 0;
    background: rgba(24, 18, 15, 0.62);
}

.kccm-popup__dialog {
    position: relative;
    width: min(720px, 100%);
    max-height: min(86vh, 820px);
    overflow: auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 22px 70px rgba(0, 0, 0, 0.32);
}

.kccm-popup__content {
    padding: 30px;
}

.kccm-popup__notice + .kccm-popup__notice {
    margin-top: 24px;
    padding-top: 24px;
    border-top: 1px solid #ece5dd;
}

.kccm-popup__notice h2 {
    margin: 0 0 12px;
    color: #201b18;
    font-size: clamp(24px, 5vw, 34px);
    line-height: 1.16;
}

.kccm-popup__close {
    position: sticky;
    top: 10px;
    float: right;
    width: 42px;
    height: 42px;
    margin: 10px 10px 0 0;
    border: 0;
    border-radius: 50%;
    background: var(--kccm-primary);
    color: #fff;
    font-size: 30px;
    line-height: 1;
    cursor: pointer;
    z-index: 2;
}

.kccm-popup__close:hover,
.kccm-popup__close:focus {
    background: #6f1717;
}

.kccm-popup-open {
    overflow: hidden;
}

@media (max-width: 1050px) {
    .kccm-butcher-grid {
        grid-template-columns: 1fr;
    }

    .kccm-butcher-location:last-child:nth-child(odd) {
        grid-column: auto;
        width: 100%;
        justify-self: stretch;
    }
}

@media (max-width: 767px) {
    .kccm-content {
        padding-left: 16px;
        padding-right: 16px;
    }

    .kccm-butcher-grid,
    .kccm-form-grid {
        grid-template-columns: 1fr;
    }

    .kccm-notice-card,
    .kccm-job-card {
        padding: 18px;
    }

    .kccm-butcher-location {
        grid-template-columns: 1fr;
        gap: 14px;
        min-height: 0;
    }

    .kccm-butcher-card {
        min-height: 0;
        padding: 26px 24px;
    }

    .kccm-butcher-card h3 {
        font-size: 22px;
    }

    .kccm-butcher-map {
        min-height: 240px;
    }

    .kccm-form button {
        width: 100%;
    }

    .kccm-popup {
        align-items: center;
        justify-content: center;
        padding: 16px;
    }

    .kccm-popup__dialog {
        width: 100%;
        max-height: 86vh;
    }

    .kccm-popup__content {
        padding: 22px 18px 24px;
    }

    .kccm-popup__close {
        width: 40px;
        height: 40px;
    }
}
