.mmc-wrap {
    margin: 2rem 0;
}

.mmc-wrap,
.mmc-wrap * ,
.mmc-wrap *::before,
.mmc-wrap *::after {
    box-sizing: border-box;
}

.mmc-wrap h1,
.mmc-wrap h2,
.mmc-wrap h3,
.mmc-wrap h4,
.mmc-wrap h5,
.mmc-wrap h6,
.mmc-wrap p,
.mmc-wrap ul,
.mmc-wrap ol,
.mmc-wrap dl,
.mmc-wrap figure {
    margin-block-start: 0;
    margin-block-end: 0;
}

.mmc-wrap ul,
.mmc-wrap ol {
    padding-inline-start: 1.2rem;
}

.mmc-wrap fieldset,
.mmc-wrap legend {
    margin: 0;
    padding: 0;
    border: 0;
}

.mmc-wrap img,
.mmc-wrap svg {
    max-width: 100%;
}

.mmc-wrap img {
    height: auto;
}

.mmc-wrap button,
.mmc-wrap input,
.mmc-wrap select,
.mmc-wrap textarea {
    font: inherit;
    line-height: inherit;
}

.mmc-panel {
    /* border: 1px solid #d8e1d8; */
    border-radius: 5px;
    padding: 0;
    background: #ffffff;
}

.mmc-title {
    margin: 0 0 1rem;
    color: #21412c;
    font-size: 1.75rem;
    line-height: 1.3;
}

.mmc-title-row {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.mmc-title-row .mmc-title {
    margin: 0;
}

.mmc-title-action-form {
    flex: 0 0 auto;
}

.mmc-title-action-link {
    padding: 0;
    border: 0;
    background: none;
    color: #0f78c8;
    font: inherit;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.4;
    text-decoration: underline;
    cursor: pointer;
}

.mmc-title-action-link:hover,
.mmc-title-action-link:focus {
    color: #0a5d99;
}

.mmc-operator-help-link {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    margin-left: auto;
    border: 1px solid #0f78c8;
    border-radius: 999px;
    background: #ffffff;
    color: #0f78c8;
    font-size: 1rem;
    font-weight: 800;
    line-height: 1;
    text-decoration: none;
}

.mmc-operator-help-link:hover,
.mmc-operator-help-link:focus {
    border-color: #0a5d99;
    background: #eef6ff;
    color: #0a5d99;
}

.mmc-message {
    padding: 1rem 1.25rem;
    border-radius: 5px;
    background: #eef6ee;
    color: #21412c;
}

.mmc-message-warning {
    background: #fff4dc;
    color: #5d4300;
}

.mmc-message-info {
    background: #e8f2fb;
    color: #1d4260;
}

.mmc-message-danger {
    background: #fde8e8;
    color: #7f1d1d;
}

.mmc-register-email-match-message,
.mmc-register-password-policy-message,
.mmc-register-password-match-message {
    min-height: 1.4em;
}

.mmc-register-email-match-message.is-error,
.mmc-register-password-policy-message.is-error,
.mmc-register-password-match-message.is-error {
    color: #b3261e;
    font-weight: 700;
}

.mmc-register-complete-guide {
    display: flex;
    flex-direction: column;
    gap: 1.4rem;
    color: #1f2a37;
}

.mmc-register-complete-guide :where(h1, h2, h3, h4, h5, h6, p) {
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    font-family: inherit;
    letter-spacing: 0;
    text-transform: none;
}

.mmc-register-complete-hero {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
    text-align: left;
}

.mmc-register-complete-status-icon {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: #e8f1ff;
    color: #0f63d5;
    flex: 0 0 auto;
}

.mmc-register-complete-guide-warning .mmc-register-complete-status-icon {
    background: #fff3dc;
    color: #b36b00;
}

.mmc-register-complete-status-icon::before {
    content: "";
    width: 1.1rem;
    height: 0.65rem;
    border-left: 3px solid currentColor;
    border-bottom: 3px solid currentColor;
    transform: rotate(-45deg) translate(1px, -1px);
}

.mmc-register-complete-guide-warning .mmc-register-complete-status-icon::before {
    content: "!";
    width: auto;
    height: auto;
    border: 0;
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
    transform: none;
}

.mmc-register-complete-hero-body {
    min-width: 0;
}

.mmc-register-complete-kicker {
    margin: 0 0 0.25rem;
    color: #0f63d5;
    font-weight: 700;
}

.mmc-register-complete-guide-warning .mmc-register-complete-kicker {
    color: #9a5b00;
}

.mmc-register-complete-title {
    margin: 0;
    color: #1f2a37;
    font-size: 1.55rem;
    line-height: 1.35;
}

.mmc-register-complete-lead {
    margin: 0.45rem 0 0;
    line-height: 1.8;
}

.mmc-register-complete-steps {
    padding: 1.15rem;
    border: 1px solid #c7daf8;
    border-radius: 5px;
    background: #f8fbff;
}

.mmc-register-complete-steps-title {
    margin: 0 0 1rem;
    color: #0f63d5;
    font-size: 1.1rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
}

.mmc-register-complete-guide-warning .mmc-register-complete-steps {
    border-color: #f1d18b;
    background: #fffaf0;
}

.mmc-register-complete-guide-warning .mmc-register-complete-steps-title {
    color: #9a5b00;
}

.mmc-register-complete-step-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.mmc-register-complete-step {
    min-width: 0;
    text-align: center;
}

.mmc-register-complete-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 999px;
    background: #0f63d5;
    color: #ffffff;
    font-weight: 700;
}

.mmc-register-complete-guide-warning .mmc-register-complete-step-number {
    background: #b36b00;
}

.mmc-register-complete-step-title {
    margin: 0.65rem 0 0;
    font-weight: 700;
    line-height: 1.5;
}

.mmc-register-complete-step-text {
    margin: 0.4rem 0 0;
    color: #4b5563;
    line-height: 1.7;
}

.mmc-register-complete-note {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr);
    gap: 0.9rem;
    align-items: center;
    padding: 1rem 1.15rem;
    border: 1px solid #cfe5d2;
    border-radius: 5px;
    background: #f3faf4;
    color: #21412c;
}

.mmc-register-complete-note::before {
    content: "?";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.25rem;
    height: 2.25rem;
    border: 2px solid #2e7d32;
    border-radius: 999px;
    color: #2e7d32;
    font-size: 1.35rem;
    font-weight: 700;
}

.mmc-register-complete-guide-warning .mmc-register-complete-note {
    border-color: #f1d18b;
    background: #fff7e8;
    color: #5d4300;
}

.mmc-register-complete-guide-warning .mmc-register-complete-note::before {
    content: "!";
    border-color: #b36b00;
    color: #b36b00;
}

.mmc-register-complete-note p {
    margin: 0;
}

.mmc-register-complete-note-body {
    min-width: 0;
    text-align: left;
}

.mmc-register-complete-note-title {
    font-weight: 700;
    line-height: 1.5;
}

.mmc-register-complete-note-title + p {
    margin-top: 0.25rem;
}

.mmc-register-complete-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.7rem;
    justify-content: center;
}

.mmc-register-complete-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    min-width: 270px;
    min-height: 56px;
    padding: 0.8rem 1.25rem;
    border: 1px solid transparent;
    border-radius: 4px;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 0.18s ease, border-color 0.18s ease, color 0.18s ease;
}

.mmc-register-complete-action-primary {
    background: #05b676;
    color: #ffffff;
}

.mmc-register-complete-action-secondary {
    border-color: #1f68b7;
    background: #ffffff;
    color: #1f68b7;
}

.mmc-register-complete-action:hover,
.mmc-register-complete-action:focus {
    text-decoration: none;
}

.mmc-register-complete-action-primary:hover,
.mmc-register-complete-action-primary:focus {
    background: #009f65;
    color: #ffffff;
}

.mmc-register-complete-action-secondary:hover,
.mmc-register-complete-action-secondary:focus {
    border-color: #155293;
    background: #eef6ff;
    color: #155293;
}

.mmc-register-complete-action-icon {
    width: 1.25rem;
    height: 1.25rem;
    fill: currentColor;
    stroke: currentColor;
    stroke-width: 0;
    flex: 0 0 auto;
}

.mmc-register-complete-action-secondary .mmc-register-complete-action-icon {
    fill: none;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mmc-register-complete-action-arrow {
    width: 1.25rem;
    height: 1.25rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    flex: 0 0 auto;
}

.mmc-lead {
    margin: 0 0 1rem;
    color: #45644d;
}

.mmc-register-flow {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.65rem;
    align-items: center;
    margin: 0 0 1.25rem;
    padding: 0.85rem 1rem;
    border: 1px solid #d8e6f3;
    border-radius: 5px;
    background: #f3f7fb;
}

.mmc-register-flow-step {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0.35rem 0.8rem;
    border-radius: 999px;
    background: #ffffff;
    color: #0a2f4f;
    font-size: 0.92rem;
    font-weight: 700;
    line-height: 1.3;
    border: 1px solid #d8e6f3;
}

.mmc-register-flow-arrow {
    color: #0f78c8;
    font-weight: 700;
}

.mmc-register-legal-agreement {
    margin: 1.2rem 0 0;
    padding: 0.9rem 1rem;
    border: 1px solid #0f78c8;
    border-radius: 5px;
    background: #f7fbff;
}

.mmc-register-legal-agreement + .mmc-actions {
    margin-top: 1.2rem;
}

.mmc-register-legal-checkbox {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 0.75rem;
    align-items: start;
    margin: 0;
    color: #0a2f4f;
    font-weight: 700;
    line-height: 1.7;
}

.mmc-register-legal-checkbox input {
    width: 1.35rem;
    height: 1.35rem;
    margin: 0.2rem 0 0;
}

.mmc-register-legal-link {
    color: #0f78c8;
    text-decoration: underline;
    text-underline-offset: 0.18em;
}

.mmc-register-legal-modal[hidden] {
    display: none;
}

.mmc-register-legal-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
}

.mmc-register-legal-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(10, 47, 79, 0.54);
}

.mmc-register-legal-modal-dialog {
    position: relative;
    display: grid;
    grid-template-rows: auto 1fr;
    width: min(920px, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    margin: 1rem auto;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 18px 48px rgba(10, 47, 79, 0.22);
    overflow: hidden;
}

.mmc-register-legal-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.2rem;
    border-bottom: 1px solid #d5e1ec;
}

.mmc-register-legal-modal-header h3 {
    margin: 0;
    color: #0a2f4f;
    font-size: 1.1rem;
}

.mmc-register-legal-modal-close {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    border: 1px solid #d5e1ec;
    border-radius: 999px;
    background: #ffffff;
    color: #0a2f4f;
    font-size: 1.35rem;
    line-height: 1;
    cursor: pointer;
}

