.wpeolt-wrap{
  --wpeolt-header-bg:#8b1e1e;
  --wpeolt-header-fg:#ffffff;
  margin: 12px 0;
}

.wpeolt-title{ margin: 0 0 10px 0; }

.wpeolt-block{ margin: 16px 0 22px 0; }
.wpeolt-product{ margin: 12px 0 8px 0; scroll-margin-top: 90px; }

.wpeolt-table{
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  overflow-x: auto;
  display: block;
}

.wpeolt-table thead tr:first-child th{
  background: var(--wpeolt-header-bg);
  color: var(--wpeolt-header-fg);
  position: sticky;
  top: 0;
  z-index: 2;
}

.wpeolt-table th, .wpeolt-table td{
  border: 1px solid rgba(0,0,0,.08);
  padding: 6px 8px;
  vertical-align: top;
  white-space: nowrap;
}

.wpeolt-compact .wpeolt-table th,
.wpeolt-compact .wpeolt-table td{
  padding: 4px 6px;
  font-size: 13px;
}

.wpeolt-filter-row th{
  background: rgba(0,0,0,.02);
  position: sticky;
  top: 34px;
  z-index: 1;
}

.wpeolt-filterbox{
  display: flex;
  align-items: center;
  gap: 4px;
}

.wpeolt-filter{
  width: 100%;
  min-width: 70px;
  padding: 3px 5px;
  font-size: 12px;
}

.wpeolt-sort{
  display: inline-block;
  text-decoration: none;
  padding: 0 6px;
  min-width: 22px;
  height: 22px;
  line-height: 20px;
  font-size: 12px;
  border: 1px solid rgba(0,0,0,.20);
  border-radius: 4px;
  background: #fff;
  color: inherit;
}

.wpeolt-sort:hover{ background: rgba(0,0,0,.05); }

.wpeolt-status-eol{ font-weight: 700; }
.wpeolt-status-supported{ font-weight: 600; }

.wpeolt-error{
  padding: 8px 10px;
  border: 1px solid rgba(220,0,0,.25);
  background: rgba(220,0,0,.06);
  border-radius: 6px;
}

/* TOC */
.wpeolt-toc{
  margin: 10px 0 14px 0;
  padding: 10px 12px;
  border: 1px solid rgba(0,0,0,.08);
  border-radius: 8px;
}
.wpeolt-toc-title{ font-weight: 600; margin-bottom: 6px; }
.wpeolt-toc-list{ margin: 0; padding-left: 18px; columns: 2; }
.wpeolt-toc-list li{ margin: 2px 0; }
@media (max-width: 700px){
  .wpeolt-toc-list{ columns: 1; }
}
