@font-face {
  font-family: 'Inter';
  src: url('/assets/fonts/Inter-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: #000;
  color: #fff;
  overflow-y: auto;
}

#app {
  width: 100%;
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.textos-container {
  max-height: 65vh;
  overflow-y: auto;
  padding: 1.5rem;
  font-family: 'Inter', sans-serif;
  width: 90%;
  max-width: 800px;
  background: none;
  color: #fff;
  margin-bottom: 6rem;
  scroll-behavior: smooth;
  box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.05), 0 4px 12px rgba(0, 0, 0, 0.2);
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 12px;
  max-width: 92vw;
  margin: 0 auto;
  padding: 3vh 5vw;
  font-size: 1.1rem;
}

.textos-scroll-wrapper,
.scroll-box {
  max-height: 100vh;
  overflow-y: auto;
  padding: 2rem 1rem;
  width: 100%;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
}

.textos-container h2,
.gold-title {
  color: gold;
  font-weight: bold;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  text-align: justify;
  color: #ffd700;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.8);
}

.textos-container p,
.text-content {
  font-size: 1rem;
  line-height: 1.6;
  text-align: justify;
  margin-bottom: 1.5rem;
  color: #e0e0e0;
  white-space: pre-line;
  color: #eaeaea;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.75);
  background-color: rgba(0, 0, 0, 0.4);
  padding: 1.2rem;
  border-radius: 10px;
}

.flag-label {
  color: #ffcc00;
  font-weight: bold;
  font-family: 'Inter', sans-serif;
  text-align: center;
  margin-top: 0.5rem;
  font-size: 1.2rem;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.6);
  text-transform: uppercase;
}

.fixed-continue-button {
  position: fixed;
  bottom: 2vh;
  right: 2vh;
  width: clamp(50px, 6vw, 90px);
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  z-index: 1000;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.play-now-button {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  width: clamp(80px, 8vw, 120px);
  height: auto;
  z-index: 9999;
  cursor: pointer;
}

.btn-opcion {
  background-color: rgba(255, 255, 255, 0.15);
  color: white;
  border: none;
  padding: 1rem;
  font-weight: bold;
  text-align: center;
  border-radius: 20px;
  font-size: 1.2rem;
  min-width: 150px;
  max-width: 200px;
  margin: 10px auto;
  transition: background-color 0.3s ease;
}

.btn-opcion:hover {
  background-color: rgba(255, 255, 255, 0.3);
}

.boton-reproduccion {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: rgba(44, 27, 58, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.5);
  transition: transform 0.2s ease;
  backdrop-filter: blur(4px);
}

.boton-reproduccion:hover {
  transform: scale(1.05);
}

.boton-reproduccion img {
  width: 60%;
  height: auto;
}

.contenedor-reproductor {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  margin-top: 1rem;
}

.contenedor-opciones {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  max-width: 500px;
  margin: 0 auto;
}

.img-dimash {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 25vw;
  max-height: 90vh;
  height: auto;
  z-index: 2;
  object-fit: contain;
  pointer-events: none;
  opacity: 0.9;
  border-radius: 15px;
  filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.3));
  transition: filter 0.3s ease;
}

.img-dimash:hover {
  filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0.4));
}

.redes-container {
  display: grid;
  gap: 1rem;
  width: 100%;
  max-width: 500px;
  margin: 2rem auto 0 auto;
  padding: 0 1rem;
}

.red-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0.8rem 1rem;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  cursor: pointer;
  transition: all 0.3s ease;
  gap: 1rem;
}

.red-item:hover {
  background-color: rgba(255, 215, 0, 0.15);
  border-color: rgba(255, 215, 0, 0.3);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 215, 0, 0.2);
}

.red-icon {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 8px;
  flex-shrink: 0;
}

.red-handle {
  color: #FFD700;
  font-family: 'Inter', sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
  margin: 0;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.8);
  flex-grow: 1;
}

.opciones-bootstrap-container {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  padding: 0 1rem;
}