.mmc-register-legal-modal-close:hover,
.mmc-register-legal-modal-close:focus {
    border-color: #0f78c8;
    color: #0f78c8;
}

.mmc-register-legal-modal-body {
    padding: 1.2rem;
    overflow: auto;
    color: #263a4c;
    line-height: 1.8;
}

.mmc-register-legal-modal-body > :first-child {
    margin-top: 0;
}

.mmc-filter-form {
    margin: 0 0 1.25rem;
    padding: 1rem;
    border: 1px solid #d9e4da;
    border-radius: 5px;
    background: #ffffff;
}

.mmc-filter-row {
    display: grid;
    grid-template-columns: minmax(160px, 0.7fr) minmax(220px, 1fr) minmax(280px, 1.35fr) auto;
    gap: 1rem;
    align-items: end;
}

.mmc-filter-field {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    min-width: 0;
}

.mmc-filter-field label {
    color: #21412c;
    font-weight: 700;
}

.mmc-filter-field select {
    width: 100%;
    padding: 0.75rem 0.85rem;
    border: 1px solid #cfd9d0;
    border-radius: 5px;
    background: #ffffff;
    box-sizing: border-box;
    font: inherit;
}

.mmc-filter-field input {
    width: 100%;
    padding: 0.75rem 0.85rem;
    border: 1px solid #cfd9d0;
    border-radius: 5px;
    background: #ffffff;
    box-sizing: border-box;
    font: inherit;
}

.mmc-filter-field select,
.mmc-form-field select,
.mmc-select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-right: 2.7rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 14 14'%3E%3Cpath d='M3 5.25 7 9l4-3.75' fill='none' stroke='%230a2f4f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.85rem center;
    background-size: 14px 14px;
    cursor: pointer;
    margin:0;
}

.mmc-filter-field select:hover,
.mmc-filter-field input:hover,
.mmc-form-field select:hover,
.mmc-select:hover {
    border-color: #6d8474;
}

.mmc-filter-field select:focus,
.mmc-filter-field input:focus,
.mmc-form-field select:focus,
.mmc-select:focus {
    border-color: #0f78c8;
    outline: none;
    box-shadow: 0 0 0 3px rgba(15, 120, 200, 0.14);
}

.mmc-filter-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-self: end;
}

.mmc-filter-actions .mmc-button {
    min-height: 46px;
}

.mmc-filter-form-operator {
    margin-bottom: 1rem;
    overflow: visible;
}

.mmc-filter-row-operator-top {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.mmc-filter-row-operator-bottom {
    margin-top: 1rem;
    grid-template-columns: minmax(0, 1fr) auto;
}

.mmc-filter-field-operator-keyword {
    min-width: 0;
}

.mmc-result-count {
    margin: 0 0 1rem;
    color: #45644d;
    font-weight: 700;
}

.mmc-bulk-form {
    margin: 0;
}

.mmc-bulk-actions-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: end;
    gap: 1rem;
    margin: 0 0 1rem;
    padding: 1rem;
    border: 1px solid #d9e4da;
    border-radius: 5px;
    background: #ffffff;
}

.mmc-bulk-action-field {
    min-width: 220px;
}

.mmc-table-select-col {
    width: 88px;
    min-width: 88px;
    text-align: center;
}

.mmc-check-all-label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-weight: 700;
}

.mmc-check-all-label input,
.mmc-table-select-col input[type="checkbox"] {
    margin: 0;
}

@media (min-width: 768px) and (max-width: 991px) {
    .mmc-filter-row {
        grid-template-columns: minmax(140px, 0.75fr) minmax(180px, 1fr) minmax(240px, 1.45fr) auto;
        gap: 0.85rem;
    }

    .mmc-filter-row-operator-top,
    .mmc-filter-row-operator-bottom {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mmc-filter-row-operator-bottom .mmc-filter-actions {
        justify-self: start;
    }
}

@media (max-width: 767px) {
    .mmc-filter-row {
        grid-template-columns: 3fr 7fr;
        gap: 0.85rem 0.75rem;
    }

    .mmc-filter-field-area {
        grid-column: 1;
    }

    .mmc-filter-field-category {
        grid-column: 2;
    }

    .mmc-filter-field-keyword {
        grid-column: 1 / -1;
    }

    .mmc-filter-actions {
        grid-column: 1 / -1;
        justify-self: start;
    }

    .mmc-filter-row-operator-top,
    .mmc-filter-row-operator-bottom {
        grid-template-columns: 1fr;
    }

    .mmc-bulk-actions-bar {
        flex-direction: column;
        align-items: stretch;
    }
}

.mmc-card-list {
    display: grid;
    gap: 1rem;
}

.mmc-card-list-compact {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.mmc-card {
    border: 1px solid #d9e4da;
    border-radius: 5px;
    padding: 1.25rem;
    background: #ffffff;
}

.mmc-coupon-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mmc-coupon-card {
    display: flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
    min-height: 100%;
}

.mmc-coupon-card-media {
    position: relative;
    aspect-ratio: 1 / 1;
    background: #edf4fa;
    overflow: hidden;
}

.mmc-coupon-card-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    background: #f4f8f2;
    display: block;
}

.mmc-coupon-card-placeholder {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 1rem;
    background: #eef4f9;
    text-align: center;
}

.mmc-coupon-card-placeholder-label {
    color: #45644d;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.mmc-coupon-card-overlay {
    position: absolute;
    inset: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    padding: 1rem;
    background: rgba(25, 33, 28, 0.42);
    backdrop-filter: blur(2px);
    overflow: hidden;
}

.mmc-coupon-card-overlay-watermark {
    position: absolute;
    inset: 50% auto auto 50%;
    transform: translate(-50%, -50%) rotate(-18deg);
    color: rgba(255, 255, 255, 0.2);
    font-size: clamp(1.6rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: 0.18em;
    white-space: nowrap;
    pointer-events: none;
}

.mmc-coupon-card-overlay-label {
    position: relative;
    z-index: 1;
    padding: 0.45rem 0.8rem;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.9);
    color: #21412c;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.mmc-coupon-card-overlay-detail {
    background: rgba(25, 33, 28, 0.32);
    backdrop-filter: blur(8px);
}

.mmc-coupon-card-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 1rem 1rem 1.1rem;
}

.mmc-home-coupon-media-link {
    display: block;
    width: 100%;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.mmc-home-coupon-media-link:hover,
.mmc-home-coupon-media-link:focus {
    color: inherit;
}

.mmc-coupon-card .mmc-card-title {
    font-size: 1.08rem;
    line-height: 1.45;
}

.mmc-coupon-card .mmc-card-content {
    color: #314f38;
    line-height: 1.6;
}

.mmc-coupon-card .mmc-meta {
    margin-top: auto;
}

.mmc-pagination {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    justify-content: center;
    margin-top: 1.5rem;
}

.mmc-pagination-top {
    margin-top: 0;
    margin-bottom: 1rem;
}

.mmc-pagination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.6rem;
    padding: 0.65rem 0.85rem;
    border: 1px solid #d5ddd6;
    border-radius: 5px;
    background: #ffffff;
    color: #21412c;
    font-weight: 700;
    text-decoration: none;
}

.mmc-pagination-link:hover,
.mmc-pagination-link:focus {
    border-color: #21412c;
    color: #21412c;
}

.mmc-pagination-link.is-current {
    background: #21412c;
    border-color: #21412c;
    color: #ffffff;
}

.mmc-pagination-link.is-disabled {
    border-color: #dfe5e0;
    background: #f5f7f5;
    color: #8d9b90;
    cursor: default;
}

.mmc-pagination-ellipsis {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.75rem;
    color: #6e7d72;
    font-weight: 700;
}

.mmc-card-shop,
.mmc-back-link {
    margin: 0 0 0.5rem;
    color: #45644d;
    font-size: 0.95rem;
}

.mmc-area-badge {
    display: inline-block;
    margin-left: 0.5rem;
    padding: 0.2rem 0.6rem;
    border-radius: 5px;
    background: #e8f2eb;
    color: #21412c;
    font-size: 0.8rem;
    font-weight: 700;
}

.mmc-card-title {
    margin: 0 0 0.75rem;
    padding: 0;
    position: static;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #21412c;
    font-size: 1.2rem;
}

.mmc-card-content p:last-child,
.mmc-detail-section p:last-child {
    margin-bottom: 0;
}

.mmc-meta,
.mmc-definition {
    display: grid;
    gap: 0.75rem;
    margin: 1rem 0;
}

.mmc-meta div,
.mmc-definition div {
    padding: 0.75rem 1rem;
    border-radius: 5px;
    background: #f6faf4;
}

.mmc-meta dt,
.mmc-definition dt {
    font-weight: 700;
    color: #21412c;
}

.mmc-meta dd,
.mmc-definition dd {
    margin: 0.25rem 0 0;
}

.mmc-member-status-summary {
    margin: 1rem 0;
    padding: 0.9rem 1rem;
    border-radius: 5px;
    background: #f6faf4;
}

.mmc-member-status-summary-line {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
}

.mmc-member-status-item {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
}

.mmc-member-status-label {
    font-weight: 700;
    color: #21412c;
}

.mmc-member-status-value {
    color: #10231b;
}

.mmc-member-status-value.is-active {
    color: #15643c;
    font-weight: 700;
}

.mmc-member-status-value.is-inactive {
    color: #8a2f2f;
    font-weight: 700;
}

.mmc-member-status-divider {
    color: #6d7d73;
}

.mmc-member-status-reason {
    margin: 0.45rem 0 0;
    font-size: 0.92rem;
    color: #4b5b52;
}

.mmc-mypage-profile {
    margin: 0 0 1rem;
    padding: 0.9rem 1rem;
    border-radius: 5px;
    background: #f8fbf8;
}

.mmc-mypage-profile-row {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem 0.75rem;
    align-items: baseline;
}

.mmc-mypage-profile-row + .mmc-mypage-profile-row {
    margin-top: 0.65rem;
    padding-top: 0.65rem;
    border-top: 1px solid #e0e8e1;
}

.mmc-mypage-profile dt {
    min-width: 8.5rem;
    margin: 0;
    font-weight: 700;
    color: #21412c;
}

.mmc-mypage-profile dd {
    margin: 0;
    color: #10231b;
    word-break: break-word;
}

.mmc-mypage-contract-link {
    margin: 1rem 0 0;
}

.mmc-actions {
    margin: 1rem 0 0;
}

.mmc-actions-end {
    display: flex;
    justify-content: flex-end;
}

.mmc-action-note {
    margin: 0.45rem 0 0;
    font-size: 0.92rem;
    color: #4b5b52;
}

.mmc-mypage-logout {
    margin: 1.15rem 0 0;
    padding-top: 0.9rem;
    border-top: 1px solid #e0e8e1;
}

