.img-zoom {
  width: 100px;
  max-height: 160px;
  object-fit: contain;
  object-position: center;
  border-radius: 2px;
  transition: transform 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  transform-origin: left center;
}

.transition {
  transform: scale(2.75);
  position: relative;
  z-index: 10;
  background: #fff;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.3);
}

.tooltip {
  z-index: 2000;
}

#irony-examples,
.fixedHeader-floating th {
  font-size: 13px;
  line-height: 1.35;
}

.table-title {
  font-size: 100%;
  font-weight: bold;
}

.table-region {
  width: calc(100vw - 32px);
  max-width: 1500px;
  margin: 0 auto;
  overflow-x: auto;
}

.table-region #irony-examples {
  min-width: 1320px;
  margin-bottom: 0;
}

.dataTable > thead > tr > th[class*="sort"]::after {
  content: "" !important;
}

table.dataTable thead > tr > td.sorting,
table.dataTable thead > tr > td.sorting_asc,
table.dataTable thead > tr > td.sorting_desc,
table.dataTable thead > tr > th.sorting,
table.dataTable thead > tr > th.sorting_asc,
table.dataTable thead > tr > th.sorting_desc {
  padding-right: 8px;
}

#header-row th {
  text-align: center;
}

.feature-value {
  text-align: center;
  vertical-align: top !important;
}

.feature-bar {
  display: block;
  width: 42px;
  height: 12px;
  margin: 2px auto 0;
  overflow: hidden;
  border: 1px solid #aaa69d;
  background: #efede8;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.08);
}

.feature-bar-fill {
  display: block;
  height: 100%;
  background-image: linear-gradient(90deg, #347f89 0%, #d09b36 55%, #ad3f4d 100%);
  background-size: 42px 100%;
  background-repeat: no-repeat;
}

.feature-value-header {
  font-weight: bold;
  margin-top: 5px;
  margin-bottom: 5px;
}

.featured-example {
  display: flex;
  align-items: center;
  gap: 24px;
  margin: 24px 0 30px;
  padding: 20px 0;
  border-top: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
}

.featured-example img {
  height: auto;
  flex: 0 0 auto;
  object-fit: contain;
}

.ouroboros-feature {
  margin-top: 0;
}

.ouroboros-feature img {
  width: 160px;
  max-height: 170px;
}

.stop-sign-feature img {
  width: 150px;
  max-height: 250px;
}

.featured-example figcaption {
  max-width: 650px;
  color: #444;
  font-size: 16px;
  line-height: 1.5;
}

.featured-example strong {
  display: block;
  margin-bottom: 4px;
  color: #222;
  font-size: 20px;
}

@media screen and (max-width: 600px) {
  .featured-example {
    align-items: flex-start;
    flex-direction: column;
    gap: 14px;
  }

  .ouroboros-feature img {
    width: min(100%, 180px);
  }

  .stop-sign-feature img {
    width: min(100%, 170px);
  }
}
