.tccc-smart-match {
  --tccc-sm-brand: #533afd;
  --tccc-sm-brand-hover: #4434d4;
  --tccc-sm-indigo: #5e6ad2;
  --tccc-sm-ink: #061b31;
  --tccc-sm-body: #52637a;
  --tccc-sm-muted: #64748d;
  --tccc-sm-line: #e1e9f3;
  --tccc-sm-soft: #f6f9fc;
  --tccc-sm-surface: #ffffff;
  --tccc-sm-dark: #08090a;
  --tccc-sm-group: #0f766e;
  --tccc-sm-ushape: #945b20;
  --tccc-sm-lecture: #475569;
  --tccc-sm-shadow: rgba(50, 50, 93, 0.18) 0 30px 45px -32px, rgba(6, 27, 49, 0.1) 0 18px 36px -24px;
  box-sizing: border-box;
  color: var(--tccc-sm-ink);
  font-family: "Inter Variable", "Inter", -apple-system, BlinkMacSystemFont, "SF Pro Display", "Helvetica Neue", "PingFang TC", "Noto Sans TC", "Microsoft JhengHei", sans-serif;
  font-feature-settings: "cv01" 1, "ss03" 1;
  isolation: isolate;
  margin-inline: auto;
  max-width: 1320px;
  padding: clamp(52px, 7vw, 96px) clamp(16px, 3vw, 36px);
  position: relative;
  width: 100%;
}
.tccc-smart-match::before {
  background: radial-gradient(circle at 8% 5%, rgba(83, 58, 253, 0.09), transparent 30%), radial-gradient(circle at 92% 12%, rgba(3, 105, 161, 0.07), transparent 28%), linear-gradient(rgba(6, 27, 49, 0.025) 1px, transparent 1px), linear-gradient(90deg, rgba(6, 27, 49, 0.025) 1px, transparent 1px);
  background-size: auto, auto, 40px 40px, 40px 40px;
  border-radius: 28px;
  content: "";
  inset: 20px 0 auto;
  min-height: 430px;
  pointer-events: none;
  position: absolute;
  z-index: -1;
}
.tccc-smart-match *, .tccc-smart-match *::before, .tccc-smart-match *::after {
  box-sizing: border-box;
}
.tccc-smart-match--standalone {
  min-height: 70vh;
}
body.tccc-smart-match-page #main {
  background: var(--tccc-sm-soft, #f6f9fc);
}
body.tccc-smart-match-page .title_container, body.tccc-smart-match-page .post-title.entry-title {
  display: none;
}
body.tccc-smart-match-page #main .container_wrap_first > .container, body.tccc-smart-match-page #main .template-page, body.tccc-smart-match-page #main .content {
  max-width: none;
  padding-top: 0;
  width: 100%;
}
.tccc-smart-match__head,
.tccc-smart-match .smart-match-head {
  margin: 0 auto clamp(28px, 4vw, 48px);
}
.tccc-smart-match--standalone .tccc-smart-match__head {
  align-items: stretch;
  display: grid;
  gap: clamp(24px, 4vw, 56px);
  grid-template-columns: minmax(0, 1.25fr) minmax(340px, 0.75fr);
  max-width: 1180px;
}
.tccc-smart-match__intro {
  align-self: center;
  max-width: 720px;
}
.tccc-smart-match .smart-match-head {
  max-width: 760px;
  text-align: center;
}
.tccc-smart-match__eyebrow,
.tccc-smart-match .smart-match-head .eyebrow {
  align-items: center;
  color: var(--tccc-sm-brand) !important;
  display: inline-flex;
  font-size: 12px;
  font-weight: 590;
  gap: 8px;
  letter-spacing: 0.08em;
  margin-bottom: 14px;
  text-transform: uppercase;
}
.tccc-smart-match__eyebrow::before,
.tccc-smart-match .smart-match-head .eyebrow::before {
  background: var(--tccc-sm-brand);
  border-radius: 999px;
  content: "";
  height: 6px;
  width: 6px;
}
.tccc-smart-match__head h1,
.tccc-smart-match__head h2,
.tccc-smart-match .smart-match-head h2 {
  color: var(--tccc-sm-ink);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 510;
  letter-spacing: -0.035em;
  line-height: 1.06;
  margin: 0;
  text-wrap: balance;
}
.tccc-smart-match__head p,
.tccc-smart-match .smart-match-head p {
  color: var(--tccc-sm-body);
  font-size: clamp(16px, 1.7vw, 18px);
  line-height: 1.65;
  margin: 18px 0 0;
  max-width: 620px;
}
.tccc-smart-match .smart-match-head p {
  margin-inline: auto;
}
.tccc-smart-match .sm-match-principle {
  background: var(--tccc-sm-dark);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  color: #f7f8f8;
  overflow: hidden;
  padding: clamp(22px, 3vw, 30px);
  position: relative;
}
.tccc-smart-match .sm-match-principle::after {
  background: radial-gradient(circle, rgba(113, 112, 255, 0.32), transparent 66%);
  content: "";
  height: 180px;
  pointer-events: none;
  position: absolute;
  right: -68px;
  top: -76px;
  width: 180px;
}
.tccc-smart-match .sm-match-principle__label {
  color: #8a8f98;
  display: block;
  font-size: 12px;
  font-weight: 510;
  letter-spacing: 0.08em;
  margin-bottom: 18px;
  text-transform: uppercase;
}
.tccc-smart-match .sm-match-principle ol {
  display: grid;
  gap: 10px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 1;
}
.tccc-smart-match .sm-match-principle li {
  align-items: center;
  background: rgba(255, 255, 255, 0.035);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 10px;
  display: flex;
  gap: 10px;
  min-height: 68px;
  padding: 12px;
}
.tccc-smart-match .sm-match-principle li:first-child {
  background: rgba(94, 106, 210, 0.18);
  border-color: rgba(130, 143, 255, 0.45);
}
.tccc-smart-match .sm-match-principle li > b {
  color: #828fff;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  font-weight: 590;
}
.tccc-smart-match .sm-match-principle li > span {
  color: #f7f8f8;
  display: block;
  font-size: 14px;
  font-weight: 590;
}
.tccc-smart-match .sm-match-principle small {
  color: #8a8f98;
  display: block;
  font-size: 11px;
  font-weight: 400;
  margin-top: 2px;
}
.tccc-smart-match .sm-form-wrap {
  margin: 0 auto 32px;
  max-width: 1180px;
  position: relative;
  z-index: 2;
}
.tccc-smart-match .sm-form {
  align-items: stretch;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(185, 185, 249, 0.72);
  border-radius: 22px;
  box-shadow: var(--tccc-sm-shadow);
  display: grid;
  gap: 10px;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) 176px;
  margin: 0;
  padding: 12px;
}
.tccc-smart-match .sm-form > br,
.tccc-smart-match .sm-field > br {
  display: none;
}
.tccc-smart-match .sm-field {
  background: rgba(246, 249, 252, 0.88);
  border: 1px solid transparent;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  min-height: 76px;
  padding: 12px 16px;
  transition: background-color 180ms ease, border-color 180ms ease;
}
.tccc-smart-match .sm-field:focus-within {
  background: #ffffff;
  border-color: #b9b9f9;
}
.tccc-smart-match .sm-label {
  color: var(--tccc-sm-muted);
  font-size: 12px;
  font-weight: 510;
  line-height: 1.2;
  margin-bottom: 6px;
}
.tccc-smart-match .sm-select,
.tccc-smart-match .sm-input {
  appearance: none;
  background-color: transparent;
  border: 0;
  border-radius: 4px;
  color: var(--tccc-sm-ink);
  font: inherit;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  font-weight: 590;
  min-height: 32px;
  outline: 0;
  padding: 0;
  width: 100%;
}
.tccc-smart-match .sm-select {
  background-image:
    linear-gradient(45deg, transparent 50%, var(--tccc-sm-body) 50%),
    linear-gradient(135deg, var(--tccc-sm-body) 50%, transparent 50%);
  background-position: calc(100% - 14px) 14px, calc(100% - 9px) 14px;
  background-repeat: no-repeat;
  background-size: 5px 5px, 5px 5px;
  padding-right: 30px;
}
.tccc-smart-match .sm-submit,
.tccc-smart-match .sm-toggle-all,
.tccc-smart-match .btn {
  align-items: center;
  border-radius: 8px;
  cursor: pointer;
  display: inline-flex;
  font-weight: 590;
  justify-content: center;
  min-height: 48px;
  text-decoration: none;
  transition: background-color 180ms ease, border-color 180ms ease,
    box-shadow 180ms ease, color 180ms ease, transform 180ms ease;
}
.tccc-smart-match .sm-submit {
  background: var(--tccc-sm-brand);
  border: 1px solid var(--tccc-sm-brand);
  color: #ffffff;
  font-size: 15px;
  gap: 8px;
  padding: 12px 16px;
}
.tccc-smart-match .sm-submit::after {
  content: "→";
  font-size: 18px;
  line-height: 1;
  transition: transform 180ms ease;
}
.tccc-smart-match .sm-submit:hover,
.tccc-smart-match .btn-primary:hover {
  background: var(--tccc-sm-brand-hover);
  border-color: var(--tccc-sm-brand-hover);
  color: #ffffff;
}
.tccc-smart-match .sm-submit:hover::after {
  transform: translateX(3px);
}
.tccc-smart-match .sm-submit:disabled {
  cursor: wait;
  opacity: 0.68;
}
.tccc-smart-match .sm-select:focus-visible,
.tccc-smart-match .sm-input:focus-visible,
.tccc-smart-match button:focus-visible,
.tccc-smart-match a:focus-visible {
  outline: 3px solid var(--tccc-sm-brand);
  outline-offset: 3px;
}
.tccc-smart-match .sm-result {
  margin: 28px auto 0;
  max-width: 1180px;
}
.tccc-smart-match .sm-result-hint {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--tccc-sm-line);
  border-radius: 12px;
  color: var(--tccc-sm-body);
  line-height: 1.6;
  padding: 18px;
  text-align: center;
}
.tccc-smart-match .sm-result-grid {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.tccc-smart-match .sm-space-summary {
  align-items: center;
  background: rgba(255, 255, 255, 0.84);
  border: 1px solid var(--tccc-sm-line);
  border-radius: 12px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px 12px;
  grid-column: 1 / -1;
  justify-content: flex-start;
  margin: 0 0 2px;
  min-height: 58px;
  padding: 10px 14px;
}
.tccc-smart-match .sm-space-summary > span:first-child {
  color: var(--tccc-sm-ink);
  font-size: 15px;
  font-weight: 510;
}
.tccc-smart-match .sm-space-summary b {
  color: var(--tccc-sm-brand);
  font-weight: 590;
}
.tccc-smart-match .sm-space-summary small {
  color: var(--tccc-sm-muted);
  font-size: 12px;
}
.tccc-smart-match .sm-summary-rule {
  background: rgba(83, 58, 253, 0.08);
  border-radius: 999px;
  color: #4434d4;
  font-size: 12px;
  line-height: 1.45;
  padding: 6px 10px;
}
.tccc-smart-match .sm-toggle-all {
  background: #ffffff;
  border: 1px solid #b9b9f9;
  color: var(--tccc-sm-brand);
  margin-left: auto;
  min-height: 38px;
  padding: 7px 12px;
}
.tccc-smart-match .sm-toggle-all:hover {
  background: rgba(83, 58, 253, 0.06);
  border-color: var(--tccc-sm-brand);
}
.tccc-smart-match .sm-rec-card {
  background: var(--tccc-sm-surface);
  border: 1px solid var(--tccc-sm-line);
  border-radius: 12px;
  box-shadow: rgba(31, 48, 77, 0.08) 0 16px 34px -22px;
  container-type: inline-size;
  min-width: 0;
  overflow: hidden;
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}
.tccc-smart-match .sm-rec-card:hover {
  border-color: #c9c9fb;
  box-shadow: rgba(50, 50, 93, 0.16) 0 28px 46px -30px;
  transform: translateY(-3px);
}
.tccc-smart-match .sm-rec-card.is-top-match {
  border-color: #b9b9f9;
  box-shadow: rgba(83, 58, 253, 0.16) 0 26px 48px -30px;
}
.tccc-smart-match .sm-card-shell {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.tccc-smart-match .sm-rec-img {
  aspect-ratio: 16 / 10;
  background: #e9eef5;
  flex: 0 0 auto;
  overflow: hidden;
  position: relative;
}
.tccc-smart-match .sm-gallery-link {
  display: block;
  height: 100%;
  width: 100%;
}
.tccc-smart-match .sm-rec-img img {
  display: block;
  height: 100%;
  object-fit: cover;
  transition: opacity 180ms ease, transform 260ms ease;
  width: 100%;
}
.tccc-smart-match .sm-rec-card:hover .sm-rec-img img {
  transform: scale(1.025);
}
.tccc-smart-match .sm-rec-city,
.tccc-smart-match .sm-rec-rank {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.72);
  border-radius: 999px;
  color: var(--tccc-sm-ink);
  font-size: 12px;
  font-weight: 590;
  padding: 6px 10px;
  position: absolute;
  z-index: 2;
}
.tccc-smart-match .sm-rec-city {
  bottom: 12px;
  left: 12px;
}
.tccc-smart-match .sm-rec-rank {
  background: rgba(8, 9, 10, 0.78);
  border-color: rgba(255, 255, 255, 0.18);
  color: #f7f8f8;
  font-variant-numeric: tabular-nums;
  right: 12px;
  top: 12px;
}
.tccc-smart-match .sm-gallery-arrow {
  align-items: center;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(6, 27, 49, 0.08);
  border-radius: 50%;
  color: var(--tccc-sm-ink);
  display: flex;
  font-size: 28px;
  height: 44px;
  justify-content: center;
  line-height: 1;
  padding: 0 0 3px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  z-index: 3;
}
.tccc-smart-match .sm-gallery-prev { left: 10px; }
.tccc-smart-match .sm-gallery-next { right: 10px; }
.tccc-smart-match .sm-gallery-dots {
  bottom: 2px;
  display: flex;
  gap: 0;
  left: 50%;
  max-width: calc(100% - 84px);
  position: absolute;
  transform: translateX(-50%);
  z-index: 3;
}
.tccc-smart-match .sm-gallery-dot {
  align-items: center;
  background: transparent;
  border: 0;
  display: flex;
  height: 32px;
  justify-content: center;
  min-height: 32px;
  padding: 0;
  width: 32px;
}
.tccc-smart-match .sm-gallery-dot::before {
  background: rgba(255, 255, 255, 0.62);
  border-radius: 50%;
  content: "";
  height: 6px;
  transition: background-color 160ms ease, transform 160ms ease;
  width: 6px;
}
.tccc-smart-match .sm-gallery-dot.is-active::before {
  background: #ffffff;
  transform: scale(1.35);
}
.tccc-smart-match .sm-rec-body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 18px;
}
.tccc-smart-match .sm-rec-meta {
  align-items: center;
  color: var(--tccc-sm-muted);
  display: flex;
  font-size: 12px;
  gap: 8px;
  justify-content: space-between;
  margin-bottom: 8px;
}
.tccc-smart-match .sm-rec-window {
  align-items: center;
  display: inline-flex;
  gap: 6px;
}
.tccc-smart-match .sm-rec-window::before {
  background: #15be53;
  border-radius: 50%;
  content: "";
  height: 6px;
  width: 6px;
}
.tccc-smart-match .sm-rec-name {
  color: var(--tccc-sm-ink);
  font-size: clamp(19px, 1.7vw, 22px);
  font-weight: 590;
  letter-spacing: -0.01em;
  line-height: 1.28;
  margin: 0 0 14px;
  text-wrap: balance;
}
.tccc-smart-match .sm-match-panel {
  align-items: center;
  background: rgba(83, 58, 253, 0.07);
  border: 1px solid rgba(83, 58, 253, 0.16);
  border-radius: 10px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 12px;
  min-height: 70px;
  padding: 11px 12px;
}
.tccc-smart-match .sm-match-panel--group {
  background: rgba(15, 118, 110, 0.08);
  border-color: rgba(15, 118, 110, 0.2);
}
.tccc-smart-match .sm-match-panel--uShape {
  background: rgba(148, 91, 32, 0.08);
  border-color: rgba(148, 91, 32, 0.22);
}
.tccc-smart-match .sm-match-panel--lecture {
  background: rgba(71, 85, 105, 0.08);
  border-color: rgba(71, 85, 105, 0.2);
}
.tccc-smart-match .sm-match-panel__label {
  color: var(--tccc-sm-muted);
  display: block;
  font-size: 11px;
  line-height: 1.2;
  margin-bottom: 4px;
}
.tccc-smart-match .sm-match-panel__value {
  color: var(--tccc-sm-brand-hover);
  display: block;
  font-size: 17px;
  font-weight: 590;
  line-height: 1.25;
}
.tccc-smart-match .sm-match-panel--group .sm-match-panel__value { color: var(--tccc-sm-group); }
.tccc-smart-match .sm-match-panel--uShape .sm-match-panel__value { color: var(--tccc-sm-ushape); }
.tccc-smart-match .sm-match-panel--lecture .sm-match-panel__value { color: var(--tccc-sm-lecture); }
.tccc-smart-match .sm-match-panel__capacity {
  color: var(--tccc-sm-body);
  font-size: 12px;
  font-weight: 400;
  margin-left: 7px;
  white-space: nowrap;
}
.tccc-smart-match .sm-match-panel__fit {
  background: #ffffff;
  border: 1px solid rgba(83, 58, 253, 0.18);
  border-radius: 999px;
  color: var(--tccc-sm-ink);
  flex: 0 0 auto;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  font-weight: 510;
  padding: 7px 9px;
}
.tccc-smart-match .sm-space-facts {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.tccc-smart-match .sm-space-fact {
  background: var(--tccc-sm-soft);
  border: 1px solid var(--tccc-sm-line);
  border-radius: 8px;
  min-width: 0;
  padding: 9px 10px;
}
.tccc-smart-match .sm-space-fact span,
.tccc-smart-match .sm-space-fact b {
  display: block;
}
.tccc-smart-match .sm-space-fact span {
  color: var(--tccc-sm-muted);
  font-size: 11px;
  margin-bottom: 4px;
}
.tccc-smart-match .sm-space-fact b {
  color: var(--tccc-sm-ink);
  font-size: clamp(12px, 1.2vw, 14px);
  font-variant-numeric: tabular-nums;
  font-weight: 590;
  overflow-wrap: anywhere;
}
.tccc-smart-match .sm-layout-list {
  display: grid;
  gap: 6px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  list-style: none;
  margin: 10px 0 0;
  padding: 0;
}
.tccc-smart-match .sm-layout-item {
  align-items: center;
  border-bottom: 1px solid var(--tccc-sm-line);
  color: var(--tccc-sm-muted);
  display: flex;
  font-size: 11px;
  gap: 6px;
  justify-content: space-between;
  min-width: 0;
  padding: 6px 2px;
}
.tccc-smart-match .sm-layout-item b {
  color: var(--tccc-sm-ink);
  font-variant-numeric: tabular-nums;
  font-weight: 510;
  white-space: nowrap;
}
.tccc-smart-match .sm-layout-item.is-match {
  border-color: #b9b9f9;
  color: var(--tccc-sm-brand-hover);
}
.tccc-smart-match .sm-rec-ctas {
  display: grid;
  gap: 8px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: auto;
  padding-top: 14px;
}
.tccc-smart-match .btn {
  border: 1px solid var(--tccc-sm-line);
  font-size: 14px;
  padding: 10px 8px;
}
.tccc-smart-match .btn-primary {
  background: var(--tccc-sm-brand);
  border-color: var(--tccc-sm-brand);
  color: #ffffff;
}
.tccc-smart-match .btn-dark {
  background: #ffffff;
  color: var(--tccc-sm-ink);
}
.tccc-smart-match .btn-dark:hover {
  background: var(--tccc-sm-soft);
  border-color: #cbd6e5;
  color: var(--tccc-sm-ink);
}
.tccc-smart-match .sm-no-match {
  background: rgba(255, 255, 255, 0.88);
  border: 1px solid var(--tccc-sm-line);
  border-radius: 12px;
  color: var(--tccc-sm-body);
  grid-column: 1 / -1;
  line-height: 1.7;
  padding: clamp(28px, 5vw, 48px);
  text-align: center;
}
.tccc-smart-match .sm-no-match b {
  color: var(--tccc-sm-ink);
}
.tccc-smart-match .sm-no-match a {
  color: var(--tccc-sm-brand-hover);
  font-weight: 590;
}
@container (min-width: 620px) {
  .tccc-smart-match .sm-card-shell {
    display: grid;
    grid-template-columns: minmax(250px, 42%) minmax(0, 1fr);
  }
  .tccc-smart-match .sm-card-shell > .sm-rec-img {
    aspect-ratio: auto;
    min-height: 100%;
  }
}
@media (max-width: 1040px) {
  .tccc-smart-match--standalone .tccc-smart-match__head {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.8fr);
  }
  .tccc-smart-match .sm-result-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 820px) {
  .tccc-smart-match {
    padding-inline: 14px;
  }
  .tccc-smart-match::before {
    border-radius: 18px;
    inset-inline: 6px;
  }
  .tccc-smart-match--standalone .tccc-smart-match__head {
    grid-template-columns: minmax(0, 1fr);
  }
  .tccc-smart-match__intro {
    text-align: left;
  }
  .tccc-smart-match .sm-match-principle {
    border-radius: 16px;
  }
  .tccc-smart-match .sm-form {
    border-radius: 16px;
    grid-template-columns: 1fr;
  }
  .tccc-smart-match .sm-field {
    min-height: 66px;
  }
  .tccc-smart-match .sm-submit {
    min-height: 54px;
  }
  .tccc-smart-match .sm-result-grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .tccc-smart-match .sm-space-summary {
    align-items: flex-start;
    flex-direction: column;
  }
  .tccc-smart-match .sm-summary-rule {
    border-radius: 8px;
  }
  .tccc-smart-match .sm-toggle-all {
    margin-left: 0;
    width: 100%;
  }
}
@media (max-width: 480px) {
  .tccc-smart-match__head h1,
  .tccc-smart-match__head h2,
  .tccc-smart-match .smart-match-head h2 {
    font-size: clamp(36px, 11vw, 46px);
    line-height: 1.08;
  }
  .tccc-smart-match .sm-match-principle li {
    min-height: 58px;
  }
  .tccc-smart-match .sm-rec-body {
    padding: 15px;
  }
  .tccc-smart-match .sm-space-fact {
    padding: 8px;
  }
  .tccc-smart-match .sm-rec-ctas {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  .tccc-smart-match *,
  .tccc-smart-match *::before,
  .tccc-smart-match *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
  .tccc-smart-match .sm-rec-card:hover,
  .tccc-smart-match .sm-rec-card:hover .sm-rec-img img,
  .tccc-smart-match .sm-submit:hover::after {
    transform: none;
  }
}
