/* NovaMedia promotion platform and region cards — 2026-09-18 */
body.nova-promo-page .fast-wrap .con3 {
  position: relative;
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  align-items: stretch !important;
  justify-content: center !important;
  gap: 10px;
  box-sizing: border-box;
  width: calc(100% - 32px) !important;
  max-width: 345px;
  margin: 15px auto 0 !important;
  padding: 48px 12px 14px;
  overflow: visible;
  border: 1px solid rgba(214, 223, 237, 0.92);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 8px 24px rgba(28, 51, 86, 0.06);
}

body.nova-promo-page .fast-wrap .con3::before {
  content: attr(data-nova-title);
  position: absolute;
  top: 15px;
  left: 14px;
  color: #0f172a;
  font-size: 13px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 0.01em;
}

body.nova-promo-page .fast-wrap .con3 .con3_i {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-width: 0;
  min-height: 94px;
  box-sizing: border-box;
  margin: 0 !important;
  padding: 10px 6px 8px;
  overflow: visible;
  cursor: pointer;
  user-select: none;
  border: 1px solid #e2e8f0;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 2px 8px rgba(15, 23, 42, 0.035);
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
  -webkit-tap-highlight-color: transparent;
}

body.nova-promo-page .fast-wrap .con3 .con3_i:hover {
  border-color: #bfdbfe;
  background: #f8fbff;
}

body.nova-promo-page .fast-wrap .con3 .con3_i:active {
  background: #eff6ff;
}

body.nova-promo-page .fast-wrap .con3 .con3_i:focus-visible {
  outline: 3px solid #93c5fd;
  outline-offset: 2px;
}

body.nova-promo-page .fast-wrap .con3 .con3_i.nova-is-selected {
  border-color: #2563eb;
  background: #eff6ff;
  box-shadow: inset 0 0 0 1px #2563eb, 0 4px 12px rgba(37, 99, 235, 0.12);
}

@supports selector(.con3_i:has(.u-icon)) {
  body.nova-promo-page .fast-wrap .con3 .con3_i:has(.con3_i_ts .u-icon) {
    border-color: #2563eb;
    background: #eff6ff;
    box-shadow: inset 0 0 0 1px #2563eb, 0 4px 12px rgba(37, 99, 235, 0.12);
  }
}

body.nova-promo-page .fast-wrap .con3 .con3_i_t {
  position: relative;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 52px !important;
  height: 52px !important;
  margin: 0 auto;
  overflow: visible;
  border-radius: 13px;
  background: #fff;
}

body.nova-promo-page .fast-wrap .con3 .con3_i_t > .u-image {
  width: 52px !important;
  height: 52px !important;
  overflow: hidden !important;
  border-radius: 13px !important;
  background: #fff;
}

body.nova-promo-page .fast-wrap .con3 .con3_i_t > .u-image img,
body.nova-promo-page .fast-wrap .con3 .con3_i_t > .u-image image {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain !important;
}

body.nova-promo-page .fast-wrap .con3 .u-image__error,
body.nova-promo-page .fast-wrap .con3 .u-image__loading {
  color: #94a3b8;
  background: #f8fafc;
}

body.nova-promo-page .fast-wrap .con3 .nova-promo-fallback {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: none;
  width: 52px;
  height: 52px;
  object-fit: contain;
  border-radius: 13px;
  background: #fff;
}

body.nova-promo-page .fast-wrap .con3 .con3_i.nova-needs-fallback .nova-promo-fallback {
  display: block;
}

body.nova-promo-page .fast-wrap .con3 .con3_i_ts {
  position: absolute !important;
  top: -5px !important;
  right: -5px !important;
  z-index: 4;
  display: flex !important;
  align-items: center;
  justify-content: center;
  width: 20px !important;
  height: 20px !important;
  box-sizing: border-box;
  overflow: hidden;
  border: 2px solid #fff !important;
  border-radius: 50%;
  background: #e2e8f0 !important;
  box-shadow: 0 1px 4px rgba(15, 23, 42, 0.18);
}

body.nova-promo-page .fast-wrap .con3 .con3_i.nova-is-selected .con3_i_ts {
  background: #2563eb !important;
}

@supports selector(.con3_i:has(.u-icon)) {
  body.nova-promo-page .fast-wrap .con3 .con3_i:has(.con3_i_ts .u-icon) .con3_i_ts {
    background: #2563eb !important;
  }
}

body.nova-promo-page .fast-wrap .con3 .con3_i_ts .u-icon,
body.nova-promo-page .fast-wrap .con3 .con3_i_ts .u-icon__icon,
body.nova-promo-page .fast-wrap .con3 .con3_i_ts .u-iconfont {
  color: #fff !important;
  font-size: 12px !important;
  line-height: 1 !important;
}

body.nova-promo-page .fast-wrap .con3 .con3_i_b {
  display: -webkit-box;
  width: 100% !important;
  min-height: 34px;
  box-sizing: border-box;
  margin: 0;
  padding: 7px 1px 0 !important;
  overflow: hidden;
  color: #0f172a !important;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 17px;
  text-align: center;
  text-overflow: ellipsis;
  white-space: normal !important;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

@media (max-width: 340px) {
  body.nova-promo-page .fast-wrap .con3 {
    width: calc(100% - 24px) !important;
    gap: 8px;
    padding-right: 10px;
    padding-left: 10px;
  }

  body.nova-promo-page .fast-wrap .con3 .con3_i {
    min-height: 90px;
    padding-right: 4px;
    padding-left: 4px;
  }

  body.nova-promo-page .fast-wrap .con3 .con3_i_t,
  body.nova-promo-page .fast-wrap .con3 .con3_i_t > .u-image,
  body.nova-promo-page .fast-wrap .con3 .nova-promo-fallback {
    width: 48px !important;
    height: 48px !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.nova-promo-page .fast-wrap .con3 .con3_i {
    transition: none;
  }
}
