/* Shared Yezz Watch Now + tech block. Theme files may override spacing. */
.yezz-watch-interface,
.yezz-video-interface {
  width: 100%;
  margin: 16px 0;
  clear: both;
  box-sizing: border-box;
}

.yezz-watch-now {
  width: 100%;
  margin: 0 0 16px;
  clear: both;
  box-sizing: border-box;
}

.yezz-watch-now__btn,
.yezz-watch-now-btn {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
  padding: 20px !important;
  background: var(--yezz-watch-accent, #ff0000) !important;
  color: #fff !important;
  font: 700 18px/1.2 Arial, Helvetica, sans-serif !important;
  letter-spacing: 0.5px;
  text-align: center !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  border: 0 !important;
  border-radius: 6px !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.3);
  transition: filter 0.15s ease, transform 0.15s ease;
}

.yezz-watch-now__btn:hover,
.yezz-watch-now__btn:focus,
.yezz-watch-now-btn:hover,
.yezz-watch-now-btn:focus {
  color: #fff !important;
  filter: brightness(0.92);
  transform: translateY(-1px);
  text-decoration: none !important;
}

.yezz-tech-block,
.yezz-tech-wrapper {
  width: 100% !important;
  margin: 0 0 16px;
  padding: 20px !important;
  background: #111 !important;
  color: #ddd !important;
  border: 0;
  border-radius: 6px !important;
  box-sizing: border-box !important;
  overflow: hidden;
  font-size: 14px;
}

.yezz-tech-block > .yezz-tech-block,
.yezz-tech-wrapper > .yezz-tech-block {
  margin: 0;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.yezz-tech-block .tech-row,
.yezz-tech-wrapper .tech-row {
  display: flex !important;
  justify-content: flex-start !important;
  align-items: flex-start;
  padding: 8px 0 !important;
  border-bottom: 1px solid #222 !important;
}

.yezz-tech-block .tech-row:last-child,
.yezz-tech-wrapper .tech-row:last-child {
  border-bottom: none !important;
}

.yezz-tech-block .tech-row strong,
.yezz-tech-wrapper .tech-row strong {
  min-width: 120px !important;
  color: #fff !important;
  margin-right: 20px !important;
  font-weight: 700;
}

.yezz-tech-block .tech-row span,
.yezz-tech-wrapper .tech-row span {
  color: #aaa !important;
}

.yezz-tech-block table {
  width: 100%;
  border-collapse: collapse;
  margin: 0;
}

.yezz-tech-block td {
  padding: 8px 0;
  border-bottom: 1px solid #222;
  vertical-align: top;
}

.yezz-tech-block tr:last-child td {
  border-bottom: none;
}
