
  .gt-event-bar,
  .gt-event-bar * {
    box-sizing: border-box;
  }

  .gt-event-bar {
    --event-blue: #078bd0;
    --event-green: #10d49b;
    --event-accent: #bde7ff;

    position: relative;
    z-index: 99999;
    width: 100%;
    min-height: 54px;
    overflow: hidden;

    background:
      radial-gradient(
        circle at 12% 50%,
        rgba(16, 212, 155, 0.14),
        transparent 28%
      ),
      radial-gradient(
        circle at 88% 20%,
        rgba(7, 139, 208, 0.24),
        transparent 34%
      ),
      linear-gradient(
        108deg,
        #020b10 0%,
        #03202a 46%,
        #075166 100%
      );

    color: #fff;

    font-family:
      "Work Sans",
      Inter,
      Arial,
      sans-serif;
  }

  /*
   * 与参考板块相同的桌面容器：
   * 最大宽度 1280px
   * 页面左右至少保留 40px
   */
  .gt-event-inner {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    width: min(1280px, calc(100% - 80px));
    min-height: 54px;
    margin: 0 auto;
    padding: 8px 48px 8px 33px;
  }

  /* 活动标题 */
  .gt-event-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    flex: 0 0 auto;
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0.02em;
  }

  .gt-event-label::before {
    content: "";
    width: 7px;
    height: 7px;
    flex: 0 0 7px;
    border-radius: 50%;
    background: var(--event-green);
    box-shadow:
      0 0 0 4px rgba(16, 212, 155, 0.16);
  }

  /* 分隔线 */
  .gt-event-divider {
    width: 1px;
    height: 22px;
    flex: 0 0 1px;
    background: rgba(255, 255, 255, 0.22);
  }

  /* 日期和地点 */
  .gt-event-details {
    color: #cbd7e8;
    font-size: 13px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.02em;
    white-space: nowrap;
  }

  /* Visit Us 纯文字链接 */
  .gt-event-link {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    gap: 8px;
    flex: 0 0 auto;
    width: auto !important;
    min-width: 0 !important;
    min-height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    border-radius: 0 !important;
    outline: none !important;
    background: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
    font-family:
      "Work Sans",
      Inter,
      Arial,
      sans-serif !important;
    font-size: 13px !important;
    font-weight: 700 !important;
    line-height: 20px !important;
    letter-spacing: 0.02em !important;
    text-decoration: none !important;
    white-space: nowrap;
    transition:
      color 0.2s ease,
      opacity 0.2s ease;
  }

  .gt-event-link:hover {
    border: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
    color: var(--event-accent) !important;
    transform: none !important;
  }

  .gt-event-link:focus-visible {
    outline:
      2px solid var(--event-accent) !important;
    outline-offset: 4px !important;
  }

  .gt-event-arrow {
    display: inline-block;
    color: inherit;
    font-size: 17px;
    font-weight: 400;
    line-height: 1;
    transition: transform 0.2s ease;
  }

  .gt-event-link:hover .gt-event-arrow {
    transform: translateX(3px);
  }

  /*
   * 关闭按钮：
   * right: 33px 与参考板块的
   * 右侧内容边距保持一致。
   */
  .gt-event-close {
    appearance: none !important;
    -webkit-appearance: none !important;
    position: absolute !important;
    top: 50% !important;
    right: 33px !important;
    display: block !important;
    width: 28px !important;
    min-width: 28px !important;
    max-width: 28px !important;
    height: 28px !important;
    min-height: 28px !important;
    max-height: 28px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    border:
      1px solid rgba(255, 255, 255, 0.2) !important;
    border-radius: 50% !important;
    outline: none !important;
    background:
      rgba(255, 255, 255, 0.07) !important;
    box-shadow: none !important;
    color: transparent !important;
    font-size: 0 !important;
    line-height: 0 !important;
    cursor: pointer;
    transform: translateY(-50%) !important;
    transition:
      background-color 0.2s ease,
      border-color 0.2s ease;
  }

  .gt-event-close::before,
  .gt-event-close::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 11px;
    height: 1.5px;
    border-radius: 2px;
    background: #fff;
    transform-origin: center;
  }

  .gt-event-close::before {
    transform:
      translate(-50%, -50%)
      rotate(45deg);
  }

  .gt-event-close::after {
    transform:
      translate(-50%, -50%)
      rotate(-45deg);
  }

  .gt-event-close:hover {
    border-color:
      rgba(255, 255, 255, 0.5) !important;
    background:
      rgba(255, 255, 255, 0.15) !important;
  }

  .gt-event-close:focus-visible {
    outline:
      2px solid var(--event-accent) !important;
    outline-offset: 2px !important;
  }

  /* 平板 */
  @media (max-width: 800px) {
    .gt-event-inner {
      flex-wrap: wrap;
      gap: 3px 16px;
      width: min(100% - 40px, 720px);
      min-height: 66px;
      padding: 8px 42px 8px 0;
    }

    .gt-event-label {
      flex-basis: 100%;
      justify-content: center;
    }

    .gt-event-divider {
      display: none;
    }

    .gt-event-details {
      white-space: normal;
      text-align: center;
    }

    .gt-event-close {
      right: 0 !important;
    }
  }

  /* 手机 */
  @media (max-width: 520px) {
    .gt-event-inner {
      justify-content: flex-start;
      gap: 5px 12px;
      width: min(100% - 28px, 520px);
      min-height: 82px;
      padding: 10px 40px 10px 0;
    }

    .gt-event-label {
      justify-content: flex-start;
      font-size: 13px;
      line-height: 19px;
    }

    .gt-event-details {
      flex: 1 1 100%;
      font-size: 12px;
      line-height: 18px;
      text-align: left;
    }

    .gt-event-link {
      font-size: 12px !important;
      line-height: 18px !important;
    }

    .gt-event-close {
      right: 0 !important;
      width: 25px !important;
      min-width: 25px !important;
      max-width: 25px !important;
      height: 25px !important;
      min-height: 25px !important;
      max-height: 25px !important;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .gt-event-link,
    .gt-event-arrow,
    .gt-event-close {
      transition: none !important;
    }
  }
