.ltc .ltc-logo-frame {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  overflow: hidden;
  padding: 5px;
  background: #fff;
  border: 1px solid rgba(20, 29, 55, .12);
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(20, 29, 55, .08);
}
.ltc .ltc-monogram.ltc-logo-frame { width: 52px; height: 52px; }
.ltc .ltc-small-logo.ltc-logo-frame { width: 42px; height: 42px; }
.ltc .ltc-logo-frame img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.ltc-status-tabs {
  display: inline-flex;
  gap: 6px;
  margin: 26px 0 18px;
  padding: 5px;
  background: #f1f4fb;
  border: 1px solid rgba(30, 91, 255, .12);
  border-radius: 14px;
}
.ltc-status-tabs a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  color: #26324c;
  font-weight: 700;
  text-decoration: none;
  border-radius: 10px;
}
.ltc-status-tabs a[aria-current="page"] {
  color: #fff;
  background: #1e5bff;
  box-shadow: 0 5px 14px rgba(30, 91, 255, .22);
}
.ltc-status-tabs a span {
  min-width: 24px;
  padding: 2px 7px;
  text-align: center;
  color: inherit;
  background: rgba(255, 255, 255, .22);
  border-radius: 999px;
}
.ltc-status-tabs a:not([aria-current="page"]) span { background: #fff; }
.ltc-archive-intro { margin-bottom: 24px; }
.ltc-archive-intro .ltc-explorer-heading p { max-width: 720px; margin: 8px 0 0; }
.ltc-archived-card { opacity: .88; }
.ltc-archive-badge { color: #5e6472 !important; background: #eef0f4 !important; }
.ltc-archive-state {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 8px 12px;
  color: #5e6472;
  font-weight: 700;
  text-align: center;
  background: #f2f3f6;
  border-radius: 10px;
}
.ltc-newsletter {
  display: grid;
  grid-template-columns: minmax(0, .7fr) minmax(460px, 1.3fr);
  gap: 30px;
  align-items: center;
  margin: 42px 0;
  padding: 34px;
  color: #15203a;
  background: linear-gradient(135deg, #fff7d7 0%, #fff 62%);
  border: 1px solid rgba(247, 184, 1, .32);
  border-radius: 22px;
  box-shadow: 0 14px 38px rgba(20, 29, 55, .08);
}
.ltc-newsletter h2 { margin: 5px 0 8px; font-size: clamp(25px, 3vw, 38px); line-height: 1.12; }
.ltc-newsletter p { margin: 0; color: #536078; }
.ltc-newsletter-form label { display: block; margin-bottom: 7px; font-weight: 700; }
.ltc-newsletter-form > div:not(.ltc-honeypot) { display: flex; gap: 8px; }
.ltc-newsletter-form input[type="email"] {
  min-width: 0;
  flex: 1 1 360px;
  height: 58px;
  padding: 0 18px;
  font-size: 16px;
  background: #fff;
  border: 1px solid #ccd3e0;
  border-radius: 11px;
}
.ltc-newsletter-form button {
  min-height: 58px;
  padding: 0 19px;
  color: #fff;
  font-weight: 800;
  background: #1e5bff;
  border: 0;
  border-radius: 11px;
  cursor: pointer;
}
.ltc-newsletter-form small { display: block; margin-top: 9px; color: #677187; line-height: 1.5; }
.ltc-honeypot { position: absolute !important; left: -5000px !important; }
@media (max-width: 760px) {
  .ltc .ltc-monogram.ltc-logo-frame { width: 44px; height: 44px; }
  .ltc-status-tabs { display: flex; width: 100%; }
  .ltc-status-tabs a { flex: 1 1 360px; justify-content: center; padding: 10px 8px; font-size: 13px; }
  .ltc-newsletter { grid-template-columns: 1fr; gap: 20px; margin: 30px 0; padding: 24px 18px; border-radius: 18px; }
  .ltc-newsletter-form > div:not(.ltc-honeypot) { flex-direction: column; }
  .ltc-newsletter-form input[type="email"] { flex: 0 0 auto; width: 100%; height: 56px; }
  .ltc-newsletter-form button { width: 100%; }
  .ltc-archive-results .ltc-action-cell { display: block; padding-top: 0 !important; }
  .ltc-archive-state { width: 100%; }
}
