.pjw-wc {
  --pjw-wc-primary: #0b2f63;
  --pjw-wc-primary-2: #123c78;
  --pjw-wc-accent: #1389c9;
  --pjw-wc-gold: #d6a33c;
  --pjw-wc-red: #e0243d;
  --pjw-wc-green: #0f9f6e;
  --pjw-wc-bg: #f4f7fb;
  --pjw-wc-surface: #ffffff;
  --pjw-wc-soft: #f8fafc;
  --pjw-wc-border: #e1e8f2;
  --pjw-wc-text: #11223f;
  --pjw-wc-muted: #6e7d95;
  --pjw-wc-radius: 14px;
  --pjw-wc-shadow: 0 18px 45px rgba(6, 28, 65, 0.1);
  background: var(--pjw-wc-bg);
  color: var(--pjw-wc-text);
  min-height: 100vh;
  font-family: inherit;
}

html[data-theme='dark'] .pjw-wc,
body.pjw-theme-dark .pjw-wc,
html.pjw-theme-dark .pjw-wc {
  --pjw-wc-bg: #171b22;
  --pjw-wc-surface: #202631;
  --pjw-wc-soft: #252d39;
  --pjw-wc-border: #334050;
  --pjw-wc-text: #f3f6fb;
  --pjw-wc-muted: #aeb8c8;
  --pjw-wc-primary: #7fb3ff;
  --pjw-wc-primary-2: #9bc6ff;
  --pjw-wc-shadow: 0 18px 45px rgba(0, 0, 0, 0.28);
}

.pjw-wc *,
.pjw-wc *::before,
.pjw-wc *::after {
  box-sizing: border-box;
}
.pjw-wc a {
  color: inherit;
  text-decoration: none !important;
}
.pjw-wc img {
  max-width: 100%;
  display: block;
}
.pjw-wc--rtl {
  direction: rtl;
  text-align: right;
}
.pjw-wc--ltr {
  direction: ltr;
  text-align: left;
}

.pjw-wc-container {
  width: min(1180px, calc(100% - 32px));
  margin-inline: auto;
}

.pjw-wc-hero {
  position: relative;
  min-height: 365px;
  overflow: hidden;
  background:
    linear-gradient(
      110deg,
      rgba(3, 12, 28, 0.42) 0%,
      rgba(4, 22, 42, 0.22) 42%,
      rgba(3, 12, 28, 0.18) 100%
    ),
    var(
      --pjw-wc-hero-bg,
      radial-gradient(circle at 50% 20%, #1c6a98, #071f41 62%, #07192e 100%)
    );
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: #fff;
}

.pjw-wc-hero__overlay {
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      90deg,
      rgba(2, 8, 20, 0.45) 0%,
      rgba(2, 8, 20, 0.12) 35%,
      rgba(2, 8, 20, 0.08) 65%,
      rgba(2, 8, 20, 0.22) 100%
    ),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08) 0%, rgba(0, 0, 0, 0.16) 100%);
  pointer-events: none;
}

.pjw-wc-hero[style*='--pjw-wc-hero-bg'] .pjw-wc-trophy {
  display: none;
}

.pjw-wc-hero[style*='--pjw-wc-hero-bg'] .pjw-wc-hero__inner {
  grid-template-columns: 310px minmax(0, 1fr) 260px;
}

.pjw-wc-hero__inner {
  position: relative;
  z-index: 2;
  min-height: 365px;
  display: grid;
  grid-template-columns: 310px minmax(0, 1fr) 260px;
  gap: 30px;
  align-items: center;
  padding: 30px 0;
}

.pjw-wc-match-card {
  min-height: 245px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
  background: rgba(3, 15, 34, 0.58);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.24);
  padding: 20px;
}

.pjw-wc-match-card__empty {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.7;
}

.pjw-wc-match-card__label {
  color: rgba(255, 255, 255, 0.84);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 18px;
}

.pjw-wc-match-card__teams {
  display: grid;
  grid-template-columns: 1fr 58px 1fr;
  gap: 12px;
  align-items: center;
  text-align: center;
}

.pjw-wc-team-mini {
  display: grid;
  gap: 8px;
  justify-items: center;
  min-width: 0;
}

.pjw-wc-team-mini strong {
  color: #fff;
  font-size: 13px;
  line-height: 1.35;
}

.pjw-wc-vs {
  color: #fff;
  font-size: 20px;
  font-weight: 900;
  line-height: 1;
}