.opcion-button {
  border-radius: 0.8rem;
  border: none;
  font-weight: bold;
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  word-break: break-word;
  hyphens: auto;
  box-sizing: border-box;
  width: 100%;
  margin-bottom: 0.5rem;
  height: 45px;
  min-height: 45px;
  font-size: 0.75rem;
  padding: 0.4rem 0.6rem;
}

@media (min-width: 576px) {
  .opcion-button {
    height: 55px;
    min-height: 55px;
    font-size: 0.85rem;
    padding: 0.6rem 0.8rem;
    margin-bottom: 0.75rem;
  }
  
  .opciones-bootstrap-container {
    padding: 0 1.5rem;
  }
}

@media (min-width: 768px) {
  .opcion-button {
    height: 70px;
    min-height: 70px;
    font-size: 1rem;
    padding: 0.8rem 1rem;
    margin-bottom: 1rem;
  }
}

@media (min-width: 992px) {
  .opcion-button {
    height: 80px;
    min-height: 80px;
    font-size: 1.1rem;
    padding: 1rem;
    margin-bottom: 1.25rem;
  }
}

.audio-controls {
  display: flex;
  justify-content: center;
  gap: 1rem;
  margin: 1rem 0;
  flex-wrap: wrap;
}

.audio-controls img {
  width: 45px;
  height: 45px;
  cursor: pointer;
  transition: transform 0.2s ease;
}

.audio-controls img:hover {
  transform: scale(1.05);
}

@media (min-width: 576px) {
  .audio-controls {
    gap: 1.5rem;
    margin: 1.5rem 0;
  }
  
  .audio-controls img {
    width: 55px;
    height: 55px;
  }
}

@media (min-width: 768px) {
  .audio-controls {
    gap: 2rem;
    margin: 2rem 0;
  }
  
  .audio-controls img {
    width: 60px;
    height: 60px;
  }
}

.dimash-image-container {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  overflow: hidden;
}

.dimash-image-container img {
  width: 100%;
  height: auto;
  max-height: 50vh;
  object-fit: contain;
  border-radius: 10px;
}

@media (min-width: 576px) {
  .dimash-image-container img {
    max-height: 60vh;
  }
}

@media (min-width: 768px) {
  .dimash-image-container img {
    max-height: 70vh;
  }
}

@media (min-width: 992px) {
  .dimash-image-container img {
    max-height: 80vh;
  }
}

.progress-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0.5rem;
  height: 100%;
}

.progress-bar-vertical {
  width: 0.8rem;
  height: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 0.5rem;
  overflow: hidden;
  margin-bottom: 1rem;
}

.progress-bar-fill {
  width: 100%;
  background-color: #007bff;
  transition: height 0.3s ease;
  border-radius: 0.5rem;
}

@media (min-width: 576px) {
  .progress-bar-vertical {
    width: 1rem;
    height: 60%;
  }
}

@media (min-width: 768px) {
  .progress-bar-vertical {
    width: 1rem;
    height: 65%;
    margin-bottom: 1.5rem;
  }
}

