/* Security Briefing — Italian-only posts styles (loaded only on Italian articles by sb-italian-posts.php) */

/* Remove space below the footer / copyright strip */
footer.footer-back-color{margin-bottom:0!important;padding-bottom:0!important}
section.bg-color{margin-top:0!important;padding-top:.5rem!important;padding-bottom:.5rem!important}
body{margin-bottom:0!important;padding-bottom:0!important}
.Page-footer-sell{margin-bottom:0!important;padding-bottom:0!important}

/* Pinterest (and other footer social) icon — force white */

/* Spacing above the breadcrumb (Home › Article title) */
#breadcrumbs{
  margin-top:2.5rem;
  padding-top:1rem;
}
@media (max-width:768px){
  #breadcrumbs{margin-top:1.5rem;padding-top:.5rem}
}

.sb-tbl{border-collapse:collapse;width:100%;margin:1.4em 0;border:1px solid #d0d7de;font-size:.97em;background:#fff}
.sb-tbl th,.sb-tbl td{border:1px solid #d0d7de;padding:.55em .8em;text-align:left;vertical-align:top}
.sb-tbl thead th{background:#f6f8fa;font-weight:600}
.sb-tbl tr:nth-child(even) td{background:#fbfcfd}

.sb-list,.sb-list-ol{padding-left:1.6em;margin:1em 0 1.2em}
.sb-list li,.sb-list-ol li{margin:.35em 0;line-height:1.55}
.sb-list{list-style:disc outside}
.sb-list-ol{list-style:decimal outside}

.sb-code,.sb-code-inline{
  font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;
  background:#0d1117;color:#f3f4f6;
  border-radius:4px;
  padding:.18em .55em;
  margin:0 .28em;
  font-size:.92em;
}

.sb-bq{
  border-left:4px solid #1f6feb;
  background:#f6f8fa;
  padding:.6em 1em;
  margin:1.2em 0;
  color:#24292f;
  font-style:italic;
}
