/* wyleczalkoholizm.pl - odtworzenie wygladu z 2014 (Wayback 2014-10-21) */
* { box-sizing: border-box; }
body{
  margin:0; background:#ffffff;
  font-family:Arial,Helvetica,sans-serif;
  color:#333; font-size:15px; line-height:1.65;
}
a{ color:#1a56b0; }
img{ max-width:100%; height:auto; }
.wrap{ max-width:1130px; margin:0 auto; padding:0 16px; }

/* ---- header ---- */
.site-header{ display:flex; align-items:center; justify-content:space-between; padding:24px 0 12px; gap:20px; }
.brand{ display:flex; align-items:center; gap:16px; }
.brand .steth{ width:58px; height:72px; flex:none; }
.brand-text h1{ margin:0; font-size:30px; letter-spacing:.5px; color:#2b2b2b; font-weight:700; }
.brand-text .tagline{ margin:5px 0 0; font-size:13px; font-weight:700; color:#4a4a4a; }
.cross-ico{ width:74px; height:74px; flex:none; }

/* ---- nav ---- */
.mainnav{ background:#3d3d3d; border-radius:4px; }
.mainnav ul{ list-style:none; margin:0; padding:0; display:flex; flex-wrap:wrap; }
.mainnav a{ display:block; color:#fff; text-decoration:none; padding:12px 22px; font-size:14px; border-right:1px solid #545454; }
.mainnav a:hover{ background:#4b4b4b; }
.mainnav a.active{ font-weight:700; }

/* ---- layout ---- */
.layout{ display:flex; gap:30px; margin-top:24px; }
.main-col{ flex:1 1 auto; min-width:0; }
.side-col{ width:300px; flex:none; }

/* ---- listing card ---- */
.osrodek{ margin-bottom:34px; }
.osrodek h2{ color:#7c1c1c; font-size:21px; margin:0 0 12px; }
.osrodek .card-logo{ max-width:210px; margin:6px 0 12px; display:block; }
.osrodek p{ margin:2px 0; }
.osrodek .tel{ font-weight:700; margin-top:10px; }
.wiecej{ color:#c0392b; text-decoration:none; }
.woj{ color:#555; }
.woj a{ }

/* ---- article ---- */
.article h1{ color:#7c1c1c; font-size:27px; margin:0 0 14px; }
.article h2{ color:#7c1c1c; font-size:20px; margin:28px 0 8px; }
.article ul{ margin:8px 0 8px 4px; padding-left:20px; }
.article details{ margin:8px 0; border-bottom:1px dashed #e2e2e2; padding-bottom:8px; }
.article summary{ color:#7c1c1c; font-weight:700; cursor:pointer; }
.notice{ background:#f6f6f6; border-left:4px solid #7c1c1c; padding:10px 14px; margin:14px 0; font-size:14px; }
.eeat{ font-size:13px; color:#555; font-style:italic; border-top:1px solid #e2e2e2; margin-top:26px; padding-top:14px; }

/* ---- sidebar boxes ---- */
.box{ border:1px solid #cfcfcf; border-radius:7px; overflow:hidden; margin-bottom:22px; background:#fff; }
.box-h{
  background:linear-gradient(#41b2ce,#2585a3);
  color:#fff; font-weight:700; font-size:15px; padding:11px 14px;
  display:flex; align-items:center; gap:9px;
}
.box-h .dot{ width:16px; height:16px; border-radius:50%; background:#fff; color:#2585a3; font-size:11px; line-height:16px; text-align:center; font-weight:900; flex:none; }
.box ul{ list-style:none; margin:0; padding:8px 14px; }
.box li{ padding:6px 0; border-bottom:1px dashed #e6e6e6; }
.box li:last-child{ border-bottom:0; }
.box li .arrow{ color:#2585a3; margin-right:6px; font-weight:700; }
.box li a{ text-decoration:underline; }
.count{ color:#333; }

/* ---- footer ---- */
.site-footer{ border-top:1px solid #ddd; margin-top:34px; padding:18px 0 30px; font-size:13px; color:#777; }

@media(max-width:820px){
  .layout{ flex-direction:column; }
  .side-col{ width:100%; }
}
