.tf-lc-clc-notice,
.tf-lc-kit-link,
.tf-lc-finish {
  margin: 18px 0;
  border: 1px solid #1a1a1d;
  background: #fff;
  color: #161618;
}

.tf-lc-clc-notice {
  padding: 16px 18px;
  border-left: 4px solid #e30613;
  background: #f7f7f8;
}

.tf-lc-clc-notice strong { font-size: 14px; text-transform: uppercase; letter-spacing: .035em; }
.tf-lc-clc-notice p { margin: 7px 0; color: #48484d; font-size: 13px; line-height: 1.5; }
.tf-lc-clc-notice small { color: #6b6b70; font-size: 11px; }

.tf-lc-kit-link { display: grid; gap: 7px; padding: 15px 17px; border-left: 4px solid #e30613; }
.tf-lc-kit-link > span,
.tf-lc-finish > div > span,
.tf-lc-included > span { color: #e30613; font-size: 10px; font-weight: 850; letter-spacing: .105em; }
.tf-lc-kit-link > strong { font-size: 14px; }
.tf-lc-kit-link a { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 3px; padding: 10px 12px; background: #161618; color: #fff !important; font-size: 12px; font-weight: 800; text-decoration: none !important; text-transform: uppercase; }
.tf-lc-kit-link a:hover { background: #e30613; }
.tf-lc-kit-link a small { color: inherit; font-size: 12px; }

.tf-lc-finish { padding: 18px; }
.tf-lc-finish h3 { margin: 3px 0 15px; font-size: 18px; line-height: 1.2; }
.tf-lc-finish > label { display: block; margin-bottom: 6px; color: #505056; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.tf-lc-finish select { width: 100%; min-height: 46px; margin: 0; padding: 0 38px 0 12px; border: 1px solid #bdbdc2; border-radius: 2px; background-color: #fff; color: #161618; box-shadow: none; }
.tf-lc-finish select:focus { border-color: #e30613; outline: 2px solid rgba(227,6,19,.13); }
.tf-lc-finish > p { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin: 14px 0 0; padding-top: 12px; border-top: 1px solid #d7d7da; }
.tf-lc-finish > p span { font-size: 11px; font-weight: 800; text-transform: uppercase; }
.tf-lc-finish > p strong { color: #e30613; font-size: 18px; }

.single-product form.cart .tf-lc-payment {
  box-sizing: border-box;
  display: flex;
  flex: 1 0 100%;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  min-height: 50px;
  margin: 14px 0 0;
  padding: 11px 16px;
  border: 1px solid #d4d4d7;
  background: #f7f7f8;
  text-align: center;
}
.tf-lc-payment strong {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding-right: 14px;
  border-right: 1px solid #cfcfd3;
  font-size: 11px;
  line-height: 1.3;
  white-space: nowrap;
}
.tf-lc-payment strong::before {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #e30613;
  color: #fff;
  content: "✓";
  font-size: 11px;
  font-weight: 900;
}
.tf-lc-payment span { color: #5d5d62; font-size: 11px; line-height: 1.4; }

.tf-lc-bundle-title { margin: 20px 0 12px !important; color: #161618; font-size: 19px !important; }

.tf-lc-included { width: min(1200px, calc(100% - 40px)); margin: 34px auto; padding-top: 22px; border-top: 2px solid #161618; }
.tf-lc-included h2 { margin: 4px 0 20px; font-size: clamp(22px, 3vw, 32px); }

@media (max-width: 767px) {
  .tf-lc-kit-link a { align-items: flex-start; flex-direction: column; }
  .tf-lc-finish > p { align-items: flex-start; flex-direction: column; gap: 4px; }
  .single-product form.cart .tf-lc-payment { align-items: center; flex-direction: column; gap: 5px; padding: 12px; }
  .tf-lc-payment strong { padding-right: 0; border-right: 0; }
  .tf-lc-included { width: calc(100% - 32px); }
}
