.oh-legal{
  max-width: 920px;
  padding: 24px 16px 60px;
  color:#000;
  font: 500 12px Inter, sans-serif;
  letter-spacing:.04em;
  line-height:1.7;
}

@media (min-width:992px){
  .oh-legal{
    padding:40px 20px 80px 300px;
    max-width: 980px;
  }
}

.oh-legal h1,
.oh-legal h2{
  margin: 0 0 16px;
  text-transform: uppercase;
  color:#000;
}

.oh-legal h1{
    margin: 0 0 22px;
    font: 500 16px Inter, sans-serif;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.oh-legal h2{
  font: 500 12px Inter, sans-serif;
  letter-spacing:.18em;
  border-top:2px solid #000;
  padding-top:12px;
  margin-top:24px;
}

.oh-legal p{
  margin: 0 0 12px;
}

.oh-legal a{
  color:#000;
  text-decoration:none;
  border-bottom:1px solid transparent;
  transition: border-color .15s ease, opacity .15s ease;
}

@media (hover:hover){
  .oh-legal a:hover{
    border-bottom-color:#000;
    opacity:.9;
  }
}

.oh-legal a:focus{
  outline:2px solid #000;
  outline-offset:2px;
}

.oh-legal > ol{
  counter-reset: sec;
  list-style:none;
  margin: 0 0 8px;
  padding: 0;
}

.oh-legal > ol > li{
  counter-increment: sec;
  margin: 0 0 14px;
  padding-left: 34px;
  position: relative;
}

.oh-legal > ol > li::before{
  content: counter(sec) ".";
  position:absolute; left:0; top:0;
  font: 700 12px Inter, sans-serif;
  letter-spacing:.08em;
}

.oh-legal li > ul,
.oh-legal li > ol{
  margin:10px 0 0;
  padding-left: 18px;
}

.oh-legal li > ul{
  list-style: disc;
}

.oh-legal li > ul li,
.oh-legal li > ol li{margin:6px 0;}
.oh-legal mark{
  background:#fff;
  border:1px solid #000;
  border-radius:2px;
  padding:1px 6px;
}

.oh-legal table{
  width:100%;
  border-collapse:collapse;
  margin: 10px 0 16px;
  table-layout: fixed;
}

.oh-legal th{
  text-align:left;
  text-transform:uppercase;
  letter-spacing:.14em;
  font:600 10px Inter, sans-serif;
  border-bottom:2px solid #000;
  padding:10px 0;
}

.oh-legal td{
  font:500 12px Inter, sans-serif;
  border-bottom:1px solid #ececec;
  padding:10px 0;
  vertical-align:top;
}

.oh-legal strong{
  font-weight: 600;
}

.oh-legal small{
  font-size:11px; opacity:.85;
}

.entry-title {
  display: none;
}

@media (max-width:575.98px){
  .oh-legal{padding:24px 16px 56px;}
  .oh-legal h1{letter-spacing:.22em;}
  .oh-legal h2{letter-spacing:.22em;}
  .oh-legal > ol > li{padding-left:28px;}
}
