/* poster.css recreated: Modern poster and modal styles */
.kh1-poster-overlay {
  position: relative;
  width: 680px;
  height: 680px;
  background: transparent;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0,0,0,0.18);
}
.kh1-poster-bg {
  position: absolute;
  inset: 0;
  background: url('../images/kh2.jpg') center/cover no-repeat;
  z-index: 1;
  opacity: 1;
}
.kh1-poster-date, .kh1-poster-time {
  position: absolute;
  top: 70px;
  z-index: 2;
  font-family: 'Bayon', sans-serif;
  font-size: 1.6rem;
  background: #ffe066;
  color: #222;
  border-radius: 8px;
  padding: 4px 24px;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  border: 2px solid #f1c40f;
}
.kh1-poster-date { left: 30px; }
.kh1-poster-time { right: 30px; }
.kh1-poster-row {
  position: absolute;
  left: 30px;
  right: 30px;
  height: 60px;
  display: flex;
  align-items: center;
  z-index: 2;
}
.kh1-poster-row1 { top: 130px; }
.kh1-poster-row2 { top: 190px; }
.kh1-poster-row3 { top: 250px; }
.kh1-poster-row4 { top: 310px; }
.kh1-poster-label {
  width: 54px;
  height: 54px;
  background: #1de9b6;
  color: #222;
  font-family: 'Bayon', sans-serif;
  font-size: 1.5rem;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.10);
  border: 2px solid #00bfae;
}
.kh1-poster-reds, .kh1-poster-blues {
  display: flex;
  gap: 8px;
}
.kh1-poster-reds span {
  width: 54px;
  height: 54px;
  background: radial-gradient(circle at 35% 35%, #f44336, #c62828);
  color: #fff;
  font-family: 'Bayon', sans-serif;
  font-size: 2.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  border: 2px solid #b71c1c;
}
.kh1-poster-blues span {
  width: 54px;
  height: 54px;
  background: radial-gradient(circle at 35% 35%, #42a5f5, #1565c0);
  color: #fff;
  font-family: 'Bayon', sans-serif;
  font-size: 2.1rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  box-shadow: 0 2px 8px rgba(0,0,0,0.18);
  border: 2px solid #1565c0;
}
@media (max-width: 500px) {
  .kh1-poster-overlay { width: 98vw; height: 80vw; min-width: 0; min-height: 0; }
  .kh1-poster-row, .kh1-poster-label, .kh1-poster-reds span, .kh1-poster-blues span {
    width: 40px !important; height: 40px !important; font-size: 1.2rem !important;
  }
  .kh1-poster-date, .kh1-poster-time { font-size: 1.1rem; padding: 2px 10px; }
}
 
