



.sp-pics{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:8px;margin:0 0 16px}
.sp-pics img{width:100%;height:150px;object-fit:cover;border-radius:11px;border:1px solid var(--line);background:var(--bg)}
.sp-oh{display:flex;flex-direction:column;font-size:14px}
.sp-oh-r{display:flex;justify-content:space-between;gap:12px;padding:6px 2px;border-bottom:1px solid #f0ece0}
.sp-oh-r:last-child{border-bottom:0}
.sp-oh-r span:last-child{font-variant-numeric:tabular-nums;font-weight:700;color:var(--green)}
.sp-oh-247,.sp-oh-text{margin:0;font-size:14.5px}
.sp-pt-sec{margin:0 0 12px}
.sp-pt-sec:last-child{margin-bottom:0}
.sp-pt-sec h3{font-size:14.5px;margin:0 0 6px;color:var(--green2);padding-inline-start:9px;border-inline-start:4px solid var(--green2);line-height:1.3}
.sp-pt-r{display:flex;justify-content:space-between;gap:12px;padding:6px 2px;border-bottom:1px solid #f0ece0;font-size:14px}
.sp-pt-t{font-variant-numeric:tabular-nums;font-weight:800;color:var(--green)}
.sp-pt-note{font-size:12.5px;color:var(--muted);padding:3px 2px 6px}

.sp-note{margin:-6px 0 18px;padding:11px 14px;border-radius:11px;background:#fff7e8;border:1px solid #e8c98a;
  color:#6b4a06;font-size:14.5px;line-height:1.6}
a[href^="tel:"]{color:var(--green2);font-weight:700;text-decoration:none}

.sp-near-g{margin:0 0 14px}
.sp-near-g:last-child{margin-bottom:0}
.sp-near-h{font-size:13px;font-weight:800;color:var(--muted);margin:0 0 7px;letter-spacing:.2px}
ul.sp-near{list-style:none;margin:0;padding:0;display:grid;gap:7px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}
ul.sp-near a,ul.sp-near .sp-near-x{display:flex;align-items:center;gap:10px;min-height:48px;padding:9px 12px;
  border:1px solid var(--line);border-radius:11px;background:#fff;color:var(--ink);text-decoration:none}
ul.sp-near a:hover{border-color:var(--green2);background:#f7fbf9}
.sp-near-n{flex:1;min-width:0;font-weight:700;font-size:14.5px;line-height:1.35;color:var(--green)}
.sp-near-d{flex:none;font-size:12px;font-weight:800;color:#0b5744;background:#eef4f1;border:1px solid #cfe3d7;
  border-radius:99px;padding:2px 9px;white-space:nowrap;font-variant-numeric:tabular-nums}
.sp-near-go{flex:none;color:#b9b19d;font-size:15px}
@media(prefers-color-scheme:dark){
  .sp-oh-r,.sp-pt-r{border-color:#3a372c}
  .sp-oh-r span:last-child,.sp-pt-t{color:#7fd0b0}
  .sp-pics img{border-color:#3a372c;background:#1c1c16}
  .sp-note{background:#2f2614;border-color:#6b5320;color:#f0d9a6}
  ul.sp-near a,ul.sp-near .sp-near-x{background:#242219;border-color:#3a372c}
  .sp-near-n{color:#7fd0b0}
  .sp-near-d{background:#1d2e27;border-color:#2f4a3e;color:#9fd9c1}
}