.pjw-wc-flag {
  width: 64px !important;
  height: 44px !important;
  min-width: 64px;
  max-width: 64px;
  aspect-ratio: 16 / 11;
  border-radius: 8px !important;
  object-fit: contain !important;
  object-position: center center !important;
  background: #ffffff !important;
  border: 1px solid rgba(17, 34, 63, 0.12);
  padding: 3px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  transform: none !important;
  image-rendering: auto;
}

.pjw-wc-flag--empty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #172f5e;
  font-size: 22px;
  line-height: 1;
}

.pjw-wc-match-card__date,
.pjw-wc-match-card__venue {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 12px;
  text-align: center;
  line-height: 1.5;
}

.pjw-wc-match-card__button,
.pjw-wc-about-btn,
.pjw-wc-outline-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(19, 137, 201, 0.32);
  color: #fff !important;
  font-size: 12px;
  font-weight: 800;
  transition:
    transform 0.18s ease,
    background-color 0.18s ease,
    border-color 0.18s ease;
}

.pjw-wc-match-card__button {
  width: 100%;
  margin-top: 14px;
  background: #1389c9;
  border-color: #1389c9;
}

.pjw-wc-match-card__button:hover,
.pjw-wc-about-btn:hover,
.pjw-wc-outline-btn:hover {
  transform: translateY(-1px);
  background: #0b74ae;
  border-color: #0b74ae;
}

.pjw-wc-hero__content {
  text-align: center;
  min-width: 0;
}

.pjw-wc-live-pill {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(15, 159, 110, 0.2);
  color: #d8fff1;
  border: 1px solid rgba(216, 255, 241, 0.28);
  font-size: 12px;
  font-weight: 900;
}

.pjw-wc-live-pill::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0f9f6e;
  box-shadow: 0 0 0 5px rgba(15, 159, 110, 0.18);
}

.pjw-wc-live-pill.is-refreshing::before {
  animation: pjwWorldCupPulse 1s infinite;
}

@keyframes pjwWorldCupPulse {
  0% {
    box-shadow: 0 0 0 0 rgba(15, 159, 110, 0.35);
  }
  100% {
    box-shadow: 0 0 0 9px rgba(15, 159, 110, 0);
  }
}

.pjw-wc-hero__content h1 {
  margin: 0;
  color: #fff;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.1;
  font-weight: 950;
  letter-spacing: -0.04em;
  text-shadow:
    0 3px 18px rgba(0, 0, 0, 0.55),
    0 1px 3px rgba(0, 0, 0, 0.55);
}

.pjw-wc-hero__content p {
  margin: 14px auto 22px;
  max-width: 540px;
  color: rgba(255, 255, 255, 0.95);
  font-size: 15px;
  line-height: 1.8;
  text-shadow:
    0 2px 12px rgba(0, 0, 0, 0.55),
    0 1px 3px rgba(0, 0, 0, 0.55);
}

.pjw-wc-trophy {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pjw-wc-trophy img {
  max-height: 260px;
  width: auto;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.35));
}

.pjw-wc-trophy span {
  font-size: 188px;
  line-height: 1;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.35));
}

.pjw-wc-tabs {
  position: sticky;
  top: 0;
  z-index: 20;
  background: var(--pjw-wc-surface);
  border-bottom: 1px solid var(--pjw-wc-border);
  box-shadow: 0 7px 24px rgba(6, 28, 65, 0.05);
}

.pjw-wc-tabs__inner {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  overflow-x: auto;
  padding: 0 2px;
}

.pjw-wc-tabs button {
  min-width: 112px;
  padding: 16px 10px 14px;
  border: 0;
  border-bottom: 3px solid transparent;
  background: transparent;
  color: var(--pjw-wc-muted);
  cursor: pointer;
  font-weight: 800;
  font-size: 13px;
  display: grid;
  gap: 6px;
  justify-items: center;
}

.pjw-wc-tabs button.is-active {
  color: var(--pjw-wc-primary);
  border-bottom-color: var(--pjw-wc-primary);
}

.pjw-wc-main {
  padding: 30px 0 55px;
}
.pjw-wc-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 22px;
  align-items: start;
}
.pjw-wc-primary,
.pjw-wc-sidebar {
  display: grid;
  gap: 22px;
  min-width: 0;
}

.pjw-wc-panel {
  border: 1px solid var(--pjw-wc-border);
  border-radius: var(--pjw-wc-radius);
  background: var(--pjw-wc-surface);
  box-shadow: var(--pjw-wc-shadow);
  padding: 20px;
  min-width: 0;
}

.pjw-wc-panel__topline,
.pjw-wc-panel__heading {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 14px;
  margin-bottom: 16px;
}

