.fcc-image-choice{display:grid;gap:10px;margin-top:14px;padding-top:14px;border-top:1px solid rgba(255,255,255,.12)}
.fcc-image-choice-head{display:flex;flex-direction:column;gap:2px}.fcc-image-choice-head span{font-size:12px;opacity:.72}
.fcc-image-choice-option{display:grid;grid-template-columns:auto 50px 1fr;align-items:center;gap:10px;padding:9px;border:1px solid rgba(255,255,255,.12);border-radius:12px;cursor:pointer;background:rgba(255,255,255,.025)}
.fcc-image-choice-option:has(input:checked){border-color:rgba(239,63,63,.7);background:rgba(239,63,63,.08)}
.fcc-image-choice-option.unavailable{opacity:.48;cursor:not-allowed}.fcc-image-choice-option img{width:50px;height:68px;object-fit:cover;border-radius:7px;background:#111}
.fcc-image-choice-option span{display:flex;flex-direction:column;gap:3px}.fcc-image-choice-option small{font-size:11px;line-height:1.3;opacity:.7}
.fcc-company-footer{margin:34px auto 0;max-width:1500px;padding:24px clamp(18px,4vw,46px);border-top:1px solid rgba(255,255,255,.12);display:flex;justify-content:space-between;gap:24px;flex-wrap:wrap;background:rgba(7,8,12,.88)}
.fcc-company-footer>div,.fcc-company-footer nav{display:flex;flex-direction:column;gap:7px}.fcc-company-footer span{font-size:12px;opacity:.7}.fcc-company-footer a{color:inherit;text-decoration:none}.fcc-company-footer a:hover{text-decoration:underline}
.fcc-market-source-photo{display:flex;flex-direction:column;gap:4px}.fcc-market-source-photo>img{width:92px!important;height:128px!important;object-fit:cover;border-radius:9px}.fcc-market-source-photo small{font-size:10px;text-align:center;opacity:.7}
.fcc-official-reference,.fcc-official-market-ref{display:flex;align-items:center;gap:10px;margin-top:10px;padding:9px;border:1px solid rgba(110,176,255,.28);background:rgba(57,116,187,.08);border-radius:10px}
.fcc-official-reference img,.fcc-official-market-ref img{width:48px;height:66px;object-fit:cover;border-radius:6px}.fcc-official-reference span,.fcc-official-market-ref div{display:flex;flex-direction:column;gap:2px}.fcc-official-reference small,.fcc-official-market-ref small{font-size:11px;opacity:.72}
.fcc-official-market-ref.locked{display:flex;flex-direction:column;align-items:flex-start}
@media(max-width:700px){.fcc-company-footer{flex-direction:column}.fcc-image-choice-option{grid-template-columns:auto 42px 1fr}.fcc-image-choice-option img{width:42px;height:58px}}