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

.mmc-panel {
    border: 1px solid #d8e1d8;
    border-radius: 5px;
    padding: 1.5rem;
    background: #ffffff;
}

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

.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-lead {
    margin: 0 0 1rem;
    color: #45644d;
}

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

.mmc-filter-row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: end;
}

.mmc-filter-field {
    flex: 1 1 260px;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.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-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

.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-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-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;
    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-actions {
    margin: 1rem 0 0;
}

.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:hover,
.mmc-button:focus {
    color: #ffffff;
    background: #183121;
}

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

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

.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-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-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-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-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: #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;
    cursor: pointer;
}

.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-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-feature-banner-preview {
    width: 100%;
    max-width: 720px;
    aspect-ratio: 16 / 7;
    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%;
    height: 100%;
    object-fit: cover;
    display: block;
}

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

.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-row {
    display: flex;
    justify-content: flex-end;
    margin-top: 0.4rem;
}

.mmc-favorite-toggle-wrap {
    position: static;
    right: auto;
    bottom: auto;
    z-index: auto;
}

.mmc-favorite-toggle {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: auto;
    height: auto;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
    color: #222222;
    box-shadow: none;
    text-decoration: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.mmc-favorite-toggle:hover,
.mmc-favorite-toggle:focus {
    background: #ffffff;
    color: #111111;
}

.mmc-favorite-toggle.is-saved {
    color: #e45b92;
}

.mmc-favorite-toggle-icon {
    display: block;
    font-size: 24px;
    line-height: 1;
    text-shadow: 0 2px 8px rgba(255, 255, 255, 0.9);
}

.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-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-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-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: 1rem;
    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;
}

.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-home-feature-grid {
    grid-template-columns: 1fr;
}

.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 {
    aspect-ratio: 16 / 7;
    background: #eef4f9;
    overflow: hidden;
}

.mmc-home-feature-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    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 {
    aspect-ratio: 16 / 7;
    border-radius: 5px;
    background: #eef4f9;
    overflow: hidden;
}

.mmc-feature-detail-banner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    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;
}

@media (max-width: 640px) {
    .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: 1rem;
    }

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

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

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

@media (min-width: 768px) {
    .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));
    }
}