.pjw-wc-panel__topline {
  margin: -20px -20px 18px;
  padding: 12px 18px;
  color: #fff;
  background: linear-gradient(
    135deg,
    var(--pjw-wc-primary),
    var(--pjw-wc-primary-2)
  );
  border-radius: var(--pjw-wc-radius) var(--pjw-wc-radius) 0 0;
  font-size: 12px;
  font-weight: 800;
}

.pjw-wc-panel__heading h3 {
  margin: 0;
  color: var(--pjw-wc-text);
  font-size: 18px;
  font-weight: 900;
  line-height: 1.3;
}

.pjw-wc-panel__heading a {
  color: var(--pjw-wc-primary);
  font-size: 12px;
  font-weight: 800;
}

.pjw-wc-scoreboard {
  display: grid;
  grid-template-columns: 1fr 150px 1fr;
  gap: 16px;
  align-items: center;
  text-align: center;
}

.pjw-wc-score-team {
  display: grid;
  gap: 10px;
  justify-items: center;
  font-size: 13px;
  font-weight: 800;
}

.pjw-wc-score-center {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
}

.pjw-wc-score-center span {
  color: var(--pjw-wc-primary);
  font-size: 56px;
  line-height: 1;
  font-weight: 950;
}

.pjw-wc-score-center b {
  color: var(--pjw-wc-muted);
  font-size: 26px;
}

.pjw-wc-score-center small {
  flex-basis: 100%;
  color: var(--pjw-wc-red);
  font-weight: 900;
}

.pjw-wc-live-note {
  margin: 16px 0 0;
  color: var(--pjw-wc-muted);
  text-align: center;
}

.pjw-wc-outline-btn {
  margin: 16px auto 0;
  color: var(--pjw-wc-primary) !important;
  border-color: var(--pjw-wc-border);
  background: var(--pjw-wc-soft);
}

.pjw-wc-outline-btn:hover {
  color: #fff !important;
}

.pjw-wc-goal-list {
  display: grid;
  gap: 10px;
}
.pjw-wc-goal-item {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--pjw-wc-border);
  border-radius: 12px;
  background: var(--pjw-wc-soft);
}

.pjw-wc-goal-item span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 34px;
  border-radius: 999px;
  background: rgba(224, 36, 61, 0.12);
  color: var(--pjw-wc-red);
  font-weight: 950;
  font-size: 12px;
}

.pjw-wc-goal-item strong {
  display: block;
  color: var(--pjw-wc-text);
  line-height: 1.45;
}

.pjw-wc-goal-item small {
  display: block;
  margin-top: 3px;
  color: var(--pjw-wc-muted);
}

.pjw-wc-table-wrap {
  overflow-x: auto;
}
.pjw-wc-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 13px;
}
.pjw-wc-table th,
.pjw-wc-table td {
  padding: 12px 10px;
  border-bottom: 1px solid var(--pjw-wc-border);
  white-space: nowrap;
}
.pjw-wc-table th {
  color: var(--pjw-wc-muted);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}
.pjw-wc-table-team {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  font-weight: 800;
}
.pjw-wc-table .pjw-wc-flag {
  width: 34px !important;
  height: 24px !important;
  min-width: 34px;
  max-width: 34px;
  border-radius: 5px !important;
  padding: 2px;
  box-shadow: none;
}
.pjw-wc-group-select {
  border: 1px solid var(--pjw-wc-border);
  border-radius: 8px;
  background: var(--pjw-wc-surface);
  color: var(--pjw-wc-text);
  min-height: 34px;
}

.pjw-wc-news-list {
  display: grid;
  gap: 14px;
}
.pjw-wc-news-item {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 96px;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid var(--pjw-wc-border);
  padding-bottom: 12px;
}
.pjw-wc--rtl .pjw-wc-news-item {
  grid-template-columns: 96px minmax(0, 1fr);
}
.pjw-wc--rtl .pjw-wc-news-item img {
  grid-column: 1;
  grid-row: 1;
}
.pjw-wc--rtl .pjw-wc-news-item__content {
  grid-column: 2;
  grid-row: 1;
}
.pjw-wc-news-item img {
  width: 96px;
  height: 70px;
  object-fit: cover;
  border-radius: 10px;
}
.pjw-wc-news-item small {
  color: var(--pjw-wc-muted);
  font-size: 11px;
}
.pjw-wc-news-item strong {
  display: block;
  margin-top: 4px;
  color: var(--pjw-wc-text);
  font-size: 14px;
  line-height: 1.45;
}