.mmc-button {
    display: inline-block;
    padding: 0.7rem 1rem;
    border-radius: 5px;
    background: #21412c;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
}

.mmc-button + .mmc-button {
    margin-left: 0.5rem;
}

.mmc-button-secondary {
    background: #6f7f73;
}

.mmc-button-small {
    padding: 0.45rem 0.75rem;
    font-size: 0.9rem;
}

.mmc-button:hover,
.mmc-button:focus {
    color: #ffffff;
    background: #183121;
}

.mmc-button-secondary:hover,
.mmc-button-secondary:focus {
    background: #556158;
}

.mmc-button:disabled,
.mmc-button[disabled] {
    border: 0;
    background: #aeb7b1;
    color: #f7f8f7;
    cursor: not-allowed;
    box-shadow: none;
}

.mmc-button-danger:disabled,
.mmc-button-danger[disabled] {
    background: #c6a7a7;
    color: #fffafa;
}

.mmc-payment-guide-actions {
    display: grid;
    gap: 1rem;
    justify-items: center;
    margin-top: 1.4rem;
}

.mmc-payment-guide-lead {
    margin: 0 0 1.2rem;
    color: #263a4c;
    font-weight: 700;
    text-align: center;
}

.mmc-payment-checkout-form {
    width: min(100%, 720px);
}

.mmc-payment-checkout-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    width: 100%;
    min-height: 4.6rem;
    padding: 1rem 1.4rem;
    border: 0;
    border-radius: 8px;
    background: #228d50;
    color: #ffffff;
    font-size: 1.35rem;
    font-weight: 800;
    line-height: 1.35;
    box-shadow: 0 10px 24px rgba(34, 141, 80, 0.22);
}

.mmc-payment-checkout-button:hover,
.mmc-payment-checkout-button:focus {
    background: #197640;
    color: #ffffff;
}

.mmc-payment-checkout-icon {
    width: 2rem;
    height: 2rem;
    flex: 0 0 auto;
}

.mmc-payment-checkout-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mmc-payment-checkout-arrow {
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    flex: 0 0 auto;
}

.mmc-payment-later-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.9rem;
    padding: 0.7rem 1.5rem;
    border: 1px solid #d5e1ec;
    border-radius: 6px;
    background: #ffffff;
    color: #263a4c;
    font-weight: 700;
    text-decoration: none;
    box-shadow: 0 4px 12px rgba(10, 47, 79, 0.08);
}

.mmc-payment-later-link:hover,
.mmc-payment-later-link:focus {
    border-color: #228d50;
    color: #15643c;
    text-decoration: none;
}

.mmc-payment-complete-status {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.35rem;
    width: 100%;
    min-height: 5.2rem;
    padding: 1.25rem 1.5rem;
    border: 1px solid #d4e7d8;
    border-radius: 8px;
    background: #f5fbf6;
    color: #15643c;
    text-align: center;
}

.mmc-payment-complete-status-icon {
    display: inline-flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border-radius: 999px;
    background: #2c9a57;
    color: #ffffff;
}

.mmc-payment-complete-status-icon svg {
    display: block;
    width: 1.75rem;
    height: 1.75rem;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.4;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mmc-payment-complete-status-body {
    min-width: 0;
}

.mmc-payment-complete-status-title {
    margin: 0;
    color: inherit;
    font-size: 1.45rem;
    font-weight: 800;
    line-height: 1.35;
}

.mmc-payment-complete-status-note {
    margin: 0.35rem 0 0;
    color: #41654c;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.55;
}

.mmc-payment-complete-status-info {
    border-color: #c8dff1;
    background: #f3f8fc;
    color: #1d5f8f;
}

.mmc-payment-complete-status-info .mmc-payment-complete-status-icon {
    background: #2f7fba;
}

.mmc-payment-complete-status-info .mmc-payment-complete-status-note {
    color: #2f5875;
}

.mmc-payment-complete-status-warning {
    border-color: #eed3a6;
    background: #fff8eb;
    color: #835900;
}

.mmc-payment-complete-status-warning .mmc-payment-complete-status-icon {
    background: #c58217;
}

.mmc-payment-complete-status-warning .mmc-payment-complete-status-note {
    color: #6d531d;
}

.mmc-detail-hero-media {
    margin: 1rem 0 1.5rem;
}

.mmc-detail-member-message {
    margin: 0 0 1rem;
}

.mmc-detail-heading-row {
    margin-bottom: 1rem;
}

.mmc-detail-heading-row .mmc-title {
    margin-bottom: 0;
}

.mmc-detail-heading-main {
    min-width: 0;
}

.mmc-detail-admin-edit-link {
    display: none;
}

.mmc-detail-coupon-visual {
    position: relative;
    aspect-ratio: 1 / 1;
    max-width: 720px;
    border: 1px solid #d5e1ec;
    border-radius: 5px;
    background: #eef4f9;
    overflow: hidden;
}

.mmc-detail-coupon-visual img,
.mmc-detail-coupon-visual .mmc-coupon-card-placeholder {
    width: 100%;
    height: 100%;
}

.mmc-detail-coupon-visual img {
    object-fit: contain;
    background: #ffffff;
}

.mmc-detail-coupon-visual .mmc-coupon-card-placeholder {
    padding: 1.5rem;
}

.mmc-detail-section + .mmc-detail-section {
    margin-top: 1.5rem;
}

.mmc-detail-section h4 {
    margin: 0 0 0.75rem;
    color: #0a2f4f;
    font-size: 1rem;
}

.mmc-section + .mmc-section {
    margin-top: 1.5rem;
}

.mmc-operator-page > .mmc-panel {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}

.mmc-operator-page .mmc-title-row,
.mmc-operator-page .mmc-title,
.mmc-operator-page .mmc-actions,
.mmc-operator-page .mmc-result-count,
.mmc-operator-page .mmc-delete-form,
.mmc-operator-page .mmc-table-wrap,
.mmc-operator-page .mmc-pagination,
.mmc-operator-page .mmc-message,
.mmc-operator-page .notice.is-dismissible {
    margin-top: 0;
    margin-bottom: 0;
}

.mmc-operator-page .mmc-lead {
    margin-bottom: 0;
    padding-bottom: 1.2rem;
    border-bottom: 1px solid #d9e4da;
}

.mmc-operator-page .mmc-filter-form-operator,
.mmc-operator-page .mmc-form,
.mmc-operator-page .mmc-bulk-form {
    margin-top: 0;
    margin-bottom: 0;
}

.mmc-operator-page .mmc-filter-form-operator {
    padding: 1.15rem;
}

.mmc-operator-page .mmc-bulk-actions-bar {
    margin-bottom: 1.15rem;
}

.mmc-operator-page .mmc-form-grid {
    gap: 1.2rem;
}

.mmc-operator-page .mmc-form-field .description + .description {
    margin-top: 0.35rem;
}

.mmc-operator-page .mmc-section {
    padding-top: 0.2rem;
}

.mmc-operator-page .mmc-section h3 {
    margin: 0 0 0.95rem;
}

.mmc-operator-page .mmc-pagination-top {
    margin-bottom: 1.15rem;
}

.mmc-operator-page .mmc-actions-end {
    padding-top: 0.3rem;
}

.mmc-operator-page .mmc-delete-form {
    padding-top: 0.35rem;
}

.mmc-operator-dashboard-page > .mmc-panel {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.mmc-operator-dashboard-page .mmc-title {
    margin-bottom: 0;
}

.mmc-operator-manual {
    max-width: 1040px;
    margin: 2rem auto 3rem;
    color: #21412c;
    line-height: 1.75;
}

.mmc-operator-manual h2,
.mmc-operator-manual h3,
.mmc-operator-manual h4 {
    line-height: 1.35;
}

.mmc-manual-hero {
    padding: 2rem;
    border: 1px solid #d9e4da;
    border-radius: 8px;
    background: #f6fbf7;
}

.mmc-manual-kicker {
    margin: 0 0 0.5rem;
    color: #0f78c8;
    font-size: 0.88rem;
    font-weight: 800;
}

.mmc-operator-manual .mmc-manual-hero h2 {
    margin: 0 0 0.85rem;
    color: #123d2b;
    font-size: 2rem;
}

.mmc-manual-hero p {
    max-width: 780px;
    margin: 0;
    color: #345643;
}

.mmc-manual-toc {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin: 1rem 0 1.4rem;
}

.mmc-manual-toc a {
    display: inline-flex;
    align-items: center;
    min-height: 2.35rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid #c8ded0;
    border-radius: 999px;
    background: #ffffff;
    color: #0f6841;
    font-size: 0.92rem;
    font-weight: 800;
    text-decoration: none;
}

.mmc-manual-toc a:hover,
.mmc-manual-toc a:focus {
    border-color: #0f78c8;
    color: #0f78c8;
}

.mmc-manual-summary-grid,
.mmc-manual-grid {
    display: grid;
    gap: 1rem;
}

.mmc-manual-summary-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 1.5rem;
}

.mmc-manual-summary-grid article,
.mmc-manual-card {
    border: 1px solid #d9e4da;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 8px 24px rgba(33, 65, 44, 0.06);
}

.mmc-manual-summary-grid article {
    padding: 1.15rem;
}

.mmc-manual-summary-grid span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.1rem;
    height: 2.1rem;
    margin-bottom: 0.75rem;
    border-radius: 999px;
    background: #0f78c8;
    color: #ffffff;
    font-size: 0.85rem;
    font-weight: 800;
}

.mmc-manual-summary-grid h3 {
    margin: 0 0 0.45rem;
    color: #123d2b;
    font-size: 1.1rem;
}

.mmc-operator-manual p,
.mmc-operator-manual ul {
    margin: 0 0 1rem;
}

.mmc-operator-manual ul {
    padding-left: 1.4rem;
}

.mmc-manual-section {
    scroll-margin-top: 2rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid #d9e4da;
}

.mmc-manual-section-head {
    margin-bottom: 1rem;
}

.mmc-manual-section-head span {
    display: inline-block;
    margin-bottom: 0.35rem;
    color: #0f78c8;
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0;
}

.mmc-manual-section-head h3 {
    margin: 0 0 0.55rem;
    color: #123d2b;
    font-size: 1.55rem;
}

.mmc-manual-section-head p {
    max-width: 820px;
    color: #496653;
}

.mmc-manual-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.mmc-manual-card {
    padding: 1.1rem;
}

.mmc-manual-card h4 {
    margin: 0 0 0.65rem;
    color: #123d2b;
    font-size: 1.05rem;
}

.mmc-manual-card p:last-child,
.mmc-manual-card ul:last-child,
.mmc-manual-summary-grid p:last-child {
    margin-bottom: 0;
}

