/* ===============================
   📱 SMARTPHONE SMALL (≤345px)
   =============================== */

@media (max-width: 345px) {
  .desktop-view {
    display: none !important;
  }
  .mobile-view {
    display: block !important;
  }
  .event-card {
    height: 420px;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
  }
  .event-card.shadow {
    height: 135px;
    top: 255px;
  }
  .event-card.shadow .card-content {
    bottom: 7px;
  }
  .event-card.shadow .card-content.default {
    left: 50px;
    right: 50px;
  }
  .event-card.shadow .card-content.category {
    left: 40px;
    right: 40px;
  }
  .event-card.shadow .card-content h1,
  .event-card.shadow .card-content a {
    overflow: visible;
  }
  .event-card.shadow .card-content h1 {
    font-family: 'InterThin';
    font-size: 11px;
    letter-spacing: 0.3px;
    padding: 6px 21px;
    background-image: url('/vendor/concerts/2025_savior/images/BG-BUTTON-GET-TICKET.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 22px;
    color: var(--white-color);
  }
  .event-card.shadow .card-content h1:hover::after {
    width: 0 !important;
  }
  .event-card.shadow .card-content a {
    font-size: 9px;
  }
  .event-card.main .card-content {
    padding: 16px 50px;
    text-align: center;
  }
  .event-logo {
    width: 100%;
    height: 100px;
    margin: 0 auto 10px auto;
  }
  .event-logo .layer2 {
    display: none !important;
  }
  .event-info {
    flex-direction: column;
    text-align: center;
    gap: 10px;
  }
  .event-info .left sup {
    font-size: 8px;
  }
  .event-info .line {
    display: none;
  }
  .event-info .left,
  .event-info .right {
    font-size: 13px;
    align-self: center;
  }
  .event-content {
    flex-direction: column;
    align-items: center;
    margin-top: 30px;
  }
  .event-content .top .text-christmas {
    font-family: 'InterLight';
    font-size: 35px;
  }
  .event-content .top .text-live-worship {
    font-family: 'InterSemiBold';
    font-size: 35px;
  }
  .event-content .top .text-year {
    font-family: 'InterMedium';
    font-size: 16px;
    line-height: 2;
  }
  .event-content .bottom .brand {
    height: 10px;
    margin-top: 45px;
  }
  .register-form {
    margin-top: -135px;
    margin-bottom: 40px;
    padding: 0 30px;
  }
  .register-form .title {
    font-size: 23px;
  }
  .register-form .subtitle {
    font-size: 12px;
    margin: 0 0 15px;
  }
  .register-form form {
    max-width: 100%;
  }
  .register-form form .form-group {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  .register-form form .form-group input,
  .register-form form .form-group select {
    font-size: 12px;
    padding: 10px 15px;
  }
  .register-form form .form-terms {
    font-size: 12px;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 16px;
  }
  .register-form form .btn-submit {
    width: 100%;
    padding: 12px 0;
    font-size: 12px;
    border-radius: 8px;
  }
  .ticket-information {
    flex-direction: column;
    align-items: center;
    padding: 0 20px;
    margin-bottom: 20px;
  }
  .ticket-information .pricing {
    width: 100%;
    max-width: none;
    margin: 0;
  }
  .ticket-information .pricing .item {
    align-items: flex-end;
    gap: 16px;
    padding: 6px 8px
  }
  .ticket-information .pricing .item .category,
  .ticket-information .pricing .item .category .text-style {
    font-size: 15px;
  }
  .ticket-information .pricing .item .price {
    font-size: 15px;
  }
  .ticket-information .pricing .item .price .text-style {
    font-size: 25px;
    margin-right: 0;
  }
  .ticket-information .pricing .rules {
    font-size: 10px;
  }
  .ticket-information .pricing .rules ol {
    margin-left: -12px;
  }
  .ticket-information .pricing .rules ol li {
    padding-left: 5px;
  }
  .ticket-information .visual {
    display: none;
  }
  .modal-overlay .close-btn {
    top: 18px;
    right: 30px;
    font-size: 16px;
  }
  .modal-box {
    width: 70%;
    max-width: 400px;
  }
  .modal-header {
    font-size: 22px;
    margin-bottom: 27px;
  }
  .modal-content {
    font-size: 9px;
  }
  .modal-content ol {
    padding-left: 25px;
  }
  .modal-content li {
    padding-left: 2px;
    padding-right: 0;
    margin-bottom: 5px;
  }
  .custom-select-trigger {
    padding: 10px 15px;
    font-size: 12px;
  }
  .custom-select-options {
    max-height: 116px;
  }
  .custom-select-options::-webkit-scrollbar {
    width: 5px;
  }
  .custom-select-item {
    padding: 10px 15px;
    font-size: 12px;
  }
  .event-card-mobile {
    width: 100%;
    border-bottom-left-radius: 45px;
    border-bottom-right-radius: 45px;
  }
  .event-card-mobile.main .card-content {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
  }
  .event-card-mobile.main .bg-pattern {
    padding-top: 20px;
    padding-right: 12px;
  }
  .event-logo-mobile img {
    margin-bottom: -70px;
  }
  .event-info-mobile {
    margin-top: 25px;
  }
  .event-info-mobile .time {
    font-size: 22px;
    margin-bottom: 6px;
  }
  .event-info-mobile .date {
    font-size: 25px;
    line-height: 0.8;
    margin-bottom: 6px;
  }
  .event-info-mobile .date sup {
    font-size: 16px;
  }
  .event-info-mobile .place {
    font-size: 10px;
  }
  .event-info-mobile .place .line {
    margin: 0 0 2px 6px;
  }
  .event-content-mobile {
    margin-top: 25px;
  }
  .event-content-mobile .left .brand {
    height: 6px;
    top: 25px;
  }
  .event-content-mobile .right .text-christmas {
    font-size: 25px;
  }
  .event-content-mobile .right .year-line {
    gap: 6px;
  }
  .event-content-mobile .right .year-line .text-year {
    font-size: 8px;
  }
  .event-content-mobile .right .year-line .text-live-worship {
    font-size: 25px;
  }
  .ticket-visual-mobile {
    margin-top: -255px;
  }
}

@media (max-width: 320px) {
  .event-card.shadow {
    top: 250px;
  }
  .event-card.shadow .card-content {
    bottom: 11px;
  }
  .event-card.shadow .card-content.default {
    left: 40px;
    right: 40px;
  }
  .event-card.shadow .card-content.category {
    left: 32px;
    right: 32px;
  }
  .register-form {
    margin-top: -120px;
  }
}