/* =========================================================
   AB SB Experience Strip Widget
   Primary Color Schema: #1961A9
   ========================================================= */

.art-exp-section,
.art-exp-section * {
  box-sizing: border-box !important;
}

.art-exp-section {
  --art-exp-primary: #1961A9;
  --art-exp-cyan: #22d3ee;
  --art-exp-dark: #050b14;
  --art-exp-dark-2: #081424;
  --art-exp-white: #ffffff;
  --art-exp-muted: rgba(255, 255, 255, 0.68);
  --art-exp-border: rgba(34, 211, 238, 0.34);
  --art-exp-container: 1180px;
  position: relative !important;
  width: 100% !important;
  overflow: hidden !important;
  padding: 92px 0 !important;
  font-family: Arial, Helvetica, sans-serif !important;
  color: var(--art-exp-white) !important;
  background:
    radial-gradient(circle at 18% 18%, rgba(25, 97, 169, 0.22), transparent 32%),
    radial-gradient(circle at 82% 70%, rgba(34, 211, 238, 0.12), transparent 28%),
    linear-gradient(135deg, var(--art-exp-dark) 0%, var(--art-exp-dark-2) 48%, #030712 100%) !important;
  isolation: isolate !important;
}

.art-exp-section::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -3 !important;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px) !important;
  background-size: 72px 72px !important;
  opacity: 0.42 !important;
  mask-image: linear-gradient(90deg, transparent 0%, #000 16%, #000 84%, transparent 100%) !important;
  pointer-events: none !important;
}

.art-exp-section::after {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  z-index: -2 !important;
  background:
    linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.045) 38%, transparent 39%),
    linear-gradient(300deg, transparent 0%, rgba(25, 97, 169, 0.13) 46%, transparent 47%) !important;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%) !important;
  opacity: 0.78 !important;
  pointer-events: none !important;
}

.art-exp-container {
  position: relative !important;
  width: min(var(--art-exp-container), calc(100% - 40px)) !important;
  margin: 0 auto !important;
}

.art-exp-panel {
  position: relative !important;
  min-height: 190px !important;
  display: grid !important;
  place-items: center !important;
  padding: 48px 46px !important;
  border: 1px solid rgba(34, 211, 238, 0.24) !important;
  border-radius: 34px !important;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.085), rgba(255, 255, 255, 0.035)),
    rgba(3, 10, 20, 0.44) !important;
  backdrop-filter: blur(20px) !important;
  box-shadow:
    0 34px 100px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.14) !important;
  overflow: hidden !important;
}

.art-exp-panel::before {
  content: "" !important;
  position: absolute !important;
  inset: 18px !important;
  border: 1px dashed rgba(34, 211, 238, 0.44) !important;
  border-radius: 24px !important;
  pointer-events: none !important;
  opacity: 0.82 !important;
}

.art-exp-panel::after {
  content: "" !important;
  position: absolute !important;
  width: 260px !important;
  height: 260px !important;
  right: -95px !important;
  top: -110px !important;
  border-radius: 999px !important;
  background: radial-gradient(circle, rgba(34, 211, 238, 0.22), transparent 68%) !important;
  filter: blur(2px) !important;
  pointer-events: none !important;
}

.art-exp-section.art-exp-no-inner-dash .art-exp-panel::before {
  display: none !important;
}

.art-exp-section.art-exp-no-glow .art-exp-panel::after {
  display: none !important;
}

.art-exp-corner {
  position: absolute !important;
  width: 76px !important;
  height: 76px !important;
  pointer-events: none !important;
  border: 2px solid transparent !important;
  filter: drop-shadow(0 0 14px rgba(34, 211, 238, 0.34)) !important;
}

.art-exp-corner::before,
.art-exp-corner::after {
  content: none !important;
}

.art-exp-corner.is-top-left {
  left: 18px !important;
  top: 18px !important;
  border-top-color: var(--art-exp-cyan) !important;
  border-left-color: var(--art-exp-cyan) !important;
  border-radius: 18px 0 0 0 !important;
}

.art-exp-corner.is-bottom-right {
  right: 18px !important;
  bottom: 18px !important;
  border-right-color: var(--art-exp-cyan) !important;
  border-bottom-color: var(--art-exp-cyan) !important;
  border-radius: 0 0 18px 0 !important;
}

.art-exp-content {
  position: relative !important;
  z-index: 2 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-wrap: wrap !important;
  gap: 14px !important;
  text-align: center !important;
}

.art-exp-text {
  margin: 0 !important;
  color: var(--art-exp-cyan) !important;
  font-size: clamp(30px, 4.2vw, 58px) !important;
  font-weight: 300 !important;
  line-height: 1.12 !important;
  letter-spacing: -0.045em !important;
}

.art-exp-year {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 12px !important;
  color: var(--art-exp-white) !important;
  font-size: clamp(38px, 5vw, 72px) !important;
  font-weight: 950 !important;
  line-height: 0.94 !important;
  letter-spacing: -0.055em !important;
}

.art-exp-year::before,
.art-exp-year::after {
  content: "" !important;
  width: 28px !important;
  height: 2px !important;
  border-radius: 999px !important;
  background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.95)) !important;
}

.art-exp-year::after {
  background: linear-gradient(90deg, rgba(34, 211, 238, 0.95), transparent) !important;
}

.art-exp-section.art-exp-hide-year-lines .art-exp-year::before,
.art-exp-section.art-exp-hide-year-lines .art-exp-year::after {
  display: none !important;
}

.art-exp-note {
  position: absolute !important;
  left: 50% !important;
  bottom: 28px !important;
  transform: translateX(-50%) !important;
  margin: 0 !important;
  color: var(--art-exp-muted) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  text-align: center !important;
}

@media (max-width: 767px) {
  .art-exp-section {
    padding: 70px 0 !important;
  }

  .art-exp-container {
    width: min(var(--art-exp-container), calc(100% - 28px)) !important;
  }

  .art-exp-panel {
    min-height: 230px !important;
    padding: 48px 24px !important;
    border-radius: 28px !important;
  }

  .art-exp-panel::before {
    inset: 13px !important;
    border-radius: 20px !important;
  }

  .art-exp-corner {
    width: 58px !important;
    height: 58px !important;
  }

  .art-exp-corner.is-top-left {
    left: 13px !important;
    top: 13px !important;
    border-radius: 15px 0 0 0 !important;
  }

  .art-exp-corner.is-bottom-right {
    right: 13px !important;
    bottom: 13px !important;
    border-radius: 0 0 15px 0 !important;
  }

  .art-exp-content {
    gap: 10px !important;
  }

  .art-exp-text {
    width: 100% !important;
    font-size: clamp(30px, 10vw, 42px) !important;
  }

  .art-exp-year {
    font-size: clamp(42px, 14vw, 62px) !important;
  }

  .art-exp-note {
    bottom: 24px !important;
    font-size: 10px !important;
    letter-spacing: 0.16em !important;
  }
}

@media (max-width: 420px) {
  .art-exp-panel {
    min-height: 250px !important;
  }

  .art-exp-year::before,
  .art-exp-year::after {
    width: 20px !important;
  }
}