.mmc-manual-card li + li {
    margin-top: 0.35rem;
}

.mmc-manual-card-note {
    border-color: #cbe4d6;
    background: #f4faf6;
}

.mmc-manual-card-warning {
    border-color: #f0d2a1;
    background: #fffaf0;
}

.mmc-manual-args-box {
    margin-top: 1rem;
    padding: 1.1rem;
    border: 1px solid #c8ded0;
    border-radius: 8px;
    background: #f8fbf8;
}

.mmc-manual-args-box h4 {
    margin: 0 0 0.65rem;
    color: #123d2b;
    font-size: 1.05rem;
}

.mmc-manual-args-box p {
    margin: 0 0 0.85rem;
}

.mmc-manual-args-box ul {
    margin-top: 0.85rem;
}

.mmc-manual-example-list {
    display: grid;
    gap: 0.5rem;
    margin: 0.8rem 0 0;
}

.mmc-manual-example-list code {
    display: block;
    padding: 0.65rem 0.75rem;
    overflow-x: auto;
    white-space: nowrap;
}

.mmc-manual-shortcode-list {
    display: grid;
    gap: 1rem;
    margin-top: 1rem;
}

.mmc-manual-shortcode-list h4 {
    margin: 0;
    padding: 0.7rem 0.95rem;
    border-left: 4px solid #0f78c8;
    border-radius: 6px;
    background: #f4f9fc;
    color: #123d2b;
    font-size: 1.05rem;
}

.mmc-manual-shortcode-list dl {
    display: grid;
    grid-template-columns: minmax(220px, 0.8fr) minmax(0, 1.6fr);
    margin: 0;
    border: 1px solid #d9e4da;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
}

.mmc-manual-shortcode-list dt,
.mmc-manual-shortcode-list dd {
    margin: 0;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid #edf2ee;
}

.mmc-manual-shortcode-list dt {
    background: #f8fbf8;
    font-weight: 800;
}

.mmc-manual-shortcode-list dd {
    color: #345643;
}

.mmc-manual-shortcode-list dt:nth-last-of-type(1),
.mmc-manual-shortcode-list dd:last-child {
    border-bottom: 0;
}

.mmc-operator-manual code {
    padding: 0.08rem 0.32rem;
    border-radius: 4px;
    background: #eef6ff;
    color: #0a5d99;
    font-size: 0.92em;
    font-weight: 800;
}

.mmc-manual-flow {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 0 0 1rem;
}

.mmc-manual-flow span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 3rem;
    padding: 0.5rem;
    border: 1px solid #c8ded0;
    border-radius: 8px;
    background: #ffffff;
    color: #0f6841;
    font-size: 0.9rem;
    font-weight: 800;
    text-align: center;
}

.mmc-manual-flow span:not(:last-child)::after {
    content: "";
    position: absolute;
    right: -0.55rem;
    width: 0.35rem;
    height: 0.35rem;
    border-top: 2px solid #7fa58d;
    border-right: 2px solid #7fa58d;
    transform: rotate(45deg);
}

@media (max-width: 900px) {
    .mmc-manual-summary-grid,
    .mmc-manual-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .mmc-manual-flow {
        grid-template-columns: 1fr;
    }

    .mmc-manual-flow span:not(:last-child)::after {
        right: 50%;
        bottom: -0.55rem;
        transform: translateX(50%) rotate(135deg);
    }

    .mmc-manual-shortcode-list dl {
        grid-template-columns: 1fr;
    }

    .mmc-manual-shortcode-list dt {
        border-bottom: 0;
        padding-bottom: 0.35rem;
    }

    .mmc-manual-shortcode-list dd {
        padding-top: 0.35rem;
    }
}

@media (max-width: 640px) {
    .mmc-manual-hero {
        padding: 1.35rem;
    }

    .mmc-manual-summary-grid,
    .mmc-manual-grid,
    .mmc-manual-flow {
        grid-template-columns: 1fr;
    }

}

.mmc-operator-dashboard-page .mmc-lead {
    margin-bottom: 0;
    padding-bottom: 1.35rem;
    border-bottom: 1px solid #d9e4da;
}

.mmc-operator-dashboard-page .mmc-card-list {
    margin-top: -0.5rem;
}

.mmc-operator-dashboard-page .mmc-section {
    padding-top: 0.25rem;
}

.mmc-operator-dashboard-page .mmc-section h3 {
    margin: 0 0 1rem;
}

.mmc-operator-dashboard-page .mmc-actions,
.mmc-operator-dashboard-page .mmc-list {
    margin-top: 0.25rem;
}

.mmc-operator-dashboard-page .mmc-dashboard-actions-stack {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.55rem;
}

.mmc-operator-dashboard-page .mmc-dashboard-sub-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.45rem;
    padding-left: 0.35rem;
}

.mmc-operator-dashboard-page .mmc-dashboard-sub-actions .mmc-button {
    margin-left: 0;
}

.mmc-operator-page .mmc-button {
    border: 1px solid #2563eb;
    background: #2563eb;
    color: #ffffff;
}

.mmc-operator-page .mmc-button:hover,
.mmc-operator-page .mmc-button:focus {
    border-color: #1d4ed8;
    background: #1d4ed8;
    color: #ffffff;
}

.mmc-operator-page .mmc-button-secondary,
.mmc-operator-page .mmc-title-action-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    min-height: 2.4rem;
    padding: 0.55rem 0.85rem;
    border: 1px solid #94a3b8;
    border-radius: 5px;
    background: #ffffff;
    color: #334155;
    font-size: 0.95rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
}

.mmc-operator-page .mmc-button-secondary:hover,
.mmc-operator-page .mmc-button-secondary:focus,
.mmc-operator-page .mmc-title-action-link:hover,
.mmc-operator-page .mmc-title-action-link:focus {
    border-color: #64748b;
    background: #f8fafc;
    color: #0f172a;
}

.mmc-operator-page .mmc-button-small {
    min-height: 2rem;
    padding: 0.4rem 0.7rem;
    font-size: 0.88rem;
}

.mmc-operator-page .mmc-button-submit {
    border-color: #2563eb;
    background: #2563eb;
}

.mmc-operator-page .mmc-button-submit:hover,
.mmc-operator-page .mmc-button-submit:focus {
    border-color: #1d4ed8;
    background: #1d4ed8;
}

.mmc-operator-page .mmc-button-danger {
    border-color: #b42318;
    background: #b42318;
    color: #ffffff;
}

.mmc-operator-page .mmc-button-danger:hover,
.mmc-operator-page .mmc-button-danger:focus {
    border-color: #8f1d14;
    background: #8f1d14;
    color: #ffffff;
}

.mmc-operator-page .mmc-button-delete-outline {
    border-color: #dc2626;
    background: #ffffff;
    color: #b91c1c;
}

.mmc-operator-page .mmc-button-delete-outline:hover,
.mmc-operator-page .mmc-button-delete-outline:focus {
    border-color: #b91c1c;
    background: #fef2f2;
    color: #991b1b;
}

.mmc-operator-page .mmc-shop-master-primary-action {
    margin: 1.4rem 0 1.8rem;
}

.mmc-operator-page .mmc-shop-master-list-panel {
    border-color: #dbe5ef;
    background: #ffffff;
    box-shadow: 0 10px 28px rgba(15, 23, 42, 0.04);
}

.mmc-operator-page .mmc-shop-master-list {
    display: grid;
    gap: 0.75rem;
}

.mmc-operator-page .mmc-shop-master-list-item {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.85rem 1rem;
    border: 1px solid #dbe5ef;
    border-radius: 8px;
    background: #ffffff;
    box-shadow: 0 1px 2px rgba(15, 23, 42, 0.03);
}

.mmc-operator-page .mmc-shop-master-drag-handle {
    color: #64748b;
    cursor: move;
}

.mmc-operator-page .mmc-shop-master-icon-preview {
    width: 34px;
    height: 34px;
    object-fit: contain;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background: #f8fafc;
}

.mmc-operator-page .mmc-shop-master-list-content {
    flex: 1 1 auto;
    min-width: 0;
}

.mmc-operator-page .mmc-shop-master-list-title {
    color: #0f172a;
    font-weight: 700;
}

.mmc-operator-page .mmc-shop-master-list-actions,
.mmc-operator-page .mmc-shop-master-order-actions,
.mmc-operator-page .mmc-shop-master-item-actions {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.mmc-operator-page .mmc-shop-master-list-actions {
    justify-content: flex-end;
}

.mmc-operator-page .mmc-shop-master-order-actions {
    margin-right: 0.45rem;
}

.mmc-operator-page .mmc-shop-master-order-button {
    border-color: #cbd5e1;
    color: #475569;
}

.mmc-operator-page .mmc-shop-master-order-button:hover,
.mmc-operator-page .mmc-shop-master-order-button:focus {
    border-color: #94a3b8;
    background: #f8fafc;
    color: #1e293b;
}

.mmc-operator-page .mmc-shop-master-edit-button {
    border-color: #2563eb;
    color: #1d4ed8;
}

.mmc-operator-page .mmc-shop-master-edit-button:hover,
.mmc-operator-page .mmc-shop-master-edit-button:focus {
    border-color: #1d4ed8;
    background: #eff6ff;
    color: #1e40af;
}

@media (max-width: 720px) {
    .mmc-operator-page .mmc-shop-master-list-item {
        align-items: flex-start;
        flex-wrap: wrap;
    }

    .mmc-operator-page .mmc-shop-master-list-actions {
        width: 100%;
        justify-content: flex-start;
        padding-left: 2rem;
    }
}

.mmc-operator-page .mmc-logout-button {
    border-color: #dc2626;
    background: #ffffff;
    color: #b91c1c;
}

.mmc-operator-page .mmc-logout-button:hover,
.mmc-operator-page .mmc-logout-button:focus {
    border-color: #b91c1c;
    background: #fef2f2;
    color: #991b1b;
}

.mmc-operator-page .mmc-button:disabled,
.mmc-operator-page .mmc-button[disabled] {
    border-color: #cbd5e1;
    background: #e5e7eb;
    color: #94a3b8;
    cursor: not-allowed;
}

.mmc-list {
    margin: 0;
    padding-left: 1.2rem;
}

.mmc-list-numbered {
    list-style: decimal;
}

.mmc-redirect-panel {
    margin-top: 1rem;
    padding: 1rem 1.25rem;
    border-radius: 5px;
    background: #f4f8f2;
}

.mmc-redirect-text {
    margin: 0;
    color: #21412c;
    font-weight: 700;
}

.mmc-redirect-count {
    display: inline-block;
    min-width: 1.5em;
    text-align: center;
}

.mmc-table-wrap {
    overflow-x: auto;
}

.mmc-admin-thumb {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 120px;
    min-width: 120px;
    height: 120px;
    border: 1px solid #d9e4da;
    border-radius: 5px;
    background: #f7faf7;
    overflow: hidden;
}

.mmc-admin-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    background: #ffffff;
}

