/* An intentionally static 3 × 2 grid: all six promises remain visible at every size. */
/* Elementor adds a wrapper in its editor; keep the published section spacing there too. */
html :is(body, #fm-typography-root) .elementor-3604 .fm-promise-container {
    margin-top: 0 !important;
    margin-bottom: var(--fm-section-space, 64px) !important;
}
html :is(body, #fm-typography-root) .fm-monster-promise {
    --fm-promise-icon: 64px;
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    color: #111;
    font-family: inherit;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
}
html :is(body, #fm-typography-root) .fm-monster-promise *,
html :is(body, #fm-typography-root) .fm-monster-promise *::before,
html :is(body, #fm-typography-root) .fm-monster-promise *::after { box-sizing: border-box; }
html :is(body, #fm-typography-root) .fm-monster-promise .fm-monster-promise__heading {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 0 0 24px;
    padding: 0;
    color: #111;
    font-family: inherit;
    font-size: clamp(24px, 2.2vw, 32px) !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    -webkit-text-fill-color: currentColor;
    -webkit-text-stroke: 0;
}
html :is(body, #fm-typography-root) .fm-monster-promise .fm-monster-promise__heading::before {
    content: "";
    display: block;
    flex: 0 0 8px;
    width: 8px;
    height: 24px;
    border-radius: 4px;
    background: #96ff00;
}
html :is(body, #fm-typography-root) .fm-monster-promise .fm-monster-promise__grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: 1fr;
    gap: 24px;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    overflow: visible;
}
html :is(body, #fm-typography-root) .fm-monster-promise .fm-monster-promise__card {
    display: grid;
    grid-template-rows: var(--fm-promise-icon) auto 1fr;
    align-content: start;
    align-items: start;
    gap: 12px;
    min-width: 0;
    width: auto;
    max-width: none;
    height: auto;
    margin: 0;
    padding: 24px;
    border: 1px solid #d9dfe3;
    border-radius: 20px;
    background: #f1f4f6;
    color: #111;
    box-shadow: none;
    list-style: none;
    overflow: visible;
    transform: none;
}
html :is(body, #fm-typography-root) .fm-monster-promise .fm-monster-promise__card::before,
html :is(body, #fm-typography-root) .fm-monster-promise .fm-monster-promise__card::after { content: none; }
html :is(body, #fm-typography-root) .fm-monster-promise .fm-monster-promise__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: var(--fm-promise-icon);
    height: var(--fm-promise-icon);
    aspect-ratio: 1;
    margin: 0;
    padding: 0;
    color: #111;
}
html :is(body, #fm-typography-root) .fm-monster-promise .fm-monster-promise__icon > :is(img, svg) {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 0;
    object-fit: contain;
    object-position: center;
}
html :is(body, #fm-typography-root) .fm-monster-promise .fm-monster-promise__title {
    display: block;
    min-width: 0;
    min-height: 2.5em;
    margin: 0;
    padding: 0;
    color: #111;
    font-family: inherit;
    font-size: 20px !important;
    font-weight: 700 !important;
    line-height: 1.25 !important;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: none;
    -webkit-text-fill-color: currentColor;
    -webkit-text-stroke: 0;
}
html :is(body, #fm-typography-root) .fm-monster-promise .fm-monster-promise__description {
    display: block;
    min-width: 0;
    margin: 0;
    padding: 0;
    color: #333a40;
    font-family: inherit;
    font-size: 15px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: normal;
    hyphens: none;
    -webkit-text-fill-color: currentColor;
    -webkit-text-stroke: 0;
}
@media (max-width: 1024px) {
    html :is(body, #fm-typography-root) .fm-monster-promise { --fm-promise-icon: 48px; }
    html :is(body, #fm-typography-root) .fm-monster-promise .fm-monster-promise__grid { gap: 16px; }
    html :is(body, #fm-typography-root) .fm-monster-promise .fm-monster-promise__card { gap: 10px; padding: 18px; }
    html :is(body, #fm-typography-root) .fm-monster-promise .fm-monster-promise__title { font-size: 16px !important; }
    html :is(body, #fm-typography-root) .fm-monster-promise .fm-monster-promise__description { font-size: 13px !important; line-height: 1.4 !important; }
}
@media (max-width: 600px) {
    html :is(body, #fm-typography-root) .fm-monster-promise { --fm-promise-icon: 32px; }
    html :is(body, #fm-typography-root) .fm-monster-promise .fm-monster-promise__heading { gap: 8px; margin-bottom: 16px; font-size: 24px !important; }
    html :is(body, #fm-typography-root) .fm-monster-promise .fm-monster-promise__heading::before { flex-basis: 6px; width: 6px; height: 20px; }
    html :is(body, #fm-typography-root) .fm-monster-promise .fm-monster-promise__grid { gap: 8px; }
    html :is(body, #fm-typography-root) .fm-monster-promise .fm-monster-promise__card { gap: 8px; padding: 10px; }
    html :is(body, #fm-typography-root) .fm-monster-promise .fm-monster-promise__title { min-height: 3.45em; font-size: 13px !important; line-height: 1.15 !important; }
    html :is(body, #fm-typography-root) .fm-monster-promise .fm-monster-promise__description { font-size: 12px !important; line-height: 1.35 !important; }
}
@media (prefers-reduced-motion: reduce) {
    html :is(body, #fm-typography-root) .fm-monster-promise * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
/* These controls are only present on Settings → 品牌卖点. */
.fm-promise-admin { max-width: 1240px; }
.fm-promise-admin__fields { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; margin-top: 24px; }
.fm-promise-admin__field { min-width: 0; margin: 0; padding: 20px; border: 1px solid #ccd0d4; border-radius: 12px; background: #fff; }
.fm-promise-admin__field legend { padding: 0 6px; font-weight: 600 !important; }
.fm-promise-admin__field input[type="text"], .fm-promise-admin__field textarea { box-sizing: border-box; width: 100%; }
.fm-promise-admin__field label { font-weight: 600 !important; }
.fm-promise-admin__image { display: flex; align-items: center; justify-content: center; width: 96px; height: 96px; border: 1px solid #d9dfe3; border-radius: 12px; background: #f1f4f6; }
.fm-promise-admin__image :is(img, svg) { display: block; width: 80px; height: 80px; max-width: 100%; max-height: 100%; object-fit: contain; }
.fm-promise-admin__status { display: block; color: #50575e; font-size: 12px !important; }
.fm-promise-admin__preview { padding: 24px; background: #fff; border: 1px solid #ccd0d4; border-radius: 12px; }
@media (max-width: 1100px) { .fm-promise-admin__fields { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 782px) { .fm-promise-admin__fields { grid-template-columns: minmax(0, 1fr); } .fm-promise-admin__preview { padding: 10px; } }
