/* justintv.org deck skin — sharp cyan slab */
.jo-deck-active #matchList,
.jo-deck-active #normalSearchBar { display: none !important; }

.jo-deck-shell {
  padding: 22px 12px 30px; min-height: 290px;
  display: grid; place-items: center;
}
.jo-deck-card {
  width: min(100%, 420px); padding: 26px 20px 28px;
  border-radius: 6px 22px 6px 22px;
  background: #04121c;
  border-left: 4px solid #22d3ee;
  border-right: 1px solid rgba(34,211,238,.25);
  box-shadow: 12px 16px 0 rgba(8,145,178,.18);
}
.jo-deck-eyebrow {
  margin: 0 0 8px; font-size: .7rem; font-weight: 800;
  letter-spacing: .2em; color: #67e8f9;
}
.jo-deck-title {
  margin: 0 0 8px; font-size: 1.35rem; color: #ecfeff; font-weight: 800;
}
.jo-deck-copy { margin: 0 0 18px; color: #a5f3fc; font-size: .88rem; }
.jo-deck-btn {
  display: inline-block; padding: 12px 26px;
  background: #06b6d4; color: #042f2e !important;
  font-weight: 900; text-decoration: none !important;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
}
.jo-deck-btn:hover { background: #22d3ee; }
#playerWrapper.jo-deck-stage-empty {
  min-height: 210px; background: linear-gradient(135deg, #031018, #082f3d) !important;
  position: relative;
}
.jo-deck-tip {
  position: absolute; inset: 0; display: grid; place-items: center; z-index: 2;
}
.jo-deck-tip a {
  color: #a5f3fc; font-weight: 800; text-decoration: none;
  border-bottom: 2px solid #22d3ee; padding-bottom: 2px;
}
