@media (min-width: 701px) {
  body.index #EF_banner_sec_0 {
    overflow: visible !important;
    padding-bottom: 16px !important;
  }

  body.index #EF_banner_sec_0 .brh-banner-ticket {
    direction: rtl;
    position: relative;
    z-index: 3;
    width: 420px;
    margin: -42px auto 0 !important;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 108px;
    overflow: hidden;
    background: #fff4eb;
    color: #123f49;
    border: 1px solid rgba(183, 66, 118, 0.22);
    border-radius: 14px;
    box-shadow: 0 12px 26px rgba(32, 53, 52, 0.16);
  }

  body.index #EF_banner_sec_0 .brh-ticket-content {
    min-width: 0;
    padding: 11px 15px 10px;
    text-align: right;
  }

  body.index #EF_banner_sec_0 .brh-ticket-eyebrow {
    display: block;
    margin-bottom: 3px;
    color: #ad3e70;
    font-size: 8px;
    font-weight: 600;
    letter-spacing: 1px;
  }

  body.index #EF_banner_sec_0 .brh-ticket-title {
    margin: 0 0 3px;
    color: #123f49;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.2;
  }

  body.index #EF_banner_sec_0 .brh-ticket-text {
    margin: 0 0 7px;
    color: #855f54;
    font-size: 10px;
    line-height: 1.4;
  }

  body.index #EF_banner_sec_0 .brh-ticket-countdown {
    direction: rtl;
    display: flex;
    justify-content: flex-start;
    gap: 7px;
  }

  body.index #EF_banner_sec_0 .brh-ticket-time {
    min-width: 27px;
    text-align: center;
  }

  body.index #EF_banner_sec_0 .brh-ticket-time b {
    display: block;
    color: #c45748;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
  }

  body.index #EF_banner_sec_0 .brh-ticket-time small {
    display: block;
    margin-top: 3px;
    color: #855f54;
    font-size: 7px;
    line-height: 1;
  }

  body.index #EF_banner_sec_0 .brh-ticket-stub {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 7px;
    padding: 9px 4px;
    background: #0d4c57;
    color: #fff4eb;
  }

  body.index #EF_banner_sec_0 .brh-ticket-stub::before,
  body.index #EF_banner_sec_0 .brh-ticket-stub::after {
    content: "";
    position: absolute;
    left: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #ffffff;
  }

  body.index #EF_banner_sec_0 .brh-ticket-stub::before {
    top: -8px;
  }

  body.index #EF_banner_sec_0 .brh-ticket-stub::after {
    bottom: -8px;
  }

  body.index #EF_banner_sec_0 .brh-ticket-code {
    color: #ffd9be;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1.5px;
  }

  body.index #EF_banner_sec_0 .brh-ticket-copy {
    min-height: 22px;
    padding: 2px 8px;
    border: 1px solid rgba(255, 217, 190, 0.65);
    border-radius: 999px;
    background: transparent;
    color: #fff4eb;
    font-family: inherit;
    font-size: 8px;
    cursor: pointer;
  }
}


@media (max-width: 700px) {
  body.index #EF_banner_sec_0 {
    overflow: visible !important;
    padding-bottom: 10px !important;
  }

  body.index #EF_banner_sec_0 .brh-banner-ticket {
    direction: rtl;
    position: relative;
    z-index: 3;
    width: min(330px, calc(100% - 44px));
    margin: -32px auto 0 !important;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 84px;
    overflow: hidden;
    background: #fff4eb;
    color: #123f49;
    border: 1px solid rgba(183, 66, 118, 0.22);
    border-radius: 11px;
    box-shadow: 0 9px 20px rgba(32, 53, 52, 0.15);
  }

  body.index #EF_banner_sec_0 .brh-ticket-content {
    min-width: 0;
    padding: 8px 9px;
    text-align: right;
  }

  body.index #EF_banner_sec_0 .brh-ticket-eyebrow {
    display: block;
    margin-bottom: 2px;
    color: #ad3e70;
    font-size: 6px;
    font-weight: 600;
    letter-spacing: 0.7px;
  }

  body.index #EF_banner_sec_0 .brh-ticket-title {
    margin: 0 0 2px;
    color: #123f49;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.2;
  }

  body.index #EF_banner_sec_0 .brh-ticket-text {
    margin: 0 0 5px;
    color: #855f54;
    font-size: 7px;
    line-height: 1.35;
  }

  body.index #EF_banner_sec_0 .brh-ticket-countdown {
    direction: rtl;
    display: flex;
    justify-content: flex-start;
    gap: 3px;
  }

  body.index #EF_banner_sec_0 .brh-ticket-time {
    min-width: 19px;
    text-align: center;
  }

  body.index #EF_banner_sec_0 .brh-ticket-time b {
    display: block;
    color: #c45748;
    font-size: 10px;
    font-weight: 600;
    line-height: 1;
  }

  body.index #EF_banner_sec_0 .brh-ticket-time small {
    display: block;
    margin-top: 2px;
    color: #855f54;
    font-size: 5px;
    line-height: 1;
  }

  body.index #EF_banner_sec_0 .brh-ticket-stub {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 6px 2px;
    background: #0d4c57;
    color: #fff4eb;
  }

  body.index #EF_banner_sec_0 .brh-ticket-stub::before,
  body.index #EF_banner_sec_0 .brh-ticket-stub::after {
    content: "";
    position: absolute;
    left: -7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffffff;
  }

  body.index #EF_banner_sec_0 .brh-ticket-stub::before {
    top: -7px;
  }

  body.index #EF_banner_sec_0 .brh-ticket-stub::after {
    bottom: -7px;
  }

  body.index #EF_banner_sec_0 .brh-ticket-code {
    color: #ffd9be;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 1px;
  }

  body.index #EF_banner_sec_0 .brh-ticket-copy {
    min-height: 18px;
    padding: 2px 5px;
    border: 1px solid rgba(255, 217, 190, 0.65);
    border-radius: 999px;
    background: transparent;
    color: #fff4eb;
    font-family: inherit;
    font-size: 7px;
    cursor: pointer;
  }
}