#ed-home-fit { position: relative; display: block; width: 100%; height: auto; overflow: visible; }
#ed-home-fit nav button:nth-child(1) { background: #eef8f2; border-color: #9bc9ad; }
#ed-home-fit nav button:nth-child(2) { background: #f2f6eb; border-color: #aaba91; }
#ed-home-fit nav button:nth-child(3) { background: #f7f6e9; border-color: #bbb778; }
#ed-home-fit nav button:nth-child(4) { background: #edf5f0; border-color: #8eb7a4; }
#ed-home-fit nav button[aria-expanded="true"] { box-shadow: inset 0 0 0 2px #244d35; color: #173d29; font-weight: 700; }
#ed-home-fit .hf-combo { position: relative; max-width: 760px; }
#ed-home-fit .hf-combo-current { display: flex; align-items: center; gap: 12px; min-height: 72px; padding: 7px; margin-bottom: 8px; border: 1px solid #b6cab4; border-radius: 9px; background: #f8fbf7; }
#ed-home-fit .hf-combo input[role="combobox"] { margin: 8px 0 0; padding: 13px 14px; }
#ed-home-fit [role="listbox"] { position: absolute; z-index: 20; inset: 100% 0 auto; max-height: min(390px, 55vh); overflow: auto; border: 1px solid #8ca78d; border-radius: 9px; background: #fff; box-shadow: 0 12px 30px rgba(25,55,35,.2); }
#ed-home-fit [role="option"] { display: flex; align-items: center; gap: 12px; min-height: 70px; padding: 7px 12px; border-bottom: 1px solid #e2e9df; cursor: pointer; }
#ed-home-fit [role="option"].is-active, #ed-home-fit [role="option"]:hover { background: #e9f4e8; box-shadow: inset 4px 0 #315f40; }
#ed-home-fit .hf-thumb { display: grid; flex: 0 0 56px; width: 56px; height: 56px; place-items: center; overflow: hidden; border-radius: 7px; background: #edf1eb; color: #687568; font-size: 10px; text-align: center; }
#ed-home-fit .hf-thumb img, #ed-home-fit .hf-thumb span { grid-area: 1 / 1; }
#ed-home-fit .hf-thumb img { width: 56px; height: 56px; object-fit: contain; background: #fff; }
#ed-home-fit .hf-thumb:not(.hf-no-image):has(img) span { display: none; }
#ed-home-fit .hf-option-copy { display: grid; min-width: 0; line-height: 1.25; }
#ed-home-fit .hf-option-copy strong { overflow: hidden; color: #243d2b; text-overflow: ellipsis; white-space: nowrap; }
#ed-home-fit .hf-option-copy b { color: #1c6641; font-size: 16px; }
#ed-home-fit .hf-option-copy small { color: #657269; font-weight: 400; }
#ed-home-fit .hf-combo-placeholder, #ed-home-fit .hf-combo-empty { padding: 15px; color: #687568; }
#ed-home-fit .hf-source-warning { padding: 12px 15px; border-left: 4px solid #a86e18; background: #fff5df; }
@media (max-width: 720px) { #ed-home-fit [role="listbox"] { position: static; max-height: 52vh; } }

.ModernHero h1 { line-height: 1.23; }
.ModernHeroLead { line-height: 1.55; }