.pjw-wc-player-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}
.pjw-wc-player-list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr) 30px;
  align-items: center;
  gap: 10px;
}
.pjw-wc-player-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: var(--pjw-wc-soft);
  color: var(--pjw-wc-primary);
  font-weight: 900;
}
.pjw-wc-player-list strong {
  font-size: 13px;
}
.pjw-wc-player-list b {
  color: var(--pjw-wc-primary);
}

.pjw-wc-cards-row {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}
.pjw-wc-media-card {
  position: relative;
  min-height: 178px;
  overflow: hidden;
  border-radius: var(--pjw-wc-radius);
  background: linear-gradient(135deg, #092756, #0a6c86);
  color: #fff;
  box-shadow: var(--pjw-wc-shadow);
}
.pjw-wc-media-card--photo {
  background: linear-gradient(135deg, #65051c, #9a1734);
}
.pjw-wc-media-card--audio {
  background: linear-gradient(135deg, #063c55, #006c78);
}
.pjw-wc-media-card--report {
  background: linear-gradient(135deg, #3d285e, #265d8f);
}
.pjw-wc-media-card img {
  width: 100%;
  height: 118px;
  object-fit: cover;
  opacity: 0.88;
}
.pjw-wc-media-card__body {
  padding: 14px;
  position: relative;
  z-index: 2;
}
.pjw-wc-media-card small {
  display: block;
  color: rgba(255, 255, 255, 0.78);
  font-size: 11px;
  font-weight: 900;
  margin-bottom: 7px;
}
.pjw-wc-media-card strong {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.45;
}
.pjw-wc-media-card p {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 12px;
}
.pjw-wc-play-badge {
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: #0b2f63;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 900;
  z-index: 3;
}
.pjw-wc-audio-visual {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
  opacity: 0.8;
}
.pjw-wc-audio-visual span {
  width: 88px;
  height: 2px;
  background: repeating-linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.9) 0 3px,
    transparent 3px 8px
  );
}
.pjw-wc-audio-visual button {
  width: 58px;
  height: 58px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: #0b2f63;
  cursor: pointer;
  font-weight: 900;
}

.pjw-wc-tab-panels {
  margin-top: 22px;
}
.pjw-wc-tab-panel {
  display: none;
}
.pjw-wc-tab-panel.is-active {
  display: block;
}
.pjw-wc-tab-panel:not([data-panel='overview']) {
  border: 1px solid var(--pjw-wc-border);
  border-radius: var(--pjw-wc-radius);
  background: var(--pjw-wc-surface);
  padding: 20px;
  box-shadow: var(--pjw-wc-shadow);
}
.pjw-wc-tab-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}
.pjw-wc-match-row,
.pjw-wc-team-row,
.pjw-wc-simple-card {
  border: 1px solid var(--pjw-wc-border);
  border-radius: 12px;
  background: var(--pjw-wc-soft);
  padding: 14px;
}
.pjw-wc-match-row {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 12px;
  align-items: center;
  text-align: center;
}
.pjw-wc-match-row strong {
  display: block;
  font-size: 13px;
}
.pjw-wc-match-row small {
  color: var(--pjw-wc-muted);
}
.pjw-wc-match-row__score {
  font-size: 18px;
  font-weight: 950;
  color: var(--pjw-wc-primary);
}
.pjw-wc-team-row {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 900;
}
.pjw-wc-team-row .pjw-wc-flag {
  width: 42px !important;
  height: 30px !important;
  min-width: 42px;
  max-width: 42px;
  border-radius: 6px !important;
  padding: 2px;
  box-shadow: none;
}
.pjw-wc-simple-card img {
  width: 100%;
  height: 135px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 10px;
}
.pjw-wc-simple-card strong {
  color: var(--pjw-wc-text);
  line-height: 1.45;
}
.pjw-wc-simple-card p {
  color: var(--pjw-wc-muted);
  line-height: 1.6;
}

.pjw-wc-about-panel {
  display: grid;
  grid-template-columns: minmax(0, 360px) minmax(0, 1fr);
  gap: 24px;
  align-items: start;
}

.pjw-wc-about-image {
  overflow: hidden;
  border-radius: var(--pjw-wc-radius);
  background: var(--pjw-wc-soft);
}

.pjw-wc-about-image img {
  width: 100%;
  min-height: 230px;
  object-fit: cover;
}

.pjw-wc-about-content h2 {
  margin: 0 0 14px;
  color: var(--pjw-wc-text);
  font-size: clamp(24px, 3vw, 38px);
  line-height: 1.25;
  font-weight: 950;
}

.pjw-wc-about-content p {
  margin: 0;
  color: var(--pjw-wc-muted);
  font-size: 15px;
  line-height: 2;
}

.pjw-wc-skeleton {
  min-height: 120px;
  border-radius: 12px;
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.08),
    rgba(255, 255, 255, 0.2),
    rgba(255, 255, 255, 0.08)
  );
  background-size: 200% 100%;
  animation: pjwWorldCupSkeleton 1.2s linear infinite;
}

