/* Direct answer block added only to Phase 1 industry master hubs. */
.fuel-industries-page .fuel-industry-direct-answer{padding:64px 0;background:#fff;border-top:1px solid #e1e4e8;border-bottom:1px solid #e1e4e8}
.fuel-industries-page .fuel-industry-direct-answer .fuel-shell{width:min(1180px,calc(100% - 48px));margin:0 auto}
.fuel-industries-page .fuel-industry-answer-label{display:flex;align-items:center;gap:12px;margin-bottom:17px}
.fuel-industries-page .fuel-industry-answer-label span{padding:7px 10px;border-radius:5px;background:#d90000;color:#fff;font-size:10px;font-weight:950;letter-spacing:.1em;text-transform:uppercase}
.fuel-industries-page .fuel-industry-answer-label small{color:#6b727c;font-size:11px;font-weight:750}
.fuel-industries-page .fuel-industry-answer-grid{display:grid;grid-template-columns:minmax(0,.86fr) minmax(480px,1fr);gap:46px;align-items:start}
.fuel-industries-page .fuel-industry-answer-grid h2{margin:0;color:#111318;font-size:clamp(34px,3.7vw,52px);line-height:1.04;letter-spacing:-.04em;font-weight:900}
.fuel-industries-page .fuel-industry-answer-grid>div>p{margin:19px 0 0;color:#555d67;font-size:16px;line-height:1.72}
.fuel-industries-page .fuel-industry-answer-points{display:grid;grid-template-columns:1fr 1fr;gap:10px}
.fuel-industries-page .fuel-industry-answer-points article{padding:17px;border:1px solid #dfe3e8;border-radius:9px;background:#fafbfc}
.fuel-industries-page .fuel-industry-answer-points strong{display:block;color:#20242a;font-size:13px;font-weight:900}
.fuel-industries-page .fuel-industry-answer-points span{display:block;margin-top:7px;color:#646c76;font-size:11px;line-height:1.55}
.fuel-industries-page .fuel-industry-answer-links{display:flex;flex-wrap:wrap;align-items:center;gap:7px;margin-top:24px;padding-top:19px;border-top:1px solid #e2e5e9}
.fuel-industries-page .fuel-industry-answer-links>strong{margin-right:5px;color:#363b42;font-size:11px;font-weight:900}
.fuel-industries-page .fuel-industry-answer-links a{padding:7px 9px;border:1px solid #dce1e6;border-radius:6px;background:#fff;color:#424850!important;font-size:10px;font-weight:800}
.fuel-industries-page .fuel-industry-answer-links a:hover{border-color:#e8a1a1;background:#fff7f7;color:#d90000!important}
@media(max-width:900px){.fuel-industries-page .fuel-industry-answer-grid{grid-template-columns:1fr;gap:28px}}
@media(max-width:640px){
  .fuel-industries-page .fuel-industry-direct-answer{padding:48px 0}
  .fuel-industries-page .fuel-industry-direct-answer .fuel-shell{width:min(100% - 28px,1180px)}
  .fuel-industries-page .fuel-industry-answer-label{align-items:flex-start;flex-direction:column;gap:7px}
  .fuel-industries-page .fuel-industry-answer-points{grid-template-columns:1fr}
}