.mmc-admin-thumb-empty {
    padding: 0.75rem;
    color: #6b7f70;
    font-size: 0.92rem;
    font-weight: 700;
    text-align: center;
    background: #f4f7f4;
}

.mmc-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 920px;
    background: #ffffff;
}

.mmc-table th,
.mmc-table td {
    padding: 0.85rem 0.9rem;
    border-bottom: 1px solid #d9e4da;
    text-align: left;
    vertical-align: top;
}

.mmc-table th {
    background: #f4f8f2;
    color: #21412c;
    font-weight: 700;
}

.mmc-inline-link {
    color: #21412c;
    font-weight: 700;
    text-decoration: none;
}

.mmc-mypage-contract-link .mmc-title-action-link {
    color: #21412c;
    text-decoration: none;
}

.mmc-mypage-contract-link .mmc-title-action-link:hover,
.mmc-mypage-contract-link .mmc-title-action-link:focus {
    color: #0f78c8;
    text-decoration: underline;
}

.mmc-mypage-logout .mmc-inline-link {
    color: #5d6d62;
}

.mmc-mypage-logout .mmc-inline-link:hover,
.mmc-mypage-logout .mmc-inline-link:focus {
    color: #21412c;
    text-decoration: underline;
}

.mmc-form {
    margin-top: 1rem;
}

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

.mmc-form-field {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.mmc-form-field-full {
    grid-column: 1 / -1;
}

.mmc-form-field label {
    color: #21412c;
    font-weight: 700;
}

.mmc-required-note {
    margin: 0 0 0.85rem;
    color: #5f6f64;
    font-size: 0.88rem;
}

.mmc-required-mark {
    color: #d63638;
    font-weight: 700;
    margin-left: 0.18rem;
}

.mmc-required-note .mmc-required-mark {
    margin-left: 0;
}

.mmc-form-field input,
.mmc-form-field select,
.mmc-form-field textarea {
    width: 100%;
    padding: 0.75rem 0.85rem;
    border: 1px solid #cfd9d0;
    border-radius: 5px;
    background-color: #ffffff;
    box-sizing: border-box;
    font: inherit;
}

.mmc-form-field textarea {
    resize: vertical;
}

.mmc-table-feature-coupons input[type="checkbox"] {
    width: auto;
}

.mmc-table-feature-coupons input[type="number"] {
    min-width: 88px;
}

.mmc-checkbox-field {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    cursor: pointer;
}

.mmc-checkbox-field input[type="checkbox"] {
    width: auto;
    margin: 0;
}

.mmc-upload-dropzone {
    position: relative;
    border: 2px dashed #b9c9bc;
    border-radius: 5px;
    padding: 1.5rem;
    background: #f9fcf8;
    transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.mmc-upload-dropzone:hover,
.mmc-upload-dropzone:focus {
    border-color: #21412c;
    background: #f3f8f1;
}

.mmc-upload-dropzone.is-dragover {
    border-color: #21412c;
    background: #edf6ea;
    transform: scale(1.01);
}

.mmc-upload-input {
    position: absolute;
    inset: 0;
    opacity: 0;
    pointer-events: none;
}

.mmc-upload-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.5rem;
    text-align: center;
}

.mmc-upload-title {
    margin: 0;
    color: #21412c;
    font-weight: 700;
    font-size: 1.05rem;
}

.mmc-upload-text,
.mmc-upload-help,
.mmc-upload-file-name {
    margin: 0;
    color: #45644d;
}

.mmc-upload-file-name {
    font-weight: 700;
    color: #21412c;
}

.mmc-date-field input:disabled {
    background: #f3f5f3;
    color: #7a857d;
    cursor: not-allowed;
}

.mmc-button-submit {
    border: 0;
    background: #0f78c8;
    cursor: pointer;
}

.mmc-button-submit:hover,
.mmc-button-submit:focus {
    background: #0a5d99;
}

.mmc-ticket-card {
    border: 2px dashed #21412c;
    border-radius: 5px;
    padding: 1.5rem;
    background: #ffffff;
    box-shadow: inset 0 0 0 6px rgba(33, 65, 44, 0.03);
}

.mmc-ticket-label {
    margin: 0 0 0.5rem;
    color: #45644d;
    font-size: 0.85rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.mmc-ticket-title {
    margin: 0 0 0.75rem;
    color: #21412c;
    font-size: 1.5rem;
}

.mmc-ticket-summary {
    margin: 0 0 1rem;
    color: #314f38;
}

.mmc-ticket-note {
    margin-top: 1rem;
    padding: 0.9rem 1rem;
    border-radius: 5px;
    background: #21412c;
    color: #ffffff;
    text-align: center;
}

.mmc-ticket-image img {
    display: block;
    max-width: 100%;
    height: auto;
    border-radius: 5px;
    border: 1px solid #d9e4da;
}

.mmc-ticket-image-dummy img {
    border-style: dashed;
}

.mmc-ticket-card-dummy {
    border-style: dashed;
    background: #f7f9fc;
}

.mmc-detail-service-image-list {
    display: grid;
    gap: 1rem;
}

.mmc-detail-service-image img {
    display: block;
    width: 100%;
    height: auto;
    border-radius: 6px;
    border: 1px solid #d9e4da;
}

.mmc-image-preview {
    min-height: 120px;
    max-width: 500px;
}

.mmc-image-preview.is-empty {
    display: none;
}

.mmc-image-preview img {
    width: 100%;
    max-width: 500px;
}

.mmc-form-section-title {
    margin: 0 0 0.35rem;
    font-size: 1.05rem;
}

.mmc-coupon-image-field {
    padding: 1rem;
    border: 1px solid #d7dee8;
    border-radius: 8px;
    background: #fbfcfe;
}

.mmc-image-preview-row {
    display: grid;
    grid-template-columns: minmax(160px, 260px) 1fr;
    gap: 1rem;
    align-items: center;
    margin-top: 0.85rem;
}

.mmc-image-preview-side {
    min-width: 0;
}

@media (max-width: 640px) {
    .mmc-image-preview-row {
        grid-template-columns: 1fr;
    }
}

.mmc-feature-banner-preview {
    width: 100%;
    max-width: 480px;
    border: 1px solid #d5e1ec;
    border-radius: 5px;
    background: #eef4f9;
    overflow: hidden;
}

.mmc-feature-banner-preview.is-empty {
    display: none;
}

.mmc-feature-banner-preview img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.mmc-field-label-row {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.45rem;
}

.mmc-field-label-row label {
    margin-bottom: 0;
}

.mmc-shop-search-open-button {
    min-height: 32px;
    padding: 0.3rem 0.7rem;
    font-size: 0.9rem;
}

.mmc-shop-combobox {
    position: relative;
}

.mmc-shop-search-input {
    width: 100%;
}

.mmc-shop-direct-results {
    position: absolute;
    z-index: 20;
    top: calc(100% + 0.35rem);
    left: 0;
    right: 0;
    max-height: 260px;
    overflow: auto;
    border: 1px solid #cfd9d0;
    border-radius: 6px;
    background: #ffffff;
    box-shadow: 0 10px 26px rgba(16, 35, 27, 0.16);
}

.mmc-shop-direct-option {
    display: block;
    width: 100%;
    padding: 0.75rem 0.9rem;
    border: 0;
    border-bottom: 1px solid #edf2ed;
    background: #ffffff;
    color: #183525;
    font: inherit;
    text-align: left;
    cursor: pointer;
}

.mmc-shop-direct-option:last-child {
    border-bottom: 0;
}

.mmc-shop-direct-option:hover,
.mmc-shop-direct-option:focus {
    background: #f2f7f1;
    outline: none;
}

.mmc-shop-direct-name {
    display: block;
    font-weight: 700;
}

.mmc-shop-direct-meta {
    display: block;
    margin-top: 0.18rem;
    color: #567160;
    font-size: 0.86rem;
}

.mmc-shop-direct-empty {
    margin: 0;
    padding: 0.8rem 0.9rem;
    color: #567160;
}

.mmc-shop-selected-text {
    margin-top: 0.45rem;
}

.mmc-modal-open {
    overflow: hidden;
}

.mmc-feature-modal[hidden],
.mmc-shop-search-modal[hidden] {
    display: none;
}

.mmc-feature-modal,
.mmc-shop-search-modal {
    position: fixed;
    inset: 0;
    z-index: 1000;
}

.mmc-feature-modal-backdrop,
.mmc-shop-search-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(16, 35, 27, 0.56);
}

.mmc-feature-modal-dialog,
.mmc-shop-search-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(1100px, calc(100vw - 2rem));
    max-height: calc(100vh - 2rem);
    margin: 1rem auto;
    padding: 1.25rem;
    border-radius: 8px;
    background: #ffffff;
    overflow: auto;
    box-shadow: 0 18px 48px rgba(16, 35, 27, 0.24);
}

.mmc-feature-modal-header,
.mmc-shop-search-modal-header {
    position: sticky;
    top: -1.25rem;
    z-index: 2;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 1rem;
    margin: -1.25rem -1.25rem 1rem;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid #d9e4da;
    background: rgba(255, 255, 255, 0.98);
    box-shadow: 0 6px 18px rgba(16, 35, 27, 0.06);
}

.mmc-feature-modal-header h3,
.mmc-shop-search-modal-header h3 {
    margin: 0;
    color: #21412c;
    font-size: 1.25rem;
}

.mmc-feature-modal-close,
.mmc-shop-search-modal-close {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 42px;
    padding: 0.55rem 0.85rem;
    border: 1px solid #cfd9d0;
    border-radius: 999px;
    background: #ffffff;
    color: #21412c;
    font: inherit;
    font-weight: 700;
    line-height: 1;
    cursor: pointer;
}

.mmc-feature-modal-close:hover,
.mmc-feature-modal-close:focus,
.mmc-shop-search-modal-close:hover,
.mmc-shop-search-modal-close:focus {
    border-color: #21412c;
    color: #21412c;
    outline: none;
    box-shadow: 0 0 0 3px rgba(33, 65, 44, 0.12);
}

.mmc-feature-modal-close-icon,
.mmc-shop-search-modal-close-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.2rem;
    font-weight: 700;
}

.mmc-feature-modal-filters,
.mmc-shop-search-modal-filters {
    margin-bottom: 1rem;
}

.mmc-table-feature-coupons td:last-child,
.mmc-table-feature-candidate-coupons td:last-child,
.mmc-table-shop-candidates td:last-child {
    white-space: nowrap;
}

.mmc-table-feature-coupons input[type="number"] {
    min-width: 110px;
}