.btn-continue {
  width: 40px;
  height: 40px;
  cursor: pointer;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.btn-continue:hover {
  transform: scale(1.1);
}

@media (min-width: 576px) {
  .btn-continue {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 768px) {
  .btn-continue {
    width: 60px;
    height: 60px;
  }
}

.language-selector {
  padding: 1rem;
}

.flag-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1rem;
}

.flag-container img {
  width: 60px;
  height: 60px;
  cursor: pointer;
  border-radius: 50%;
  transition: transform 0.2s ease;
}

.flag-container img:hover {
  transform: scale(1.1);
}

@media (min-width: 576px) {
  .flag-container img {
    width: 80px;
    height: 80px;
  }
  
  .flag-label {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .flag-container img {
    width: 100px;
    height: 100px;
  }
  
  .flag-label {
    font-size: 1.1rem;
  }
}

.mobile-layout {
  display: flex;
  flex-direction: column;
  height: 100vh;
  overflow: hidden;
}

.mobile-image-section {
  flex: 0 0 20%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 0.5rem;
}

.mobile-content-section {
  flex: 0 0 65%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
  overflow-y: auto;
}

.mobile-progress-section {
  flex: 0 0 15%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}

.mobile-progress-section .progress {
  width: 60%;
  height: 8px;
  margin-right: 1rem;
}

.mobile-progress-section .progress-bar {
  height: 100%;
  transition: width 0.3s ease;
}

@media (min-width: 768px) {
  .desktop-layout {
    display: flex;
    flex-direction: row;
    height: 100vh;
    overflow: hidden;
  }
  
  .desktop-image-section {
    flex: 0 0 35%;
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    padding: 1rem;
  }
  
  .desktop-content-section {
    flex: 0 0 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2rem;
  }
  
  .desktop-progress-section {
    flex: 0 0 15%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 1rem;
  }
}

.text-content-responsive {
  font-family: 'Inter', sans-serif;
  color: #fff;
  line-height: 1.5;
}

.text-content-responsive h1 {
  font-size: 1.5rem;
  color: #FFD700;
  text-align: center;
  margin-bottom: 1rem;
}

.text-content-responsive h2 {
  font-size: 1.2rem;
  color: #FFD700;
  margin-bottom: 0.8rem;
}

.text-content-responsive p {
  font-size: 0.9rem;
  margin-bottom: 1rem;
  text-align: justify;
}

@media (min-width: 576px) {
  .text-content-responsive h1 {
    font-size: 2rem;
  }
  
  .text-content-responsive h2 {
    font-size: 1.4rem;
  }
  
  .text-content-responsive p {
    font-size: 1rem;
  }
}

@media (min-width: 768px) {
  .text-content-responsive h1 {
    font-size: 2.5rem;
  }
  
  .text-content-responsive h2 {
    font-size: 1.6rem;
  }
  
  .text-content-responsive p {
    font-size: 1.1rem;
  }
}

@media (min-width: 992px) {
  .text-content-responsive h1 {
    font-size: 3rem;
  }
  
  .text-content-responsive h2 {
    font-size: 1.8rem;
  }
  
  .text-content-responsive p {
    font-size: 1.2rem;
  }
}

.show-mobile-only {
  display: block;
}

.show-desktop-only {
  display: none;
}

@media (min-width: 768px) {
  .show-mobile-only {
    display: none;
  }
  
  .show-desktop-only {
    display: block;
  }
}

.spacing-xs { margin: 0.25rem; }
.spacing-sm { margin: 0.5rem; }
.spacing-md { margin: 1rem; }
.spacing-lg { margin: 1.5rem; }
.spacing-xl { margin: 2rem; }

@media (max-width: 480px) {
  .fixed-continue-button {
    width: clamp(40px, 10vw, 60px);
    bottom: 1.5vh;
    right: 1.5vh;
  }
  
  .textos-container {
    max-height: 55vh;
    font-size: 0.9rem;
  }
  
  .img-dimash {
    width: 55vw;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .fixed-continue-button {
    width: clamp(50px, 8vw, 80px);
  }
  
  .textos-container {
    max-height: 60vh;
    font-size: 0.95rem;
  }
  
  .img-dimash {
    max-width: 55vw;
    bottom: 0;
    left: 0;
    opacity: 0.95;
  }
  
  .contenedor-botones-cancion {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  
  .btn-opcion {
    width: 90%;
    font-size: 1rem;
    padding: 0.8rem;
  }
}

@media (max-width: 768px) {
  .redes-container {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: repeat(4, 1fr);
    max-width: 100%;
    margin-top: 0.5rem;
    padding: 0 0.5rem;
    gap: 0.5rem;
  }
  
  .red-item {
    padding: 0.6rem 0.8rem;
    min-height: 55px;
    gap: 0;
  }
  
  .red-icon {
    width: 28px;
    height: 28px;
    flex-shrink: 0;
  }
  
  .red-handle {
    font-size: 0.5rem;
    line-height: 1.1;
    word-break: break-word;
    flex-grow: 1;
    overflow: hidden;
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .fixed-continue-button {
    width: clamp(70px, 5vw, 100px);
  }
}

@media (max-width: 768px) and (orientation: landscape) {
  .textos-container {
    font-size: 0.95rem;
    padding-bottom: 6vh;
  }
}

@media (max-width: 480px) and (orientation: landscape) {
  .textos-container {
    font-size: 0.88rem;
    padding-bottom: 8vh;
  }
}

@keyframes rotateDevice {
  0%   { transform: rotate(0deg); }
  50%  { transform: rotate(90deg); }
  100% { transform: rotate(0deg); }
}

@keyframes giro {
  0%   { transform: rotate(0deg); }
  25%  { transform: rotate(90deg); }
  50%  { transform: rotate(0deg); }
  100% { transform: rotate(0deg); }
}

.rotate-icon-container {
  width: 128px;
  height: 128px;
  display: inline-block;
  animation: rotateDevice 3s infinite ease-in-out;
  transform-origin: center center;
}

.rotate-icon {
  width: 80px;
  height: 80px;
  margin-bottom: 1rem;
  animation: giro 2s infinite ease-in-out;
}

.orientacion-overlay {
  position: fixed;
  inset: 0;
  background-color: #001d2be0;
  color: white;
  z-index: 9999;
  display: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 2rem;
  font-family: 'Poppins', sans-serif;
}

.orientacion-overlay.active {
  display: flex;
}

.orientacion-mensaje p {
  font-size: 1.4rem;
  margin: 0;
  line-height: 1.4;
}
/* Anti-translation protection - more specific */
.notranslate {
  translate: no !important;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

[data-original] {
  font-feature-settings: "kern" 0;
}

/* Don't break buttons and interactive elements */
button, img, a {
  -webkit-transform: none !important;
  transform: none !important;
}
/* Progress Numbers & Stars Animations */

/* Current song number pulse animation */
@keyframes golden-pulse {
  0%, 100% { 
    transform: scale(1);
    text-shadow: 0 0 8px rgba(255, 215, 0, 0.8);
    color: #FFD700;
  }
  50% { 
    transform: scale(1.2);
    text-shadow: 0 0 15px rgba(255, 215, 0, 1), 0 0 20px rgba(255, 255, 255, 0.6);
    color: #FFF700;
  }
}

/* Completed stars glow effect */
@keyframes star-glow {
  0%, 100% { 
    text-shadow: 0 0 6px rgba(255, 215, 0, 0.6);
    filter: brightness(1.2);
  }
  50% { 
    text-shadow: 0 0 12px rgba(255, 215, 0, 0.8), 0 0 18px rgba(255, 255, 255, 0.4);
    filter: brightness(1.4);
  }
}

/* Final celebration animation */
@keyframes star-celebration {
  0% { 
    transform: scale(1) rotate(0deg);
    text-shadow: 0 0 6px rgba(255, 215, 0, 0.6);
  }
  50% { 
    transform: scale(1.4) rotate(180deg);
    text-shadow: 0 0 18px rgba(255, 215, 0, 1), 0 0 22px rgba(255, 255, 255, 0.6);
  }
  100% { 
    transform: scale(1.1) rotate(360deg);
    text-shadow: 0 0 12px rgba(255, 215, 0, 0.8);
  }
}

/* Gentle continuous glow */
@keyframes gentle-glow {
  0%, 100% { 
    text-shadow: 0 0 12px rgba(255, 215, 0, 0.8);
  }
  50% { 
    text-shadow: 0 0 20px rgba(255, 215, 0, 1), 0 0 25px rgba(255, 255, 255, 0.4);
  }
}

/* Animation classes */
.current-number {
  animation: golden-pulse 1.5s ease-in-out infinite;
}

.completed-star {
  animation: star-glow 3s ease-in-out infinite;
}

.celebrating-star {
  animation: star-celebration 1s ease-out;
}

.eternal-glow {
  animation: gentle-glow 4s ease-in-out infinite;
}

/* Base styles for song numbers */
[data-song-number] {
  transition: all 0.3s ease;
  cursor: default;
  user-select: none;
}

/* Hover effect for stars */
[data-song-number]:hover {
  transform: scale(1.1);
  text-shadow: 0 0 15px rgba(255, 215, 0, 1) !important;
}
/* Desktop improvements for social networks screen */
@media (min-width: 992px) {
  .redes-container {
    max-width: 650px !important;
    gap: 1.5rem !important;
    margin: 2rem auto 0 auto !important;
  }
  
  .red-item {
    padding: 1.5rem 2rem !important;
    min-height: 80px;
    gap: 1.5rem !important;
  }
  
  .red-icon {
    width: 50px !important;
    height: 50px !important;
  }
  
  .red-handle {
    font-size: 1.2rem !important;
    font-weight: 600;
    line-height: 1.3;
  }
}

@media (min-width: 1200px) {
  .redes-container {
    max-width: 700px !important;
  }
  
  .red-item {
    padding: 2rem 2.5rem !important;
    min-height: 90px;
  }
  
  .red-handle {
    font-size: 1.3rem !important;
  }
}
/* Social Media Modal - Horizontal Layout */
.social-modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10002;
  backdrop-filter: blur(5px);
}

.social-modal {
  background: linear-gradient(135deg, #2a2a2a, #1a1a1a);
  border-radius: 12px;
  padding: 20px 25px;
  border: 2px solid #FFD700;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.3);
  display: flex;
  align-items: center;
  gap: 20px;
  width: 90%;
  max-width: 600px;
  min-height: 80px;
}

.social-modal-icon {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: contain;
  flex-shrink: 0;
}

.social-modal-content {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.social-modal-name {
  font-size: 1.4rem;
  color: #FFD700;
  font-weight: bold;
  margin: 0;
  letter-spacing: 0.5px;
}

.social-modal-handle {
  font-size: 1rem;
  color: #FFA500;
  font-family: monospace;
  margin: 0;
}

.social-modal-url {
  font-size: 0.85rem;
  color: #CCCCCC;
  font-family: monospace;
  margin: 0;
  opacity: 0.8;
}

.social-modal-buttons {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}

.social-btn-copy {
  background: #FFD700;
  color: #000;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  font-size: 0.9rem;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
}

.social-btn-copy:hover {
  background: #FFA500;
  transform: scale(1.05);
}

.social-btn-close {
  background: transparent;
  color: #FFFFFF;
  border: 1px solid #FFFFFF;
  padding: 8px 18px;
  border-radius: 6px;
  font-size: 0.85rem;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  font-family: 'Inter', sans-serif;
}

.social-btn-close:hover {
  background: #FFFFFF;
  color: #000;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .social-modal {
    max-width: 95%;
    padding: 15px 20px;
    gap: 15px;
  }

  .social-modal-icon {
    width: 40px;
    height: 40px;
  }

  .social-modal-name {
    font-size: 1.2rem;
  }

  .social-modal-handle {
    font-size: 0.9rem;
  }

  .social-modal-url {
    font-size: 0.75rem;
  }

  .social-btn-copy, .social-btn-close {
    padding: 8px 12px;
    font-size: 0.8rem;
  }
}

@media (max-height: 500px) and (orientation: landscape) {
  .social-modal {
    padding: 10px 20px;
    min-height: 60px;
  }

  .social-modal-icon {
    width: 35px;
    height: 35px;
  }

  .social-modal-name {
    font-size: 1.1rem;
  }

  .social-modal-handle, .social-modal-url {
    font-size: 0.8rem;
  }
}
.social-modal-handle {
 word-break: break-word !important;
 hyphens: auto !important;
 max-width: 100% !important;
}

.social-modal-name {
 flex-shrink: 0 !important;
}

.social-modal-content {
 min-width: 0 !important;
 overflow: hidden !important;
}

.social-modal-url, .social-modal-handle {
 overflow: hidden !important;
 text-overflow: ellipsis !important;
 white-space: nowrap !important;
}

@media (max-width: 500px) {
 .social-modal-url, .social-modal-handle {
   white-space: normal !important;
 }
}
@media (max-width: 768px) {
  .tickets-warning {
    font-size: 0.7rem !important;
    padding: 0.4rem 0.8rem !important;
    max-width: 95% !important;
  }
}

@media (max-width: 480px) {
  .tickets-warning {
    font-size: 0.6rem !important;
    padding: 0.3rem 0.6rem !important;
    line-height: 1.2 !important;
  }
}

@media (max-width: 360px) {
  .tickets-warning {
    font-size: 0.55rem !important;
    padding: 0.25rem 0.5rem !important;
  }
}