.oomph-tv-video-page#main-content {
  background-color: #f8f4ed;
  background-image: url("https://oomph.dk/wp-content/uploads/2026/02/papertile4.jpg");
  background-repeat: repeat;
  padding: 24px 0 clamp(44px, 7vw, 86px);
}

.oomph-tv-video-page > .container {
  width: 95%;
  max-width: 1120px;
  padding-top: 0 !important;
}

.oomph-tv-video-archive {
  --oomph-tv-accent: #7c0707;
  --oomph-tv-ink: #171717;
  --oomph-tv-muted: #5f5952;
  --oomph-tv-border: #d5cbb8;
  --oomph-tv-card: rgba(255, 253, 248, 0.68);
  max-width: none;
  margin: 0 auto;
}

.oomph-tv-video-filter.oomph-venues-enhancer {
  position: relative;
  display: grid;
  gap: 0;
  margin: 0 0 24px;
  padding: 13px;
  border: 1px solid var(--oomph-tv-border);
  border-radius: 12px;
  font-family: var(--et_global_body_font, "Avenir Next", sans-serif);
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 18px -18px rgba(0, 0, 0, 0.28);
  animation: oomph-tv-video-reveal 280ms ease-out;
}

.oomph-tv-video-filter .oomph-venues-controls {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.oomph-tv-video-filter .oomph-archive-filter-heading {
  margin: 0 0 0.4rem;
  padding: 0;
  color: var(--oomph-tv-accent);
  font-family: var(--et_global_heading_font, "Avenir Next", sans-serif);
  font-size: 1.64rem;
  line-height: 1.08;
  letter-spacing: 0;
  text-transform: none;
}

.oomph-tv-video-filter .oomph-venues-row {
  display: flex;
  align-items: center;
}

.oomph-tv-video-filter .oomph-venues-row-search .oomph-venues-search {
  width: 100%;
}

.oomph-tv-video-filter .oomph-venues-search,
.oomph-tv-video-filter .oomph-venues-reset {
  min-height: 42px;
  border: 1px solid var(--oomph-tv-border);
  border-radius: 9px;
  padding: 0 0.7rem;
  color: var(--oomph-tv-ink);
  background: #fffdf8;
  font-family: var(--et_global_body_font, "Avenir Next", sans-serif);
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 1.2;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.oomph-tv-video-filter .oomph-venues-search::placeholder {
  color: #867f77;
  font-family: var(--et_global_body_font, "Avenir Next", sans-serif);
  font-size: 1rem;
  font-weight: 500;
}

.oomph-tv-video-filter .oomph-venues-search:focus,
.oomph-tv-video-filter .oomph-venues-reset:focus,
.oomph-tv-video-filter .oomph-venues-toggle:focus {
  outline: none;
  border-color: var(--oomph-tv-accent);
  box-shadow: 0 0 0 3px rgba(124, 7, 7, 0.14);
}

.oomph-tv-video-filter .oomph-venues-row-toggles {
  align-items: flex-start;
}

.oomph-tv-video-filter .oomph-venues-toggles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem;
}

.oomph-tv-video-filter .oomph-venues-toggle {
  display: inline-flex;
  min-height: 32px;
  align-items: center;
  justify-content: center;
  padding: 0.28rem 0.72rem;
  border: 1px solid var(--oomph-tv-border);
  border-radius: 999px;
  background: #fff;
  color: #342b24;
  cursor: pointer;
  font-family: var(--et_global_body_font, "Avenir Next", sans-serif);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.025em;
  line-height: 1.1;
  text-transform: uppercase;
  transition:
    background-color 0.2s ease,
    border-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}

.oomph-tv-video-filter .oomph-venues-row-actions {
  justify-content: space-between;
  gap: 0.6rem;
  margin-top: 0.35rem;
}

.oomph-tv-video-filter .oomph-venues-reset {
  min-height: 38px;
  border-color: #b9aa90;
  background: linear-gradient(180deg, #fff8eb 0%, #f7eddc 100%);
  color: #2f271f;
  cursor: pointer;
}

.oomph-tv-video-filter .oomph-venues-reset:hover {
  border-color: #9f8b69;
  background: linear-gradient(180deg, #fff2dd 0%, #f4e4c7 100%);
}

.oomph-tv-video-filter__group {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}

.oomph-tv-video-filter__chip {
  display: inline-flex;
  align-items: center;
}

.oomph-tv-video-filter__chip input[type="checkbox"] {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  appearance: none;
}

.oomph-tv-video-filter__chip .oomph-venues-toggle:hover,
.oomph-tv-video-archive__more .oomph-search-morelink:hover {
  border-color: #bcae97;
  transform: translateY(-1px);
}

.oomph-tv-video-filter__chip input:checked + .oomph-venues-toggle {
  border-color: var(--oomph-tv-accent);
  background: linear-gradient(180deg, #9b0a0a 0%, var(--oomph-tv-accent) 100%);
  color: #fff;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
}

.oomph-tv-video-filter__actions {
  justify-content: space-between;
}

.oomph-tv-video-archive__count {
  margin: 0;
  color: var(--oomph-tv-accent);
  font-family: var(--et_global_heading_font, "Avenir Next", sans-serif);
  font-size: 1.64rem;
  font-weight: 500;
  line-height: 1.1;
  letter-spacing: 0;
  text-transform: none;
  transform-origin: left center;
}

.oomph-tv-video-archive__count.is-updating {
  animation: oomph-count-pulse 900ms ease-out 140ms;
}

.oomph-tv-video-list {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 14px;
}

.oomph-comedian-tv-video .oomph-tv-video-list {
  gap: 18px;
}

.oomph-tv-video-card {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 14px;
  align-items: center;
  min-width: 0;
  padding: 14px;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  background: var(--oomph-tv-card);
  box-shadow: 0 8px 20px -22px rgba(0, 0, 0, 0.34);
}

.oomph-tv-video-card[hidden] {
  display: none !important;
}

.oomph-tv-video-card__body {
  display: grid;
  min-width: 0;
  gap: 0;
}

.oomph-tv-video-card__head {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  align-items: baseline;
}

.oomph-tv-video-card__title {
  margin: 0;
  color: var(--oomph-tv-accent);
  font-size: 26px;
  line-height: 1.1;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

.oomph-tv-video-card__status {
  display: inline-flex;
  align-items: center;
  padding: 2px 7px;
  border: 1px solid #e2b8b8;
  border-radius: 999px;
  background: #fff2f2;
  color: var(--oomph-tv-accent);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
}

.oomph-tv-video-card__comedians,
.oomph-tv-video-card__meta,
.oomph-tv-video-card__description {
  margin: 0;
  color: var(--oomph-tv-ink);
  font-size: 14px;
  line-height: 1.3;
}

.oomph-tv-video-card__comedians {
  margin-top: 3px;
  font-weight: 700;
}

.oomph-tv-video-card__meta {
  margin-top: 1px;
  color: var(--oomph-tv-muted);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.22;
}

.oomph-tv-video-card__description {
  margin-top: 9px;
  color: var(--oomph-tv-muted);
  font-weight: 500;
}

.oomph-tv-video-card__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-top: 10px;
}

.oomph-tv-video-badge {
  display: inline-flex;
  align-items: center;
  padding: 2px 9px;
  border: 1px solid #dfdfdf;
  border-radius: 999px;
  background: #f8f8f8;
  color: #292929;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: 0;
}

.oomph-tv-video-badge--free {
  border-color: #b7d7b5;
  background: #f1fbef;
  color: #285c28;
}

.oomph-tv-video-badge--login {
  border-color: #d2c4a5;
  background: #fff8e8;
  color: #6b4b14;
}

.oomph-tv-video-badge--subscription,
.oomph-tv-video-badge--rent,
.oomph-tv-video-badge--buy {
  border-color: #e2b8b8;
  background: #fff2f2;
  color: var(--oomph-tv-accent);
}

.oomph-tv-video-card__cta {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid var(--oomph-tv-accent);
  border-radius: 8px;
  background: var(--oomph-tv-accent) !important;
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  font-family: var(--et_global_body_font, "Avenir Next", sans-serif) !important;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.1;
  text-align: center;
  text-decoration: none;
  text-indent: 0 !important;
  text-shadow: none !important;
  white-space: nowrap;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.oomph-tv-video-card__cta:hover {
  transform: translateY(-1px);
  color: #fff !important;
  -webkit-text-fill-color: #fff;
  text-decoration: none;
}

.oomph-tv-video-archive__empty {
  margin: 0 0 20px;
  padding: 22px 14px;
  border: 1px solid #dfdfdf;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.4);
}

.oomph-tv-video-archive__empty p {
  margin: 0;
}

.oomph-tv-video-archive__more {
  display: flex;
  justify-content: center;
  margin-top: 34px;
}

.oomph-tv-video-archive__more .oomph-search-morelink {
  display: inline-flex;
  min-height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 13px;
  border: 1px solid var(--oomph-tv-accent);
  border-radius: 8px;
  background: var(--oomph-tv-accent);
  color: #fff !important;
  cursor: pointer;
  font-family: var(--et_global_body_font, "Avenir Next", sans-serif);
  font-size: 15px;
  font-weight: 800;
  text-decoration: none;
  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

@media (min-width: 981px) {
  .oomph-tv-video-list {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
  }
}

@keyframes oomph-tv-video-reveal {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 767px) {
  .oomph-tv-video-page > .container {
    width: 90%;
    max-width: 95%;
  }

  .oomph-tv-video-card {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .oomph-tv-video-card__cta {
    width: 100%;
    white-space: normal;
  }

  .oomph-tv-video-filter {
    margin-bottom: 22px;
  }
}