.mmc-feature-empty-row td {
    color: #45644d;
}

.mmc-image-preview-actions {
    margin-bottom: 0.75rem;
}

.mmc-danger-zone {
    margin-top: 2.5rem;
    padding-top: 1.4rem;
    border-top: 1px solid #e2d7d7;
}

.mmc-danger-zone-text {
    margin: 0 0 1rem;
    color: #5e3b3b;
    line-height: 1.6;
}

.mmc-danger-checkbox {
    margin: 0;
}

.mmc-danger-checkbox + .mmc-actions,
.mmc-danger-zone .mmc-actions {
    margin-top: 1rem;
}

.mmc-operator-page .mmc-form > .mmc-actions {
    margin-top: 1.6rem;
}

.mmc-delete-form {
    margin-top: 1.25rem;
}

.mmc-shop-map-fieldset[hidden] {
    display: none;
}

.mmc-shop-map-fieldset {
    margin-top: 1.5rem;
    padding: 1rem 1.1rem;
    border: 1px solid #d9e4da;
    border-radius: 8px;
    background: #f8fbf8;
}

.mmc-shop-map-toolbar {
    display: flex;
    align-items: center;
    gap: 0.9rem;
    flex-wrap: wrap;
    margin-bottom: 0.9rem;
}

.mmc-shop-map-toolbar .description {
    margin: 0;
}

.mmc-shop-map-canvas {
    width: 100%;
    min-height: 480px;
    border: 1px solid #d9e4da;
    border-radius: 8px;
    background: #edf4ed;
}

.mmc-admin-map-settings-panel {
    margin-top: 1.5rem;
}

.mmc-admin-map-settings-canvas {
    width: 100%;
    min-height: 480px;
    border: 1px solid #d9e4da;
    border-radius: 8px;
    background: #edf4ed;
}

.mmc-shop-map-status {
    margin: 0.75rem 0 0;
    color: #45644d;
    line-height: 1.6;
}

.mmc-inline-form {
    margin: 0;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.mmc-favorite-toggle-wrap {
    position: absolute;
    top: 3px;
    right: 3px;
    z-index: 4;
}

.mmc-favorite-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.4rem;
    height: 2.4rem;
    padding: 0;
    border: 0;
    background: transparent;
    color: #ffffff;
    box-shadow: none;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
    transition: transform 0.18s ease, opacity 0.18s ease;
}

.mmc-favorite-toggle:hover,
.mmc-favorite-toggle:focus {
    transform: scale(1.04);
}

.mmc-favorite-toggle.is-busy {
    opacity: 0.7;
    pointer-events: none;
}

.mmc-favorite-toggle-icon {
    display: block;
    width: 21px;
    height: 21px;
    margin-right: 0;
    overflow: visible !important;
}

.mmc-favorite-toggle-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    overflow: visible;
}

.mmc-button-danger {
    background: #8d2f2f;
}

.mmc-button-danger:hover,
.mmc-button-danger:focus {
    background: #6e2424;
}

.mmc-checkbox-field {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-weight: 700;
    color: #21412c;
}

.mmc-checkbox-field input {
    width: auto;
    margin: 0;
}

.mmc-honeypot-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.mmc-home {
    display: grid;
    gap: 2rem;
}

.mmc-home-top-utility {
    display: flex;
    align-items: center;
    gap: 0.9rem;
}

.mmc-home-search {
    position: relative;
    flex: 1 1 auto;
}

.mmc-home-search input {
    width: 100%;
    height: 3rem;
    padding: 0.75rem 1rem 0.75rem 2.8rem;
    border: 1px solid #d5e1ec;
    border-radius: 999px;
    background: #ffffff;
    color: #0a2f4f;
    font: inherit;
    box-sizing: border-box;
}

.mmc-home-search input::placeholder {
    color: #6a7d8d;
}

.mmc-home-search input:focus {
    border-color: #0f78c8;
    outline: none;
    box-shadow: 0 0 0 3px rgba(15, 120, 200, 0.14);
}

.mmc-home-search-icon {
    position: absolute;
    top: 50%;
    left: 1rem;
    width: 1.1rem;
    height: 1.1rem;
    color: #587189;
    transform: translateY(-50%);
    pointer-events: none;
}

.mmc-home-search-icon svg,
.mmc-home-account-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mmc-home-auth-actions {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 0.45rem;
    flex: 1 1 auto;
}

.mmc-home-auth-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2.25rem;
    padding: 0.45rem 0.9rem;
    border: 1px solid #0f78c8;
    border-radius: 999px;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    white-space: nowrap;
}

.mmc-home-auth-button-login {
    background: #ffffff;
    color: #0f78c8;
}

.mmc-home-auth-button-register {
    background: #0f78c8;
    color: #ffffff;
}

.mmc-home-auth-button:hover,
.mmc-home-auth-button:focus {
    border-color: #0a5f9f;
    text-decoration: none;
}

.mmc-home-auth-button-login:hover,
.mmc-home-auth-button-login:focus {
    background: #eef7ff;
    color: #0a5f9f;
}

.mmc-home-auth-button-register:hover,
.mmc-home-auth-button-register:focus {
    background: #0a5f9f;
    color: #ffffff;
}

.mmc-home-account-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    border: 1px solid #d5e1ec;
    border-radius: 999px;
    background: #ffffff;
    color: #0a2f4f;
    text-decoration: none;
    flex: 0 0 auto;
}

.mmc-home-account-link:hover,
.mmc-home-account-link:focus {
    color: #0f78c8;
    border-color: #0f78c8;
    text-decoration: none;
}

.mmc-home-account-link.has-alert {
    border-color: #d4662f;
    color: #8b3a16;
}

.mmc-home-account-icon {
    width: 1.3rem;
    height: 1.3rem;
}

.mmc-home-account-alert-badge {
    position: absolute;
    top: -0.15rem;
    right: -0.15rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 1.05rem;
    height: 1.05rem;
    padding: 0 0.22rem;
    border: 2px solid #ffffff;
    border-radius: 999px;
    background: #d4662f;
    color: #ffffff;
    font-size: 0.72rem;
    font-weight: 800;
    line-height: 1;
    box-sizing: border-box;
}

.mmc-home-member-status-notice {
    position: fixed;
    top: clamp(4rem, 9vh, 6.5rem);
    left: 50%;
    z-index: 9998;
    width: min(32rem, calc(100vw - 2rem));
    margin: 0;
    border: 1px solid #f0c8a8;
    border-radius: 5px;
    background: #fff7ed;
    color: #7a3412;
    font-size: 0.9rem;
    font-weight: 700;
    line-height: 1.55;
    box-shadow: 0 16px 36px rgba(122, 52, 18, 0.16);
    pointer-events: auto;
    animation: mmc-home-member-status-toast 5.2s ease both;
}

.mmc-home-member-status-notice a {
    display: block;
    padding: 0.65rem 0.8rem;
    color: inherit;
    text-decoration: none;
}

.mmc-home-member-status-notice a:hover,
.mmc-home-member-status-notice a:focus {
    color: #9a4318;
    text-decoration: underline;
}

@keyframes mmc-home-member-status-toast {
    0% {
        opacity: 0;
        transform: translate(-50%, 14px);
    }

    12% {
        opacity: 1;
        transform: translate(-50%, 0);
    }

    78% {
        opacity: 1;
        transform: translate(-50%, 0);
    }

    100% {
        opacity: 0;
        visibility: hidden;
        transform: translate(-50%, -10px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .mmc-home-member-status-notice {
        animation: mmc-home-member-status-toast-reduced 5.2s linear both;
    }
}

@keyframes mmc-home-member-status-toast-reduced {
    0%,
    78% {
        opacity: 1;
        visibility: visible;
        transform: translate(-50%, 0);
    }

    100% {
        opacity: 0;
        visibility: hidden;
        transform: translate(-50%, 0);
    }
}

.mmc-home-hero {
    position: relative;
    overflow: hidden;
    border: 1px solid #d5e1ec;
    border-radius: 5px;
    background: #ffffff;
}

.mmc-home-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: #ffffff;
    background-image: var(--mmc-home-hero-image);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(4px);
    transform: scale(1.04);
    opacity: 1;
    pointer-events: none;
}

.mmc-home-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 255, 255, 0.76);
    pointer-events: none;
}

