/* ===============================
   💻 LAPTOP SMALL (≥1024px)
   =============================== */

@media (min-width: 1024px) and (max-width: 1279px) {
  .event-card {
    height: 465px;
    border-bottom-left-radius: 120px;
    border-bottom-right-radius: 120px;
  }
  .event-card.shadow {
    height: 280px;
    top: 235px;
  }
  .event-card.shadow .card-content {
    bottom: 10px;
  }
  .event-card.shadow .card-content.default {
    left: 215px;
    right: 215px;
  }
  .event-card.shadow .card-content.category {
    left: 190px;
    right: 190px;
  }
  .event-card.shadow .card-content h1 {
    font-size: 46px;
  }
  .event-card.shadow .card-content h1:hover::after {
    width: 0 !important;
    bottom: 2px;
    height: 2px;
  }
  .event-card.shadow .card-content a {
    font-size: 18px;
    text-underline-offset: 2px;
  }
  .event-card.main .card-content {
    padding-top: 110px;
    padding-left: 120px;
    padding-right: 90px;
    padding-bottom: 10px;
  }
  .event-logo {
    width: 395px;
    height: 108px;
  }
  .event-logo .layer2 {
    top: -27px;
    left: 8px;
    width: 450px;
    height: 225px;
  }
  .event-info {
    margin-top: 8px;
  }
  .event-info .left sup {
    font-size: 12px;
  }
  .event-info .left {
    font-size: 20px;
  }
  .event-info .right {
    font-size: 24px;
  }
  .event-content {
    margin-top: 24px;
  }
  .event-content .left .brand {
    height: 13px;
    top: 64px;
  }
  .event-content .right .year-line {
    gap: 10px;
  }
  .event-content .right .year-line .text-year {
    font-size: 20px;
  }
  .event-content .right .text-christmas {
    font-size: 65px;
  }
  .event-content .right .year-line .text-live-worship {
    font-size: 65px;
  }
  .ticket-section {
    margin-top: 55px;
    padding-top: 55px;
  }
  .register-form {
    margin-top: 12px;
    margin-bottom: 65px;
  }
  .register-form form {
    max-width: 650px;
  }
  .register-form .title {
    font-size: 48px;
    margin: 0 0 5px;
  }
  .register-form .subtitle {
    font-size: 20px;
    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;
    font-size: 14px;
  }
  .register-form form .form-group select {
    background-position: right 18px center;
    background-size: 10px;
  }
  .register-form form .form-terms {
    font-size: 14px;
    margin-top: 20px;
    margin-bottom: 8px;
  }
  .register-form form .btn-submit {
    font-size: 14px;
    padding: 5px 25px;
  }
  .ticket-information .pricing {
    max-width: 495px;
    margin-left: 35px;
  }
  .ticket-information .pricing .item {
    gap: 30px;
    padding: 10px 0;
  }
  .ticket-information .pricing .item .category,
  .ticket-information .pricing .item .category .text-style {
    font-size: 24px;
  }
  .ticket-information .pricing .item .price {
    font-size: 24px;
  }
  .ticket-information .pricing .item .price .text-style {
    font-size: 41px;
    margin-right: 14px;
  }
  .ticket-information .pricing .rules {
    font-size: 11px;
  }
  .ticket-information .pricing .rules ol {
    margin-left: 14px;
  }
  .ticket-information .pricing .rules ol li {
    padding-left: 8px;
  }
  .ticket-information .visual {
    width: 440px;
    height: 380px;
  }
  .modal-overlay .close-btn {
    top: 16px;
    right: 30px;
    font-size: 18px;
  }
  .modal-box {
    max-width: 700px;
    padding: 35px;
    border-radius: 40px;
  }
  .modal-header {
    font-size: 27px;
    margin-bottom: 32px;
  }
  .modal-content {
    font-size: 11px;
    line-height: 1.3;
  }
  .modal-content ol {
    padding-left: 51px;
  }
  .modal-content li {
    padding-left: 6px;
    padding-right: 20px;
    margin-bottom: 12px;
  }
  .custom-select-trigger {
    padding: 10px 20px;
    font-size: 14px;
    background-position: right 18px center;
    background-size: 10px;
  }
  .custom-select-options {
    max-height: 116px;
  }
  .custom-select-item {
    padding: 10px 20px;
    font-size: 14px;
  }
}