body.mc-native.mc-home .montale-trust + .montale-pick-head { margin-top: 36px !important; }
body.mc-native .mc-mood__tabs { position: relative; display: flex; flex-wrap: nowrap; gap: 32px; overflow-x: auto; margin-bottom: 24px; border-bottom: 1px solid #dedede; scrollbar-width: thin; }
body.mc-native .mc-mood__tabs button { flex: 0 0 auto; min-height: 52px; padding: 12px 0 16px; border: 0; border-radius: 0; background: transparent !important; color: #1c1c1c; font: 400 13px/1.5 Montserrat,Arial,sans-serif; letter-spacing: 0; text-transform: none; white-space: nowrap; transition: color .2s ease; }
body.mc-native .mc-mood__tabs button:hover,
body.mc-native .mc-mood__tabs button.is-active { color: #1c1c1c; background: transparent !important; }
body.mc-native .mc-mood__tabs button:focus-visible { outline: 2px solid #536747; outline-offset: -3px; }
.creed-mood-indicator { position: absolute; left: 0; bottom: 0; height: 1px; background: #111; pointer-events: none; transition: transform .32s cubic-bezier(.22,.61,.36,1), width .32s cubic-bezier(.22,.61,.36,1); }
.creed-mood-panels { display: grid; }
body.mc-native .creed-mood-panels > .mc-mood__panel { display: block; grid-area: 1 / 1; min-width: 0; align-self: start; visibility: hidden; pointer-events: none; }
body.mc-native .creed-mood-panels > .mc-mood__panel.is-active { visibility: visible; pointer-events: auto; }
@media (max-width: 767px) { body.mc-native .mc-mood__tabs { gap: 24px; } }
@media (prefers-reduced-motion: reduce) { .creed-mood-indicator, body.mc-native .mc-mood__tabs button { transition: none; } }