.mmc-home-hero-band {
    position: relative;
    z-index: 1;
    padding: 0.85rem 1.5rem;
    background: #0f78c8;
    color: #ffffff;
    font-size: 0.95rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.mmc-home-hero-layout {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(300px, 0.8fr);
    gap: 1.5rem;
    padding: 2rem;
}

.mmc-home-eyebrow {
    margin: 0 0 0.75rem;
    color: #0f78c8;
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.mmc-home-title {
    margin: 0 0 1rem;
    color: #0a2f4f;
    font-size: clamp(2rem, 4vw, 3.4rem);
    line-height: 1.1;
}

.mmc-home-summary {
    margin: 0;
    max-width: 56ch;
    color: #30485e;
    font-size: 1.02rem;
    line-height: 1.8;
}

.mmc-home-hero-points {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
    margin-top: 1.15rem;
}

.mmc-home-hero-point {
    display: inline-flex;
    align-items: center;
    padding: 0.45rem 0.8rem;
    border: 1px solid #c8d8e6;
    border-radius: 5px;
    background: #f3f7fb;
    color: #0a2f4f;
    font-size: 0.9rem;
    font-weight: 700;
}

.mmc-home-hero .mmc-actions .mmc-button {
    background: #0f78c8;
    color: #ffffff;
}

.mmc-home-hero .mmc-actions .mmc-button-secondary {
    background: #ffffff;
    color: #0a2f4f;
    border: 1px solid #0f78c8;
}

.mmc-home-hero .mmc-actions .mmc-button:hover,
.mmc-home-hero .mmc-actions .mmc-button:focus {
    background: #0b64a7;
    color: #ffffff;
}

.mmc-home-hero .mmc-actions .mmc-button-secondary:hover,
.mmc-home-hero .mmc-actions .mmc-button-secondary:focus {
    background: #eaf4fb;
    color: #0a2f4f;
}

.mmc-home-hero-panel {
    display: flex;
    align-items: stretch;
}

.mmc-home-benefit-grid {
    display: grid;
    gap: 1rem;
    width: 100%;
}

.mmc-home-benefit-card {
    padding: 1.1rem 1.15rem;
    border: 1px solid #d5e1ec;
    border-radius: 5px;
    background: #f9fbfd;
}

.mmc-home-benefit-label {
    margin: 0 0 0.45rem;
    color: #84ba47;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.05em;
}

.mmc-home-benefit-title {
    margin: 0 0 0.55rem;
    color: #0a2f4f;
    font-size: 1.05rem;
    line-height: 1.45;
}

.mmc-home-benefit-text {
    margin: 0;
    color: #415972;
    line-height: 1.7;
}

.mmc-home-section {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.mmc-home-section-heading {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.9rem;
    padding-bottom: 0.7rem;
    border-bottom: 2px solid #d5e1ec;
}

.mmc-home-section-heading h2 {
    margin: 0;
    padding: 0.45rem 1rem;
    border-left: 0;
    border-radius: 5px;
    background: #0f78c8;
    color: #ffffff;
    font-size: 1.2rem;
    line-height: 1.2;
}

.mmc-home-section-note {
    color: #4d657a;
    font-size: 0.92rem;
}

.mmc-home-video-area {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 0;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
    box-sizing: border-box;
}

.mmc-home-video-media {
    position: relative;
    display: inline-block;
    width: fit-content;
    max-width: 100%;
    max-height: 300px;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    color: #0a2f4f;
    font: inherit;
    text-align: left;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
    box-sizing: border-box;
    cursor: pointer;
}

.mmc-home-video-media:hover,
.mmc-home-video-media:focus {
    transform: translateY(-2px);
    border-color: transparent;
    box-shadow: none;
    text-decoration: none;
}

.mmc-home-video-media img {
    display: block;
    width: auto;
    max-width: 100%;
    max-height: 300px;
    height: auto;
    margin-right: auto;
    margin-left: auto;
    object-fit: contain;
}

.mmc-home-video-play {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 56px;
    height: 56px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 8px 18px rgba(12, 34, 56, 0.18);
    transform: translate(-50%, -50%);
}

.mmc-home-video-play::before {
    content: "";
    position: absolute;
    left: 22px;
    top: 17px;
    width: 0;
    height: 0;
    border-top: 11px solid transparent;
    border-bottom: 11px solid transparent;
    border-left: 16px solid #0a2f4f;
}

.mmc-home-video-admin-preview {
    display: grid;
    gap: 0.65rem;
    max-width: 520px;
}

.mmc-home-video-admin-preview img {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 0;
}

.mmc-home-video-modal-open {
    overflow: hidden;
}

.mmc-home-video-modal {
    position: fixed;
    inset: 0;
    z-index: 100000;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.2rem;
}

.mmc-home-video-modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.78);
}

.mmc-home-video-modal-dialog {
    position: relative;
    z-index: 1;
    width: min(1080px, 100%);
}

.mmc-home-video-modal-close {
    position: absolute;
    right: 0;
    top: -3rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.6rem;
    height: 2.6rem;
    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 999px;
    background: rgba(0, 0, 0, 0.58);
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 1;
    cursor: pointer;
}

.mmc-home-video-modal-frame {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    border-radius: 8px;
    background: #000000;
    box-shadow: 0 20px 48px rgba(0, 0, 0, 0.38);
}

.mmc-home-video-modal-frame iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.mmc-home-video-switch {
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
}

.mmc-home-video-switch input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.mmc-home-video-switch-track {
    position: relative;
    display: inline-flex;
    align-items: center;
    width: 72px;
    height: 36px;
    padding: 3px;
    border-radius: 999px;
    background: #a8b6c6;
    transition: background 0.18s ease;
}

.mmc-home-video-switch-knob {
    width: 30px;
    height: 30px;
    border-radius: 999px;
    background: #ffffff;
    box-shadow: 0 3px 8px rgba(14, 34, 52, 0.2);
    transition: transform 0.18s ease;
}

.mmc-home-video-switch input:checked + .mmc-home-video-switch-track {
    background: #0f78c8;
}

.mmc-home-video-switch input:checked + .mmc-home-video-switch-track .mmc-home-video-switch-knob {
    transform: translateX(36px);
}

.mmc-home-video-switch-text {
    color: #0a2f4f;
    font-weight: 700;
}

.mmc-home-video-settings-preview {
    display: grid;
    gap: 0.8rem;
}

.mmc-home-video-settings-preview-status {
    margin: 0;
    color: #50667a;
}

.mmc-home-chip-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 0.9rem;
}

.mmc-home-chip {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    min-height: 108px;
    padding: 1rem 1.05rem;
    border: 1px solid #d5e1ec;
    border-radius: 5px;
    background: #ffffff;
    color: #0a2f4f;
    text-decoration: none;
    transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
}

.mmc-home-chip:hover,
.mmc-home-chip:focus {
    transform: translateY(-2px);
    border-color: #0f78c8;
    box-shadow: 0 10px 24px rgba(15, 120, 200, 0.12);
}

.mmc-home-chip-static:hover,
.mmc-home-chip-static:focus {
    transform: none;
    box-shadow: none;
    border-color: #d5e1ec;
}

.mmc-home-chip-title {
    font-weight: 700;
    font-size: 1.02rem;
}

.mmc-home-chip-meta {
    color: #50667a;
    font-size: 0.92rem;
    line-height: 1.5;
}

.mmc-home-area-picker {
    width: 100%;
}

.mmc-home-area-select-wrap {
    position: relative;
}

.mmc-home-area-select {
    width: 100%;
    min-height: 54px;
    padding: 0.95rem 3rem 0.95rem 1rem;
    border: 1px solid #c8d8ea;
    border-radius: 12px;
    background-color: #ffffff;
    color: #0a2f4f;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    box-sizing: border-box;
}

.mmc-home-area-select:focus {
    border-color: #0f78c8;
    outline: 0;
    box-shadow: 0 0 0 3px rgba(15, 120, 200, 0.14);
}

.mmc-home-area-select-icon {
    position: absolute;
    right: 0.95rem;
    top: 50%;
    width: 20px;
    height: 20px;
    color: #0f78c8;
    pointer-events: none;
    transform: translateY(-50%);
}

.mmc-home-area-select-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 2.2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mmc-home-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(110px, 1fr));
    gap: 1.2rem 0.7rem;
    max-width: 900px;
    margin: 0 auto;
}

.mmc-home-category-link {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.55rem;
    padding: 0.35rem 0.25rem;
    color: #0a2f4f;
    text-align: center;
    text-decoration: none;
}

.mmc-home-category-link:hover,
.mmc-home-category-link:focus {
    color: #0f78c8;
    text-decoration: none;
}

.mmc-home-category-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 76px;
    border-radius: 999px;
    color: #e28b35;
    transition: transform 0.18s ease, box-shadow 0.18s ease, border-color 0.18s ease;
}

.mmc-home-category-icon-default {
    border: 1px solid #d6dee8;
    background: #ffffff;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.08);
}

.mmc-home-category-icon-custom {
    border: 0;
    background: transparent;
    box-shadow: none;
}

.mmc-home-category-link:hover .mmc-home-category-icon,
.mmc-home-category-link:focus .mmc-home-category-icon {
    transform: translateY(-2px);
}

.mmc-home-category-link:hover .mmc-home-category-icon-default,
.mmc-home-category-link:focus .mmc-home-category-icon-default {
    border-color: #b8c7d8;
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.12);
}

.mmc-home-category-icon svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mmc-home-category-icon img {
    display: block;
    width: 74px;
    height: 74px;
    object-fit: contain;
}

.mmc-home-category-label {
    display: block;
    font-size: 0.86rem;
    font-weight: 700;
    line-height: 1.35;
}

@media (max-width: 767px) {
    .mmc-home-video-area {
        justify-content: center;
    }

    .mmc-home-video-media {
        max-height: 300px;
    }

    .mmc-home-video-play {
        width: 42px;
        height: 42px;
    }

    .mmc-home-video-play::before {
        left: 17px;
        top: 13px;
        border-top-width: 8px;
        border-bottom-width: 8px;
        border-left-width: 12px;
    }

    .mmc-home-video-modal {
        padding: 0.5rem;
    }

    .mmc-home-video-modal-dialog {
        width: 100%;
    }

    .mmc-home-video-modal-close {
        right: 0.25rem;
        top: -3.1rem;
        width: 2.8rem;
        height: 2.8rem;
    }

    .mmc-home-video-modal-frame {
        border-radius: 6px;
    }

    .mmc-home-category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 1rem 0.45rem;
        max-width: none;
    }

    .mmc-feature-modal-dialog,
    .mmc-shop-search-modal-dialog {
        width: calc(100vw - 1rem);
        max-height: calc(100vh - 1rem);
        margin: 0.5rem auto;
        padding: 1rem;
    }

    .mmc-feature-modal-header,
    .mmc-shop-search-modal-header {
        top: -1rem;
        flex-direction: column;
        align-items: stretch;
        margin: -1rem -1rem 1rem;
        padding: 0.9rem 1rem;
    }

    .mmc-feature-modal-close,
    .mmc-shop-search-modal-close {
        justify-content: center;
    }

    .mmc-home-category-icon {
        width: 66px;
        height: 66px;
    }

    .mmc-home-category-icon img {
        width: 64px;
        height: 64px;
    }

    .mmc-home-category-label {
        font-size: 0.76rem;
    }
}

@media (max-width: 480px) {
    .mmc-home-video-area {
        justify-content: center;
    }

    .mmc-home-video-play {
        width: 34px;
        height: 34px;
    }

    .mmc-home-video-play::before {
        left: 14px;
        top: 10px;
        border-top-width: 7px;
        border-bottom-width: 7px;
        border-left-width: 10px;
    }

    .mmc-home-category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.9rem 0.35rem;
    }

    .mmc-home-category-icon {
        width: 58px;
        height: 58px;
    }

    .mmc-home-category-icon svg {
        width: 26px;
        height: 26px;
    }

    .mmc-home-category-icon img {
        width: 56px;
        height: 56px;
    }

    .mmc-home-category-label {
        font-size: 0.72rem;
        line-height: 1.3;
    }

    .mmc-payment-checkout-button {
        min-height: 4rem;
        gap: 0.7rem;
        padding: 0.85rem 1rem;
        font-size: 1.05rem;
    }

    .mmc-payment-checkout-icon {
        width: 1.55rem;
        height: 1.55rem;
    }

    .mmc-payment-checkout-arrow {
        font-size: 2rem;
    }
}

.mmc-home-card-grid,
.mmc-home-feature-grid,
.mmc-home-guide-grid {
    display: grid;
    gap: 0.85rem;
}