@keyframes pjwWorldCupSkeleton {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

.pjw-wc-admin .card {
  max-width: none;
  padding: 16px;
}
.pjw-wc-admin-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}
.pjw-wc-admin-columns {
  display: grid;
  grid-template-columns: 430px minmax(0, 1fr);
  gap: 20px;
  align-items: start;
}
.pjw-wc-admin-list {
  overflow-x: auto;
}
.pjw-wc-admin input.regular-text,
.pjw-wc-admin textarea.large-text,
.pjw-wc-admin input.large-text {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 1100px) {
  .pjw-wc-hero__inner {
    grid-template-columns: 280px minmax(0, 1fr);
  }
  .pjw-wc-trophy {
    display: none;
  }
  .pjw-wc-grid {
    grid-template-columns: 1fr;
  }
  .pjw-wc-sidebar {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 782px) {
  .pjw-wc-about-panel { grid-template-columns: 1fr; }
  .pjw-wc-hero { min-height: 430px; background-position: center center; }
  .pjw-wc-match-card { background: rgba(3, 15, 34, 0.64); }
  .pjw-wc-container {
    width: min(100% - 22px, 1180px);
  }
  .pjw-wc-hero__inner {
    grid-template-columns: 1fr;
  }
  .pjw-wc-hero__content {
    order: -1;
  }
  .pjw-wc-match-card {
    min-height: 0;
  }
  .pjw-wc-scoreboard {
    grid-template-columns: 1fr;
  }
  .pjw-wc-score-center span {
    font-size: 44px;
  }
  .pjw-wc-cards-row,
  .pjw-wc-sidebar,
  .pjw-wc-tab-grid {
    grid-template-columns: 1fr;
  }
  .pjw-wc-tabs button {
    min-width: 92px;
    font-size: 12px;
  }
  .pjw-wc-admin-grid,
  .pjw-wc-admin-columns {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 782px) {
  .pjw-wc-about-panel { grid-template-columns: 1fr; }
  .pjw-wc-hero { min-height: 430px; background-position: center center; }
  .pjw-wc-match-card { background: rgba(3, 15, 34, 0.64); }
  .pjw-wc-hero {
    min-height: 430px;
    background-position: center center;
  }

  .pjw-wc-hero[style*='--pjw-wc-hero-bg'] .pjw-wc-hero__inner {
    grid-template-columns: 1fr;
  }

  .pjw-wc-hero__overlay {
    background: linear-gradient(
      180deg,
      rgba(2, 8, 20, 0.42) 0%,
      rgba(2, 8, 20, 0.22) 45%,
      rgba(2, 8, 20, 0.38) 100%
    );
  }

  .pjw-wc-match-card {
    background: rgba(3, 15, 34, 0.64);
  }
}



/* Pajhwok World Cup v2.2.0 fixes */
.pjw-wc-cards-row:empty {
  display: none;
}

.pjw-wc-score-center--versus b {
  display: block;
  font-size: 20px;
  line-height: 1.2;
  color: var(--pjw-wc-primary);
}

.pjw-wc-admin input[type='text'],
.pjw-wc-admin input[type='url'],
.pjw-wc-admin input[type='number'],
.pjw-wc-admin input[type='email'],
.pjw-wc-admin input[type='password'],
.pjw-wc-admin input.regular-text,
.pjw-wc-admin input.large-text,
.pjw-wc-admin select,
.pjw-wc-admin textarea,
.pjw-wc-admin textarea.large-text {
  width: 100%;
  max-width: 100%;
  min-height: 38px;
}

.pjw-wc-admin textarea,
.pjw-wc-admin textarea.large-text {
  min-height: 105px;
}

.pjw-wc-admin .form-table td input[type='checkbox'] {
  width: auto;
  min-height: 0;
}

.pjw-wc-admin form.card p {
  margin: 0 0 14px;
}

.pjw-wc-admin form.card label strong {
  display: inline-block;
  margin-bottom: 5px;
}


.pjw-wc-match-row .pjw-wc-flag,
.pjw-wc-team-mini .pjw-wc-flag {
  flex: 0 0 auto;
}

html[data-theme='dark'] .pjw-wc-flag,
body.pjw-theme-dark .pjw-wc-flag,
html.pjw-theme-dark .pjw-wc-flag {
  background: #ffffff !important;
  border-color: rgba(255, 255, 255, 0.22);
}
