/* Mobile entry overlay V2 – exclusive styles. All rules scoped to #mobile-block-overlay. */

#mobile-block-overlay #mobile-v2-inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  overflow: hidden;
  background: #000;
}

#mobile-block-overlay #mobile-v2-header {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2vw 2vw;
  background: #dddcdc; /* opaque – same grey as overlay, no transparency so it doesn't look white on white */
  border-bottom: 1.5px dotted #666;
}

#mobile-block-overlay #mobile-v2-header a:first-child {
  display: block;
}

#mobile-block-overlay #mobile-v2-header img {
  height: 10vw;
  width: auto;
  display: block;
  padding: 8px 8px;
}

#mobile-block-overlay #mobile-v2-lang-wrap {
  display: inline-flex;
  align-items: center;
  color: #333;
  white-space: nowrap;
  flex-shrink: 0;
}

#mobile-block-overlay #mobile-v2-lang-wrap a {
  text-decoration: none;
  font-size: 6vw;
  padding: 8px 8px;
  white-space: nowrap;
}

#mobile-block-overlay #mobile-v2-lang-wrap a.mobile-v2-lang-active {
  color: #999;
}

#mobile-block-overlay #mobile-v2-lang-wrap a.mobile-v2-lang-inactive {
  color: #000;
}

#mobile-block-overlay #mobile-v2-lang-wrap span {
  color: #666;
  font-size: 6vw;
  padding: 2 2px;
}

#mobile-block-overlay #mobile-v2-menu {
  flex: 0 0 auto;
  overflow-y: auto;
  padding: 0 20px;
  background: #f5f5f5e4;
}

#mobile-block-overlay .mobile-v2-menuitem,
#mobile-block-overlay .mobile-v2-menuitem-btn {
  display: block;
  padding: 2vw 2vw;
  color: black;
  text-decoration: none;
  font-size: 9vw;
  font-weight: 400;
  letter-spacing: -0.6vw;
  border-bottom: 1px dotted #555; !important
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
  -webkit-tap-highlight-color: transparent;
}

#mobile-block-overlay .mobile-v2-menuitem-btn {
  width: 100%;
  text-align: left;
  background: 0;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  cursor: pointer;
  margin: 0;
}
#mobile-block-overlay #mobile-v2-rotating-wrap {
  flex: 1 1 auto;
  min-height: 120px;
  width: 100%;
  overflow: hidden;
  background: white;
}

#mobile-block-overlay #mobile-v2-rotating-box {
  height: 95%;
  width: 95%;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
  margin: 3vw 3vw;
}

#mobile-block-overlay #mobile-v2-rotating-box .rotating_news_item {
  flex: 0 0 100%;
  min-width: 100%;
  min-height: 100%;
  box-sizing: border-box;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  position: relative;
  display: flex;
  flex-direction: column;
  cursor: pointer;
}

/* Same dark overlay as desktop so text is readable */
#mobile-block-overlay #mobile-v2-rotating-box .rotating_news_item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

#mobile-block-overlay #mobile-v2-rotating-box .rotating_news_item .top_box_news,
#mobile-block-overlay #mobile-v2-rotating-box .rotating_news_item .middle_box_news,
#mobile-block-overlay #mobile-v2-rotating-box .rotating_news_item .bottom_box_news {
  position: relative;
  z-index: 2;
}

#mobile-block-overlay #mobile-v2-rotating-box .rotating_news_item .top_box_news {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.5vw;
  padding: 2vw 2vw;
}

#mobile-block-overlay #mobile-v2-rotating-box .rotating_news_item .top_box_news .box_news_date {
  order: 2;
}

#mobile-block-overlay #mobile-v2-rotating-box .rotating_news_item .top_box_news .box_news_type {
  order: 1;
}

#mobile-block-overlay #mobile-v2-rotating-box .box_news_date {
  font-size: 7vw;
  font-weight: 400;
  letter-spacing: -0.2vw;
  color: #fff;
}

#mobile-block-overlay #mobile-v2-rotating-box .box_news_title {
  font-size: 9vw;
  padding-right: 1vw; !important
}
#mobile-block-overlay #mobile-v2-rotating-box .box_news_artist {
  font-size: 5vw;
  padding-right: 1vw; !important
}
#mobile-block-overlay #mobile-v2-rotating-box .middle_box_news {
  padding-right: 1vw;
}

#mobile-block-overlay #mobile-v2-rotating-box .event-type-badge {
  font-size: 3vw;
  color: #fff;
}