.na-proa-vt-block {
  --vt-accent: #f49a18;
  --vt-text: #f6f7f8;
  --vt-border: rgba(255, 255, 255, 0.12);
  width: 100%;
  max-width: 1180px;
  margin: 24px auto;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.na-proa-vt-block * {
  box-sizing: border-box;
}

.na-proa-vt-head {
  margin-bottom: 14px;
}

.na-proa-vt-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  background: #32373d;
  color: var(--vt-text);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  line-height: 1;
}

.na-proa-vt-tag::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--vt-accent);
  box-shadow: 0 0 0 6px rgba(244, 154, 24, 0.16);
}

.na-proa-vt-player {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 22px;
  background: #000;
  border: 1px solid var(--vt-border);
}

.na-proa-vt-frame,
.na-proa-vt-frame iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.na-proa-vt-amp-youtube {
  display: block;
  width: 100%;
  height: 100%;
}

.na-proa-vt-block--amp .na-proa-vt-player {
  height: auto;
}

.na-proa-vt-guard {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: transparent;
}

.na-proa-vt-controls {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 8px;
  max-width: calc(100% - 32px);
}

.na-proa-vt-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 10px 14px;
  border: 0;
  border-radius: 999px;
  background: rgba(18, 26, 35, 0.88);
  color: #fff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  cursor: pointer;
  transition: background 0.2s ease, transform 0.2s ease;
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
}

.na-proa-vt-control:hover,
.na-proa-vt-control:focus-visible {
  background: rgba(36, 49, 64, 0.94);
  transform: translateY(-1px);
}

.na-proa-vt-control:focus-visible {
  outline: 2px solid var(--vt-accent);
  outline-offset: 2px;
}

.na-proa-vt-control svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
  flex: 0 0 auto;
}

.na-proa-vt-play .na-proa-vt-icon-play {
  display: none;
}

.na-proa-vt-play.is-paused .na-proa-vt-icon-play {
  display: block;
}

.na-proa-vt-play.is-paused .na-proa-vt-icon-pause {
  display: none;
}

.na-proa-vt-fallback {
  display: none;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  text-align: center;
  color: #fff;
  background: #111;
  font-size: 15px;
  line-height: 1.5;
}

.na-proa-vt-empty {
  padding: 12px 16px;
  border-left: 4px solid #f49a18;
  background: #fff8ec;
  color: #2c2f33;
}

@media (max-width: 640px) {
  .na-proa-vt-block {
    margin: 20px auto;
  }

  .na-proa-vt-player {
    border-radius: 16px;
  }

  .na-proa-vt-controls {
    right: 10px;
    bottom: 10px;
    gap: 6px;
  }

  .na-proa-vt-control {
    min-height: 34px;
    padding: 9px 11px;
    font-size: 12px;
  }
}

@media (max-width: 420px) {
  .na-proa-vt-control span {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .na-proa-vt-control {
    width: 38px;
    padding: 0;
  }
}
