/* ===============================
   📲 TABLET PORTRAIT (≤820px)
   =============================== */

@media (min-width: 541px) and (max-width: 820px) {
  .event-card {
    height: 350px;
    border-bottom-left-radius: 75px;
    border-bottom-right-radius: 75px;
  }
  .event-card.shadow {
    height: 280px;
    top: 95px;
  }
  .event-card.shadow .card-content {
    bottom: 10px;
  }
  .event-card.shadow .card-content.default {
    left: 160px;
    right: 160px;
  }
  .event-card.shadow .card-content.category {
    left: 145px;
    right: 145px;
  }
  .event-card.shadow .card-content h1 {
    font-size: 34px;
  }
  .event-card.shadow .card-content h1:hover::after {
    width: 0 !important;
    bottom: 2px;
    height: 2px;
  }
  .event-card.shadow .card-content a {
    font-size: 14px;
    text-underline-offset: 2px;
  }
  .event-card.main .card-content {
    padding-top: 85px;
    padding-left: 80px;
    padding-right: 75px;
    padding-bottom: 10px;
  }
  .event-logo {
    width: 305px;
    height: 75px;
  }
  .event-logo .layer2 {
    top: -30px;
    left: -3px;
    width: 365px;
    height: 190px;
  }
  .event-info {
    margin-top: 5px;
  }
  .event-info .left sup {
    font-size: 10px;
  }
  .event-info .left {
    font-size: 17px;
  }
  .event-info .right {
    font-size: 20px;
  }
  .event-content {
    margin-top: 15px;
  }
  .event-content .left .brand {
    height: 10px;
    top: 49px;
  }
  .event-content .right .year-line {
    gap: 10px;
  }
  .event-content .right .year-line .text-year {
    font-size: 15px;
  }
  .event-content .right .text-christmas {
    font-size: 50px;
  }
  .event-content .right .year-line .text-live-worship {
    font-size: 50px;
  }
  .ticket-section {
    margin-top: 40px;
    padding-top: 40px;
  }
  .register-form {
    margin-top: 10px;
    margin-bottom: 40px;
  }
  .register-form form {
    max-width: 600px;
  }
  .register-form .title {
    font-size: 36px;
    margin: 0 0 5px;
  }
  .register-form .subtitle {
    font-size: 16px;
    margin: 0 0 20px;
  }
  .register-form form .form-group {
    gap: 22px;
    margin-bottom: 6px;
  }
  .register-form form .form-group input,
  .register-form form .form-group select {
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 12px;
  }
  .register-form form .form-group select {
    background-position: right 16px center;
    background-size: 8px;
  }
  .register-form form .form-terms {
    font-size: 12px;
    margin-top: 22px;
    margin-bottom: 6px;
  }
  .register-form form .btn-submit {
    font-size: 12px;
    padding: 5px 25px;
    border-radius: 8px;
  }
  .ticket-information .pricing {
    max-width: 365px;
    margin-left: 25px;
  }
  .ticket-information .pricing .item {
    gap: 20px;
    padding: 8px 0;
  }
  .ticket-information .pricing .item .category,
  .ticket-information .pricing .item .category .text-style {
    font-size: 19px;
  }
  .ticket-information .pricing .item .price {
    font-size: 19px;
  }
  .ticket-information .pricing .item .price .text-style {
    font-size: 32px;
    margin-right: 8px;
  }
  .ticket-information .pricing .rules {
    font-size: 8px;
  }
  .ticket-information .pricing .rules ol {
    margin-left: 20px;
  }
  .ticket-information .pricing .rules ol li {
    padding-left: 6px;
  }
  .ticket-information .visual {
    width: 335px;
    height: 300px;
  }
  .modal-overlay .close-btn {
    top: 15px;
    right: 32px;
    font-size: 20px;
  }
  .modal-box {
    max-width: 500px;
    padding: 35px;
    border-radius: 40px;
  }
  .modal-header {
    font-size: 22px;
    margin-bottom: 27px;
  }
  .modal-content {
    font-size: 10px;
    line-height: 1.3;
  }
  .modal-content ol {
    padding-left: 42px;
  }
  .modal-content li {
    padding-left: 4px;
    padding-right: 32px;
    margin-bottom: 10px;
  }
  .custom-select-trigger {
    padding: 10px 20px;
    border-radius: 12px;
    font-size: 12px;
    background-position: right 16px center;
    background-size: 8px;
  }
  .custom-select-options {
    border-radius: 12px;
    max-height: 100px;
  }
  .custom-select-item {
    padding: 10px 20px;
    font-size: 12px;
  }
}