.mmc-home-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mmc-home-card-grid-dense {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mmc-home-coupon-card,
.mmc-home-feature-card,
.mmc-home-guide-card,
.mmc-home-cta-card {
    padding: 0;
    border: 1px solid #d5e1ec;
    border-radius: 5px;
    background: #ffffff;
}

.mmc-home-card-summary {
    margin: 0;
    color: #415972;
    line-height: 1.65;
}

.mmc-home .mmc-card-title {
    color: #0a2f4f;
    margin-bottom: 0;
}

.mmc-card-title::after {
    display: none !important;
    content: none !important;
    border: 0 !important;
}

.mmc-home .mmc-card-shop {
    color: #4d657a;
}

.mmc-home .mmc-area-badge {
    background: #eef7e3;
    color: #587a2d;
}

.mmc-home-recommended-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.mmc-home-recommended-card {
    border-color: #b8d4ea;
    box-shadow: 0 10px 24px rgba(10, 47, 79, 0.05);
}

.mmc-home-recommended-card .mmc-coupon-card-media {
    background: #edf4fa;
}

.mmc-home-recommended-badge {
    position: absolute;
    top: 0.8rem;
    left: 0.8rem;
    z-index: 2;
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.65rem;
    border-radius: 5px;
    background: #0f78c8;
    color: #ffffff;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
}

.mmc-home-recommended-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: center;
    justify-content: space-between;
    margin: auto 0 0;
    padding-top: 0.9rem;
}

.mmc-home-recommended-note {
    color: #587a2d;
    font-size: 0.88rem;
    font-weight: 700;
}

.mmc-home-new-badge {
    background: #84ba47;
}

.mmc-home-card-grid-dense .mmc-home-recommended-footer {
    justify-content: flex-start;
}

.mmc-home-card-grid-dense .mmc-home-recommended-footer .mmc-button {
    width: 100%;
    text-align: center;
}

.mmc-home-card-grid-dense .mmc-home-coupon-card {
    min-height: 100%;
}

.mmc-home-new-card .mmc-coupon-card-body .mmc-card-title {
    /* min-height: 3em; */
}

.mmc-home-recommended-footer .mmc-button {
    margin-left: 0;
}

.mmc-home-recommended-footer .mmc-button + .mmc-button {
    margin-left: 0;
}

.mmc-favorite-card-grid {
    gap: 0.85rem;
}

.mmc-favorite-coupon-card {
    border-color: #dfe8e1;
    box-shadow: none;
}

.mmc-favorite-coupon-card .mmc-coupon-card-body {
    padding: 0.75rem 0.8rem 0.85rem;
}

.mmc-favorite-coupon-card .mmc-card-shop {
    margin-bottom: 0.2rem;
    font-size: 0.95rem;
}

.mmc-favorite-coupon-card .mmc-card-title {
    margin-bottom: 0;
    font-size: 0.98rem;
    line-height: 1.45;
}

.mmc-favorite-ajax-notice {
    position: fixed;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.85rem;
    min-width: min(26rem, calc(100vw - 2rem));
    max-width: min(32rem, calc(100vw - 2rem));
    padding: 0.9rem 1rem;
    margin: 0;
    border-radius: 5px;
    border: 1px solid #f2c8d9;
    background: rgba(255, 241, 246, 0.98);
    color: #21412c;
    box-shadow: 0 10px 28px rgba(146, 75, 101, 0.12);
}

.mmc-favorite-ajax-notice-text {
    flex: 1 1 auto;
    color: inherit;
}

.mmc-favorite-undo-button {
    border: 0;
    padding: 0;
    background: transparent;
    color: #d64d87;
    font: inherit;
    font-weight: 700;
    cursor: pointer;
    text-decoration: underline;
}

.mmc-favorite-undo-button:hover,
.mmc-favorite-undo-button:focus {
    color: #b23369;
}

.mmc-favorite-coupon-card.is-pending-removal {
    opacity: 0.72;
}

@media (max-width: 767px) {
    .mmc-favorite-ajax-notice {
        top: 0.75rem;
        right: 0.75rem;
        left: 0.75rem;
        transform: none;
        min-width: 0;
        max-width: none;
    }
}

.mmc-home-feature-grid {
    grid-template-columns: 1fr;
}

.mmc-home-group-list {
    display: grid;
    gap: 1.5rem;
}

.mmc-home-group-block {
    display: grid;
    gap: 0.85rem;
}

.mmc-home-group-heading h3 {
    margin: 0;
    color: #0a2f4f;
    font-size: 1.05rem;
    line-height: 1.4;
}

.mmc-home-feature-label,
.mmc-home-guide-step {
    margin: 0 0 0.45rem;
    color: #0f78c8;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.08em;
}

.mmc-home-feature-card {
    padding: 0;
    overflow: hidden;
}

.mmc-home-feature-link {
    display: block;
    color: inherit;
    text-decoration: none;
}

.mmc-home-feature-link:hover,
.mmc-home-feature-link:focus {
    color: inherit;
}

.mmc-home-feature-banner {
    background: #eef4f9;
}

.mmc-home-feature-banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.mmc-home-feature-content {
    padding: 1.2rem;
}

.mmc-home-feature-more {
    margin: 1rem 0 0;
    color: #0f78c8;
    font-size: 0.92rem;
    font-weight: 700;
}

.mmc-feature-detail-hero {
    display: grid;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.mmc-feature-detail-banner {
    border-radius: 5px;
    background: #eef4f9;
}

.mmc-feature-detail-banner img {
    width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
}

.mmc-feature-detail-copy .mmc-title {
    margin-bottom: 0.6rem;
}

.mmc-home-guide-grid {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.mmc-home-cta-card {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    background: #f7fbff;
}

.mmc-title-sub {
    font-size: 1.35rem;
}

.mmc-mypage-favorites-panel {
    margin-top: 1.5rem;
}

body.mmc-has-sticky-cta {
    padding-bottom: 5.9rem;
}

.mmc-sticky-cta-bar {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9998;
    background: #ffffff;
    border-top: 1px solid #d8e1d8;
    box-shadow: 0 -8px 20px rgba(18, 31, 24, 0.08);
}

.mmc-sticky-cta-inner {
    width: min(100%, 720px);
    margin: 0 auto;
    padding: 0.8rem 1rem calc(0.8rem + env(safe-area-inset-bottom, 0px));
}

.mmc-sticky-cta-button {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0.9rem 1.2rem;
    border-radius: 5px;
    background: #0f78c8;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-decoration: none;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
}

.mmc-sticky-cta-button:hover,
.mmc-sticky-cta-button:focus {
    color: #ffffff;
    background: #0c68ac;
    text-decoration: none;
}

.mmc-sticky-nav {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.25rem;
}

.mmc-sticky-nav-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.22rem;
    min-height: 56px;
    padding: 0.35rem 0.2rem;
    border-radius: 5px;
    color: #10231b;
    text-decoration: none;
    transition: background 0.18s ease, color 0.18s ease, transform 0.18s ease;
}

.mmc-sticky-nav-item:hover,
.mmc-sticky-nav-item:focus {
    color: #0f78c8;
    background: #f3f7fb;
    text-decoration: none;
}

.mmc-sticky-nav-item.is-current {
    color: #0f78c8;
    background: #eef5fb;
}

.mmc-sticky-nav-icon {
    width: 1.35rem;
    height: 1.35rem;
}

.mmc-sticky-nav-icon svg {
    display: block;
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.9;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.mmc-sticky-nav-label {
    font-size: 0.72rem;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.02em;
}

.mmc-operator-coupons-page > .mmc-panel > .notice.is-dismissible:not(.mmc-inline-notice) {
    display: none;
}

.mmc-inline-notice {
    margin: 0 0 1rem;
}

@media (max-width: 640px) {
    .mmc-payment-complete-status {
        flex-direction: column;
        gap: 0.85rem;
        padding: 1.1rem 1rem;
    }

    .mmc-payment-complete-status-title {
        font-size: 1.15rem;
    }

    .mmc-coupon-card-body {
        padding: 0.9rem;
    }

    .mmc-coupon-card .mmc-actions .mmc-button {
        display: block;
        text-align: center;
    }

    .mmc-coupon-card .mmc-actions .mmc-button + .mmc-button {
        margin-top: 0.5rem;
        margin-left: 0;
    }

    .mmc-home-hero {
        gap: 0;
    }

    .mmc-home-hero-layout {
        grid-template-columns: 1fr;
        padding: 1.4rem;
    }

    .mmc-home-benefit-grid {
        grid-template-columns: 1fr;
    }

    .mmc-home-section {
        padding: 0;
    }

    .mmc-panel {
        padding: 0;
    }

    .mmc-title {
        font-size: 1.45rem;
    }

    .mmc-filter-actions {
        width: 100%;
    }

    .mmc-form-grid {
        grid-template-columns: 1fr;
    }

    .mmc-register-complete-step-list {
        grid-template-columns: 1fr;
    }

    .mmc-register-complete-hero,
    .mmc-register-complete-note {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .mmc-register-complete-status-icon,
    .mmc-register-complete-note::before {
        margin: 0 auto;
    }

    .mmc-register-complete-action {
        width: 100%;
        min-width: 0;
    }

    .mmc-shop-map-canvas,
    .mmc-admin-map-settings-canvas {
        min-height: 360px;
    }

    body.mmc-has-sticky-cta {
        padding-bottom: 5.7rem;
    }

    .mmc-sticky-cta-inner {
        width: 100%;
        padding: 0.65rem 0.75rem calc(0.8rem + env(safe-area-inset-bottom, 0px));
    }

    .mmc-sticky-cta-button {
        min-height: 48px;
        font-size: 0.95rem;
    }

    .mmc-home-top-utility {
        gap: 0.65rem;
    }

    .mmc-home-search input {
        height: 2.8rem;
    }

    .mmc-home-account-link {
        width: 2.8rem;
        height: 2.8rem;
    }
}

@media (min-width: 768px) {
    .mmc-detail-heading-row {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        gap: 1.5rem;
    }

    .mmc-detail-admin-edit-link {
        display: inline-flex;
        flex: 0 0 auto;
        align-items: center;
        justify-content: center;
        min-height: 2.5rem;
        margin-top: 0.35rem;
        padding: 0.55rem 1.1rem;
        border: 1px solid #0f78c8;
        border-radius: 5px;
        background: #ffffff;
        color: #0f78c8;
        font-size: 0.9rem;
        font-weight: 700;
        line-height: 1.4;
        text-decoration: none;
        white-space: nowrap;
    }

    .mmc-detail-admin-edit-link:hover,
    .mmc-detail-admin-edit-link:focus {
        background: #eef7ff;
        color: #0a5d99;
    }

    .mmc-coupon-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .mmc-home-recommended-grid,
    .mmc-home-card-grid-dense {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (min-width: 1100px) {
    .mmc-coupon-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    .mmc-home-recommended-grid,
    .mmc-home-card-grid-dense {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }
}

.mmc-shop-map-section {
    margin-top: 1.5rem;
}

.mmc-shop-map-embed-wrap {
    overflow: hidden;
    border: 1px solid #d9e4da;
    border-radius: 8px;
    background: #edf4ed;
}

.mmc-shop-map-embed {
    display: block;
    width: 100%;
    min-height: 480px;
    border: 0;
}
