.dl-serp-head{padding:1.5rem 0 .75rem;border-bottom:1px solid #ebebeb}
.dl-serp-head h1{font-size:clamp(1.1rem,2.8vw,1.3rem);font-weight:400;color:#202124;margin-bottom:.35rem}
.dl-serp-head p{font-size:.84rem;color:#4d5156}
.dl-query{font-size:.78rem;color:#70757a;margin-bottom:.5rem}
.dl-query em{font-style:normal;color:#202124;font-weight:500}

.dl-results{max-width:652px;margin:0 auto;padding:1.25rem 0}
.dl-result{display:grid;grid-template-columns:100px 1fr;gap:1rem;padding:1.15rem 0;border-bottom:1px solid #ebebeb;align-items:start}
.dl-result:last-of-type{border-bottom:none}
.dl-thumb{border:1px solid #dadce0;border-radius:4px;overflow:hidden}
.dl-thumb img{width:100%}
.dl-result-url{font-size:.78rem;color:#006621;margin-bottom:.1rem}
.dl-result h2{font-size:1.05rem;font-weight:400;margin-bottom:.25rem}
.dl-result h2 a{color:#1a0dab}
.dl-result-desc{font-size:.84rem;color:#4d5156;margin-bottom:.55rem}
.dl-sitelinks{display:flex;flex-wrap:wrap;gap:.35rem .85rem;font-size:.78rem}
.dl-sitelinks a{color:#1a0dab;background:#f1f3f4;padding:.2rem .5rem;border-radius:3px;text-decoration:none!important}
.dl-sitelinks a:hover{background:#e8eaed}

.dl-related{display:flex;flex-wrap:wrap;gap:.45rem;margin:1.25rem 0}
.dl-related a{border:1px solid #dadce0;border-radius:16px;padding:.35rem .75rem;font-size:.78rem;color:#202124;text-decoration:none!important;background:#fff}
.dl-related a:hover{background:#f1f3f4}

.dl-path-box{border:1px solid #dadce0;border-radius:8px;padding:1rem;margin:1rem 0;background:#f8f9fa}
.dl-path-box h3{font-size:.85rem;font-weight:500;margin-bottom:.65rem;color:#202124}
.dl-path-steps{display:flex;flex-direction:column;gap:.65rem}
.dl-path-step{display:grid;grid-template-columns:24px 1fr;gap:.65rem;font-size:.82rem;color:#4d5156}
.dl-path-num{width:24px;height:24px;background:#1a73e8;color:#fff;border-radius:50%;text-align:center;line-height:24px;font-size:.72rem;font-weight:700}

.dl-spec-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}
.dl-spec{border:1px solid #dadce0;border-radius:8px;padding:.95rem;background:#fff}
.dl-spec h3{font-size:.82rem;font-weight:700;color:#202124;margin-bottom:.45rem}
.dl-spec li{font-size:.8rem;color:#4d5156;padding:.22rem 0}

.dl-cta{text-align:center;padding:2rem 0;background:#f8f9fa;border-top:1px solid #ebebeb}
.dl-cta h2{font-size:1rem;font-weight:400;margin-bottom:.35rem}
.dl-cta p{font-size:.82rem;color:#5f6368;margin-bottom:.85rem}

@media(max-width:600px){
  .dl-result{grid-template-columns:1fr}
  .dl-thumb{max-width:140px}
  .dl-spec-row{grid-template-columns:1fr}
}
