/* Tink's modern account pages — v0.0.8 */

html.tinks-account-pages-v001 body[class*='account-'] #content .tb_system_breadcrumbs,
html.tinks-account-pages-v001 body[class*='account-'] #content .breadcrumb {
  display: none !important;
}

html.tinks-account-login-v001 body.account-login {
  --tal-green: #67c800;
  --tal-green-dark: #4f9d00;
  --tal-ink: #272b2d;
  --tal-muted: #667078;
  --tal-line: #dfe5e8;
  --tal-soft: #f3f6f7;
  --tal-blue: #eaf5fa;
}

html.tinks-account-login-v001 body.account-login #content {
  padding: clamp(24px, 3.25vw, 52px) clamp(16px, 3.5vw, 56px) clamp(36px, 4vw, 64px) !important;
  background:
    radial-gradient(circle at 86% 6%, rgba(103, 200, 0, 0.09), transparent 28rem),
    linear-gradient(180deg, #f8fafb 0%, #ffffff 72%);
}

html.tinks-account-login-v001 body.account-login #content > .row {
  width: min(1180px, 100%);
  margin-right: auto !important;
  margin-left: auto !important;
}

html.tinks-account-login-v001 body.account-login #content .row_Kz5zF {
  margin: 0 0 clamp(22px, 2.5vw, 34px) !important;
}

html.tinks-account-login-v001 body.account-login #content .row_rMKUX {
  margin-top: 0 !important;
}

html.tinks-account-login-v001 body.account-login .tb_system_page_title {
  position: relative;
  max-width: 760px;
  padding-left: 20px;
}

html.tinks-account-login-v001 body.account-login .tb_system_page_title::before {
  position: absolute;
  top: 4px;
  bottom: 3px;
  left: 0;
  width: 5px;
  border-radius: 5px;
  background: var(--tal-green);
  content: '';
}

html.tinks-account-login-v001 body.account-login .tal-eyebrow {
  margin-bottom: 4px;
  color: var(--tal-green-dark);
  font: 700 12px/1.3 'Open Sans', Arial, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

html.tinks-account-login-v001 body.account-login .tb_system_page_title h1 {
  margin: 0 !important;
  color: var(--tal-ink) !important;
  font-size: clamp(30px, 3vw, 43px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.025em;
}

html.tinks-account-login-v001 body.account-login .tal-page-intro {
  max-width: 660px;
  margin: 10px 0 0;
  color: var(--tal-muted);
  font-size: 16px;
  line-height: 1.6;
}

html.tinks-account-login-v001 body.account-login .tal-account-panel > .row {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: clamp(18px, 2.4vw, 30px);
  margin: 0 !important;
}

html.tinks-account-login-v001 body.account-login .tal-account-panel > .row > [class*='col-'] {
  display: flex;
  float: none !important;
  width: auto !important;
  min-width: 0;
  padding: 0 !important;
}

html.tinks-account-login-v001 body.account-login .tal-card {
  position: relative;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-height: 450px;
  margin: 0 !important;
  padding: clamp(26px, 3vw, 40px) !important;
  overflow: hidden;
  border: 1px solid var(--tal-line) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 12px 34px rgba(24, 34, 39, 0.08) !important;
}

html.tinks-account-login-v001 body.account-login .tal-card-register {
  border-color: #cde3b8 !important;
  background:
    linear-gradient(145deg, rgba(103, 200, 0, 0.08), transparent 44%),
    #fff !important;
}

html.tinks-account-login-v001 body.account-login .tal-card::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--tal-green);
  content: '';
}

html.tinks-account-login-v001 body.account-login .tal-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 13px;
  background: var(--tal-blue);
  color: #28728f;
}

html.tinks-account-login-v001 body.account-login .tal-card-register .tal-card-icon {
  background: rgba(103, 200, 0, 0.14);
  color: var(--tal-green-dark);
}

html.tinks-account-login-v001 body.account-login .tal-card-icon::before {
  font: normal normal normal 22px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

html.tinks-account-login-v001 body.account-login .tal-icon-lock::before { content: '\f023'; }
html.tinks-account-login-v001 body.account-login .tal-icon-user::before { content: '\f234'; }

html.tinks-account-login-v001 body.account-login .tal-card h2 {
  margin: 0 0 8px !important;
  color: var(--tal-ink) !important;
  font-size: clamp(23px, 2vw, 29px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.015em;
}

html.tinks-account-login-v001 body.account-login .tal-card-intro {
  margin: 0 0 24px !important;
  color: var(--tal-muted);
  font-size: 15px;
  font-weight: 400 !important;
  line-height: 1.55;
}

html.tinks-account-login-v001 body.account-login .tal-card-login form {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
}

html.tinks-account-login-v001 body.account-login .tal-card-login fieldset {
  margin: 0;
}

html.tinks-account-login-v001 body.account-login .tal-card .form-group {
  margin-bottom: 18px;
}

html.tinks-account-login-v001 body.account-login .tal-card .control-label {
  display: block;
  margin-bottom: 7px;
  color: #343a3e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

html.tinks-account-login-v001 body.account-login .tal-card .form-control {
  width: 100%;
  height: 50px !important;
  padding: 0 15px !important;
  border: 1px solid #cfd7db !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: var(--tal-ink) !important;
  font-size: 16px !important;
  line-height: 50px !important;
  box-shadow: none !important;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

html.tinks-account-login-v001 body.account-login .tal-card .form-control:focus {
  border-color: var(--tal-green-dark) !important;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(103, 200, 0, 0.15) !important;
}

html.tinks-account-login-v001 body.account-login .tal-password-wrap {
  position: relative;
}

html.tinks-account-login-v001 body.account-login .tal-password-wrap .form-control {
  padding-right: 68px !important;
}

html.tinks-account-login-v001 body.account-login .tal-password-toggle {
  position: absolute;
  top: 50%;
  right: 7px;
  width: 42px;
  min-width: 42px;
  height: 38px;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 6px;
  background: transparent;
  color: #3f6f24;
  cursor: pointer;
}

html.tinks-account-login-v001 body.account-login .tal-password-toggle::before {
  content: '\f06e';
  font: normal normal normal 18px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

html.tinks-account-login-v001 body.account-login .tal-password-toggle[aria-pressed='true']::before {
  content: '\f070';
}

html.tinks-account-login-v001 body.account-login .tal-password-toggle:hover,
html.tinks-account-login-v001 body.account-login .tal-password-toggle:focus-visible {
  background: rgba(103, 200, 0, 0.12);
  outline: 0;
}

html.tinks-account-login-v001 body.account-login .tal-card .buttons {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 100%;
  margin-top: auto !important;
  padding-top: 22px !important;
  border-top: 1px solid var(--tal-line);
}

html.tinks-account-login-v001 body.account-login .tal-card .buttons::before,
html.tinks-account-login-v001 body.account-login .tal-card .buttons::after {
  display: none !important;
}

html.tinks-account-login-v001 body.account-login .tal-card .buttons .pull-left,
html.tinks-account-login-v001 body.account-login .tal-card .buttons .pull-right {
  float: none !important;
}

html.tinks-account-login-v001 body.account-login .tal-card .buttons .pull-left {
  flex: 1 1 auto;
}

html.tinks-account-login-v001 body.account-login .tal-card .buttons a:not(.btn) {
  color: #466038;
  font-size: 13px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #b1c2a8;
  text-underline-offset: 3px;
}

html.tinks-account-login-v001 body.account-login .tal-card .buttons a:not(.btn):hover {
  color: var(--tal-green-dark);
  text-decoration-color: currentColor;
}

html.tinks-account-login-v001 body.account-login .tal-card .btn-primary {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  min-height: 50px;
  padding: 12px 22px !important;
  border: 1px solid var(--tal-green-dark) !important;
  border-radius: 9px !important;
  background: var(--tal-green) !important;
  color: #17200f !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-align: center;
  text-shadow: none !important;
  box-shadow: 0 5px 14px rgba(79, 157, 0, 0.2) !important;
  cursor: pointer;
  transition: background-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

html.tinks-account-login-v001 body.account-login .tal-card input.btn-primary {
  display: inline-block !important;
  height: 50px !important;
  min-height: 50px !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  line-height: 48px !important;
  vertical-align: middle;
  appearance: none;
  -webkit-appearance: none;
}

html.tinks-account-login-v001 body.account-login .tal-card .btn-primary:hover,
html.tinks-account-login-v001 body.account-login .tal-card .btn-primary:focus-visible {
  background: #75d816 !important;
  color: #11180b !important;
  outline: 0;
  box-shadow: 0 7px 18px rgba(79, 157, 0, 0.28) !important;
  transform: translateY(-1px);
}

html.tinks-account-login-v001 body.account-login .tal-card .btn-primary:active {
  transform: translateY(0);
}

html.tinks-account-login-v001 body.account-login .tal-benefits {
  display: grid;
  gap: 15px;
  margin: 2px 0 28px !important;
  padding: 0 !important;
  list-style: none !important;
}

html.tinks-account-login-v001 body.account-login .tal-benefits li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 10px;
  margin: 0 !important;
  color: #3d4549;
  font-size: 14px;
  line-height: 1.5;
}

html.tinks-account-login-v001 body.account-login .tal-benefit-check {
  position: relative;
  display: block;
  width: 22px;
  height: 22px;
  margin-top: 0;
  border-radius: 50%;
  background: rgba(103, 200, 0, 0.16);
}

html.tinks-account-login-v001 body.account-login .tal-benefit-check::before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: var(--tal-green-dark);
  content: '\f00c';
  font: normal normal normal 11px/1 FontAwesome;
  transform: translate(-50%, -50%);
  -webkit-font-smoothing: antialiased;
}

html.tinks-account-login-v001 body.account-login .tal-card-register .buttons {
  justify-content: flex-end;
}

html.tinks-account-login-v001 body.account-login .tal-card-register .buttons .pull-right,
html.tinks-account-login-v001 body.account-login .tal-card-register .buttons .btn {
  width: 100%;
}

html.tinks-account-login-v001 body.account-login .tal-reassurance {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
  color: #6a7479;
  font-size: 12px;
  line-height: 1.45;
  text-align: center;
}

html.tinks-account-login-v001 body.account-login .tal-reassurance-icon::before {
  color: #6f7a7f;
  content: '\f023';
  font: normal normal normal 12px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
}

@media (max-width: 900px) {
  html.tinks-account-login-v001 body.account-login .tal-account-panel > .row {
    grid-template-columns: 1fr;
  }

  html.tinks-account-login-v001 body.account-login .tal-card {
    min-height: 0;
  }
}

@media (max-width: 560px) {
  html.tinks-account-login-v001 body.account-login #content {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  html.tinks-account-login-v001 body.account-login .tb_system_page_title {
    padding-left: 15px;
  }

  html.tinks-account-login-v001 body.account-login .tal-page-intro {
    font-size: 14px;
    line-height: 1.55;
  }

  html.tinks-account-login-v001 body.account-login .tal-card {
    padding: 24px 20px !important;
    border-radius: 13px !important;
  }

  html.tinks-account-login-v001 body.account-login .tal-card-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
  }

  html.tinks-account-login-v001 body.account-login .tal-card .buttons {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 16px;
  }

  html.tinks-account-login-v001 body.account-login .tal-card .buttons .pull-left,
  html.tinks-account-login-v001 body.account-login .tal-card .buttons .pull-right,
  html.tinks-account-login-v001 body.account-login .tal-card .btn-primary {
    width: 100%;
  }

  html.tinks-account-login-v001 body.account-login .tal-card .buttons .pull-left {
    text-align: center;
  }

  html.tinks-account-login-v001 body.account-login .tal-reassurance {
    align-items: flex-start;
    padding: 0 10px;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.tinks-account-login-v001 body.account-login .tal-card .form-control,
  html.tinks-account-login-v001 body.account-login .tal-card .btn-primary {
    transition: none;
  }
}

/* Forgotten password ----------------------------------------------------- */

html.tinks-account-forgotten-v001 body.account-forgotten {
  --tal-green: #67c800;
  --tal-green-dark: #4f9d00;
  --tal-ink: #272b2d;
  --tal-muted: #667078;
  --tal-line: #dfe5e8;
  --tal-soft: #f3f6f7;
  --tal-blue: #eaf5fa;
}

html.tinks-account-forgotten-v001 body.account-forgotten #content {
  padding: clamp(20px, 2.75vw, 42px) clamp(16px, 3.5vw, 56px) clamp(40px, 4vw, 64px) !important;
  background:
    radial-gradient(circle at 86% 6%, rgba(103, 200, 0, 0.09), transparent 28rem),
    linear-gradient(180deg, #f8fafb 0%, #ffffff 76%);
}

html.tinks-account-forgotten-v001 body.account-forgotten #content > .row {
  width: min(900px, 100%);
  margin-right: auto !important;
  margin-left: auto !important;
}

html.tinks-account-forgotten-v001 body.account-forgotten #content [class*='row_'] {
  margin-top: 0 !important;
}

html.tinks-account-forgotten-v001 body.account-forgotten .tb_system_breadcrumbs {
  margin-bottom: clamp(24px, 3vw, 34px);
}

html.tinks-account-forgotten-v001 body.account-forgotten .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.tinks-account-forgotten-v001 body.account-forgotten .breadcrumb li {
  display: inline-flex;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

html.tinks-account-forgotten-v001 body.account-forgotten .breadcrumb li + li::before {
  margin-right: 8px;
  color: #a4adb1;
  content: '\f105';
  font: normal normal normal 12px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
}

html.tinks-account-forgotten-v001 body.account-forgotten .breadcrumb a {
  color: #727c81 !important;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none !important;
}

html.tinks-account-forgotten-v001 body.account-forgotten .breadcrumb a:hover {
  color: var(--tal-green-dark) !important;
}

html.tinks-account-forgotten-v001 body.account-forgotten .breadcrumb a[aria-current='page'] {
  color: #3b4246 !important;
  pointer-events: none;
}

html.tinks-account-forgotten-v001 body.account-forgotten .tb_system_page_title {
  position: relative;
  max-width: 720px;
  margin: 0 auto clamp(22px, 2.5vw, 32px);
  padding-left: 20px;
}

html.tinks-account-forgotten-v001 body.account-forgotten .tb_system_page_title::before {
  position: absolute;
  top: 4px;
  bottom: 3px;
  left: 0;
  width: 5px;
  border-radius: 5px;
  background: var(--tal-green);
  content: '';
}

html.tinks-account-forgotten-v001 body.account-forgotten .tal-eyebrow {
  margin-bottom: 4px;
  color: var(--tal-green-dark);
  font: 700 12px/1.3 'Open Sans', Arial, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

html.tinks-account-forgotten-v001 body.account-forgotten .tb_system_page_title h1 {
  margin: 0 !important;
  color: var(--tal-ink) !important;
  font-size: clamp(30px, 4vw, 43px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.025em;
}

html.tinks-account-forgotten-v001 body.account-forgotten .tal-page-intro {
  max-width: 660px;
  margin: 10px 0 0;
  color: var(--tal-muted);
  font-size: 16px;
  line-height: 1.6;
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-account-panel {
  width: min(720px, 100%);
  margin: 0 auto;
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card {
  position: relative;
  margin: 0 !important;
  padding: clamp(26px, 4vw, 42px) !important;
  overflow: hidden;
  border: 1px solid var(--tal-line) !important;
  border-radius: 16px !important;
  background: #fff !important;
  box-shadow: 0 12px 34px rgba(24, 34, 39, 0.08) !important;
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--tal-green);
  content: '';
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

html.tinks-account-forgotten-v001 body.account-forgotten .tal-card-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
  border-radius: 13px;
  background: var(--tal-blue);
  color: #28728f;
}

html.tinks-account-forgotten-v001 body.account-forgotten .tal-card-icon::before {
  font: normal normal normal 21px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-icon-key::before {
  content: '\f084';
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card legend {
  width: auto !important;
  margin: 0 0 8px !important;
  padding: 0 !important;
  border: 0 !important;
  color: var(--tal-ink) !important;
  font-size: clamp(23px, 2.4vw, 29px) !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  letter-spacing: -0.015em;
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-instructions {
  margin: 0 0 26px !important;
  color: var(--tal-muted);
  font-size: 15px;
  font-weight: 400 !important;
  line-height: 1.6;
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .form-group {
  display: block !important;
  margin: 0 !important;
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .form-group::before,
html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .form-group::after {
  display: none !important;
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .form-group > label,
html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .form-group > div {
  display: block;
  float: none !important;
  width: 100% !important;
  padding: 0 !important;
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .control-label {
  margin-bottom: 7px;
  color: #343a3e;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left !important;
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .form-control {
  width: 100%;
  height: 50px !important;
  padding: 0 15px !important;
  border: 1px solid #cfd7db !important;
  border-radius: 9px !important;
  background: #fff !important;
  color: var(--tal-ink) !important;
  font-size: 16px !important;
  line-height: 50px !important;
  box-shadow: none !important;
  transition: border-color 160ms ease, box-shadow 160ms ease;
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .form-control:focus {
  border-color: var(--tal-green-dark) !important;
  outline: 0;
  box-shadow: 0 0 0 4px rgba(103, 200, 0, 0.15) !important;
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-note {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  margin-top: 18px;
  padding: 12px 14px;
  border-radius: 8px;
  background: var(--tal-soft);
  color: #616b70;
  font-size: 12px;
  line-height: 1.5;
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-note-icon::before {
  color: #6d797e;
  content: '\f05a';
  font: normal normal normal 13px/1.5 FontAwesome;
  -webkit-font-smoothing: antialiased;
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .buttons {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  width: 100%;
  margin-top: 24px !important;
  padding-top: 22px !important;
  border-top: 1px solid var(--tal-line);
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .buttons::before,
html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .buttons::after {
  display: none !important;
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .buttons .pull-left,
html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .buttons .pull-right {
  float: none !important;
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-width: 190px;
  height: 50px !important;
  min-height: 50px;
  padding: 0 22px !important;
  border-radius: 9px !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 48px !important;
  text-align: center;
  text-shadow: none !important;
  cursor: pointer;
  transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease, box-shadow 150ms ease;
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card input.btn {
  display: inline-block !important;
  appearance: none;
  -webkit-appearance: none;
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .btn-default {
  border: 1px solid #cbd3d7 !important;
  background: #fff !important;
  color: #3e474b !important;
  box-shadow: none !important;
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .btn-default:hover,
html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .btn-default:focus-visible {
  border-color: #aeb9be !important;
  background: var(--tal-soft) !important;
  color: #252b2e !important;
  outline: 0;
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .btn-primary {
  border: 1px solid var(--tal-green-dark) !important;
  background: var(--tal-green) !important;
  color: #17200f !important;
  box-shadow: 0 5px 14px rgba(79, 157, 0, 0.2) !important;
}

html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .btn-primary:hover,
html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .btn-primary:focus-visible {
  background: #75d816 !important;
  color: #11180b !important;
  outline: 0;
  box-shadow: 0 7px 18px rgba(79, 157, 0, 0.28) !important;
  transform: translateY(-1px);
}

html.tinks-account-forgotten-v001 body.account-forgotten .alert-danger {
  width: min(720px, 100%);
  margin: 0 auto 18px !important;
  padding: 13px 16px !important;
  border: 1px solid #e9b9b9 !important;
  border-radius: 9px !important;
  background: #fff2f2 !important;
  color: #8c2f2f !important;
}

@media (max-width: 560px) {
  html.tinks-account-forgotten-v001 body.account-forgotten #content {
    padding-right: 14px !important;
    padding-left: 14px !important;
  }

  html.tinks-account-forgotten-v001 body.account-forgotten .tb_system_breadcrumbs {
    margin-bottom: 20px;
  }

  html.tinks-account-forgotten-v001 body.account-forgotten .tb_system_page_title {
    padding-left: 15px;
  }

  html.tinks-account-forgotten-v001 body.account-forgotten .tal-page-intro {
    font-size: 14px;
    line-height: 1.55;
  }

  html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card {
    padding: 24px 20px !important;
    border-radius: 13px !important;
  }

  html.tinks-account-forgotten-v001 body.account-forgotten .tal-card-icon {
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
  }

  html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .buttons {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 12px;
  }

  html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .buttons > div,
  html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .btn {
    width: 100%;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .form-control,
  html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .btn {
    transition: none;
  }
}

/* Compact phone layout --------------------------------------------------- */

@media (max-width: 560px) {
  html.tinks-account-login-v001 body.account-login #content,
  html.tinks-account-forgotten-v001 body.account-forgotten #content {
    padding: 12px 8px 28px !important;
  }

  html.tinks-account-login-v001 body.account-login #content > .row,
  html.tinks-account-forgotten-v001 body.account-forgotten #content > .row,
  html.tinks-account-login-v001 body.account-login #content .row-wrap > .row,
  html.tinks-account-forgotten-v001 body.account-forgotten #content .row-wrap > .row {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  html.tinks-account-login-v001 body.account-login #content .main,
  html.tinks-account-forgotten-v001 body.account-forgotten #content .main,
  html.tinks-account-login-v001 body.account-login #content .row-wrap > .row > .col,
  html.tinks-account-forgotten-v001 body.account-forgotten #content .row-wrap > .row > .col {
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  html.tinks-account-login-v001 body.account-login #content .row_Kz5zF {
    margin-bottom: 16px !important;
  }

  html.tinks-account-login-v001 body.account-login .tb_system_page_title,
  html.tinks-account-forgotten-v001 body.account-forgotten .tb_system_page_title {
    margin-bottom: 16px !important;
    padding-left: 12px;
  }

  html.tinks-account-login-v001 body.account-login .tb_system_page_title::before,
  html.tinks-account-forgotten-v001 body.account-forgotten .tb_system_page_title::before {
    width: 4px;
  }

  html.tinks-account-login-v001 body.account-login .tal-eyebrow,
  html.tinks-account-forgotten-v001 body.account-forgotten .tal-eyebrow {
    margin-bottom: 2px;
    font-size: 10px;
  }

  html.tinks-account-login-v001 body.account-login .tb_system_page_title h1,
  html.tinks-account-forgotten-v001 body.account-forgotten .tb_system_page_title h1 {
    font-size: 28px !important;
  }

  html.tinks-account-login-v001 body.account-login .tal-page-intro,
  html.tinks-account-forgotten-v001 body.account-forgotten .tal-page-intro {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.45;
  }

  html.tinks-account-login-v001 body.account-login .tal-account-panel > .row {
    gap: 12px;
  }

  html.tinks-account-login-v001 body.account-login .tal-card,
  html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card {
    padding: 18px 14px !important;
    border-radius: 11px !important;
    box-shadow: 0 7px 20px rgba(24, 34, 39, 0.07) !important;
  }

  html.tinks-account-login-v001 body.account-login .tal-card-icon,
  html.tinks-account-forgotten-v001 body.account-forgotten .tal-card-icon {
    display: none !important;
  }

  html.tinks-account-login-v001 body.account-login .tal-card h2,
  html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card legend {
    margin-bottom: 6px !important;
    font-size: 21px !important;
  }

  html.tinks-account-login-v001 body.account-login .tal-card-intro,
  html.tinks-account-forgotten-v001 body.account-forgotten .taf-instructions {
    margin-bottom: 16px !important;
    font-size: 13px;
    line-height: 1.45;
  }

  html.tinks-account-login-v001 body.account-login .tal-card .form-group {
    margin-bottom: 12px;
  }

  html.tinks-account-login-v001 body.account-login .tal-card .control-label,
  html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .control-label {
    margin-bottom: 5px;
    font-size: 12px;
  }

  html.tinks-account-login-v001 body.account-login .tal-card .form-control,
  html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .form-control {
    height: 46px !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
    font-size: 15px !important;
    line-height: 46px !important;
  }

  html.tinks-account-login-v001 body.account-login .tal-password-wrap .form-control {
    padding-right: 52px !important;
  }

  html.tinks-account-login-v001 body.account-login .tal-password-toggle {
    right: 4px;
    width: 38px;
    min-width: 38px;
    height: 36px;
  }

  html.tinks-account-login-v001 body.account-login .tal-card .buttons,
  html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .buttons {
    gap: 10px;
    margin-top: 16px !important;
    padding-top: 16px !important;
  }

  html.tinks-account-login-v001 body.account-login .tal-card .btn-primary,
  html.tinks-account-login-v001 body.account-login .tal-card input.btn-primary,
  html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card .btn {
    height: 46px !important;
    min-height: 46px !important;
    line-height: 44px !important;
  }

  html.tinks-account-login-v001 body.account-login .tal-benefits {
    gap: 10px;
    margin-bottom: 18px !important;
  }

  html.tinks-account-login-v001 body.account-login .tal-benefits li {
    gap: 8px;
    font-size: 13px;
  }

  html.tinks-account-login-v001 body.account-login .tal-reassurance {
    margin-top: 12px;
    padding: 0 4px;
    font-size: 11px;
  }

  html.tinks-account-forgotten-v001 body.account-forgotten .tb_system_breadcrumbs {
    display: none !important;
  }

  html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-note {
    gap: 7px;
    margin-top: 12px;
    padding: 9px 10px;
    font-size: 11px;
  }
}

/* BurnEngine mobile column-width override. Keep this after all theme rules. */
@media (max-width: 560px) {
  html.tinks-account-login-v001 body.account-login #content div.row,
  html.tinks-account-forgotten-v001 body.account-forgotten #content div.row {
    padding-right: 0 !important;
    padding-left: 0 !important;
    box-sizing: border-box !important;
  }

  html.tinks-account-login-v001 body.account-login #content .main,
  html.tinks-account-forgotten-v001 body.account-forgotten #content .main,
  html.tinks-account-login-v001 body.account-login #content .row-wrap > .row > .col,
  html.tinks-account-forgotten-v001 body.account-forgotten #content .row-wrap > .row > .col {
    flex: 0 0 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  html.tinks-account-login-v001 body.account-login .tb_system_page_title,
  html.tinks-account-forgotten-v001 body.account-forgotten .tb_system_page_title,
  html.tinks-account-login-v001 body.account-login .tal-account-panel,
  html.tinks-account-forgotten-v001 body.account-forgotten .taf-account-panel {
    width: 100% !important;
    max-width: none !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    box-sizing: border-box !important;
  }

  html.tinks-account-login-v001 body.account-login .tal-account-panel > .row {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
  }

  html.tinks-account-login-v001 body.account-login .tal-account-panel > .row > [class*='col-'] {
    display: block !important;
    float: none !important;
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin: 0 0 12px !important;
    padding: 0 !important;
    box-sizing: border-box !important;
  }

  html.tinks-account-login-v001 body.account-login .tal-card,
  html.tinks-account-forgotten-v001 body.account-forgotten .taf-reset-card {
    display: block !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    box-sizing: border-box !important;
  }

  html.tinks-account-login-v001 body.account-login .tal-card-login form {
    display: block !important;
  }
}

/* Account dashboard ------------------------------------------------------ */

html.tinks-account-home-v001 body.account-account {
  --tal-green: #67c800;
  --tal-green-dark: #4f9d00;
  --tal-ink: #272b2d;
  --tal-muted: #667078;
  --tal-line: #dfe5e8;
  --tal-soft: #f3f6f7;
  --tal-blue: #eaf5fa;
}

html.tinks-account-home-v001 body.account-account #content {
  padding: clamp(20px, 2.75vw, 42px) clamp(16px, 3.5vw, 56px) clamp(42px, 4vw, 68px) !important;
  background:
    radial-gradient(circle at 86% 6%, rgba(103, 200, 0, 0.09), transparent 28rem),
    linear-gradient(180deg, #f8fafb 0%, #fff 78%);
}

html.tinks-account-home-v001 body.account-account #content > .row {
  width: min(1180px, 100%);
  margin-right: auto !important;
  margin-left: auto !important;
}

html.tinks-account-home-v001 body.account-account .tb_system_breadcrumbs {
  margin-bottom: clamp(24px, 3vw, 34px);
}

html.tinks-account-home-v001 body.account-account .breadcrumb {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

html.tinks-account-home-v001 body.account-account .breadcrumb li {
  display: inline-flex;
  align-items: center;
  margin: 0 !important;
  padding: 0 !important;
  background: none !important;
}

html.tinks-account-home-v001 body.account-account .breadcrumb li + li::before {
  margin-right: 8px;
  color: #a4adb1;
  content: '\f105';
  font: normal normal normal 12px/1 FontAwesome;
  -webkit-font-smoothing: antialiased;
}

html.tinks-account-home-v001 body.account-account .breadcrumb a {
  color: #727c81 !important;
  font-size: 12px !important;
  font-weight: 600;
  line-height: 1.4;
  text-decoration: none !important;
}

html.tinks-account-home-v001 body.account-account .breadcrumb a:hover {
  color: var(--tal-green-dark) !important;
}

html.tinks-account-home-v001 body.account-account .breadcrumb a[aria-current='page'] {
  color: #3b4246 !important;
  pointer-events: none;
}

html.tinks-account-home-v001 body.account-account .taa-dashboard {
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
}

html.tinks-account-home-v001 body.account-account .taa-dashboard-header {
  position: relative;
  max-width: 780px;
  margin-bottom: clamp(28px, 3.2vw, 42px);
  padding-left: 20px;
}

html.tinks-account-home-v001 body.account-account .taa-dashboard-header::before {
  position: absolute;
  top: 4px;
  bottom: 3px;
  left: 0;
  width: 5px;
  border-radius: 5px;
  background: var(--tal-green);
  content: '';
}

html.tinks-account-home-v001 body.account-account .tal-eyebrow {
  margin-bottom: 4px;
  color: var(--tal-green-dark);
  font: 700 12px/1.3 'Open Sans', Arial, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

html.tinks-account-home-v001 body.account-account .taa-dashboard-header h1 {
  margin: 0 !important;
  color: var(--tal-ink) !important;
  font-size: clamp(32px, 3.4vw, 46px) !important;
  font-weight: 700 !important;
  line-height: 1.08 !important;
  letter-spacing: -0.025em;
}

html.tinks-account-home-v001 body.account-account .tal-page-intro {
  max-width: 720px;
  margin: 10px 0 0;
  color: var(--tal-muted);
  font-size: 16px;
  line-height: 1.6;
}

html.tinks-account-home-v001 body.account-account .taa-section {
  margin: 0 0 clamp(28px, 3.4vw, 44px);
}

html.tinks-account-home-v001 body.account-account .taa-section:last-child {
  margin-bottom: 0;
}

html.tinks-account-home-v001 body.account-account .taa-section-header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 24px;
  margin-bottom: 15px;
  padding-bottom: 12px;
  border-bottom: 1px solid var(--tal-line);
}

html.tinks-account-home-v001 body.account-account .taa-section-header h2 {
  flex: 0 0 auto;
  margin: 0 !important;
  color: var(--tal-ink) !important;
  font-size: clamp(20px, 2vw, 25px) !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

html.tinks-account-home-v001 body.account-account .taa-section-header p {
  margin: 0;
  color: var(--tal-muted);
  font-size: 13px;
  line-height: 1.45;
  text-align: right;
}

html.tinks-account-home-v001 body.account-account .taa-tile-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

html.tinks-account-home-v001 body.account-account .taa-tile-grid > li {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
}

html.tinks-account-home-v001 body.account-account .taa-tile-grid > li::before,
html.tinks-account-home-v001 body.account-account .taa-tile-grid > li::after {
  display: none !important;
  content: none !important;
}

html.tinks-account-home-v001 body.account-account .taa-tile {
  position: relative;
  display: grid !important;
  grid-template-columns: 52px minmax(0, 1fr) 18px;
  align-items: center;
  gap: 16px;
  min-height: 104px;
  padding: 18px 20px !important;
  overflow: hidden;
  border: 1px solid var(--tal-line) !important;
  border-radius: 14px !important;
  background: #fff !important;
  color: var(--tal-ink) !important;
  text-decoration: none !important;
  box-shadow: 0 7px 22px rgba(24, 34, 39, 0.065);
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

html.tinks-account-home-v001 body.account-account .taa-tile::before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 4px;
  background: var(--tal-green);
  content: '';
  opacity: 0;
  transition: opacity 160ms ease;
}

html.tinks-account-home-v001 body.account-account .taa-tile:hover,
html.tinks-account-home-v001 body.account-account .taa-tile:focus-visible {
  border-color: #b8d49e !important;
  color: var(--tal-ink) !important;
  outline: 0;
  box-shadow: 0 11px 28px rgba(24, 34, 39, 0.11);
  transform: translateY(-2px);
}

html.tinks-account-home-v001 body.account-account .taa-tile:hover::before,
html.tinks-account-home-v001 body.account-account .taa-tile:focus-visible::before {
  opacity: 1;
}

html.tinks-account-home-v001 body.account-account .taa-tile-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 13px;
  background: rgba(103, 200, 0, 0.14);
  color: var(--tal-green-dark);
}

html.tinks-account-home-v001 body.account-account .taa-tile-icon::before,
html.tinks-account-home-v001 body.account-account .taa-tile-arrow::before {
  font: normal normal normal 21px/1 FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
}

html.tinks-account-home-v001 body.account-account .taa-icon-user::before { content: '\f007'; }
html.tinks-account-home-v001 body.account-account .taa-icon-lock::before { content: '\f023'; }
html.tinks-account-home-v001 body.account-account .taa-icon-map::before { content: '\f041'; }
html.tinks-account-home-v001 body.account-account .taa-icon-star::before { content: '\f005'; }
html.tinks-account-home-v001 body.account-account .taa-icon-orders::before { content: '\f03a'; }
html.tinks-account-home-v001 body.account-account .taa-icon-return::before { content: '\f0e2'; }

html.tinks-account-home-v001 body.account-account .taa-tile-copy {
  display: block;
  min-width: 0;
}

html.tinks-account-home-v001 body.account-account .taa-tile-copy strong,
html.tinks-account-home-v001 body.account-account .taa-tile-copy small {
  display: block;
}

html.tinks-account-home-v001 body.account-account .taa-tile-copy strong {
  margin-bottom: 4px;
  color: var(--tal-ink);
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}

html.tinks-account-home-v001 body.account-account .taa-tile-copy small {
  color: var(--tal-muted);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
}

html.tinks-account-home-v001 body.account-account .taa-tile-arrow {
  color: #9ca7ac;
  text-align: right;
  transition: color 160ms ease, transform 160ms ease;
}

html.tinks-account-home-v001 body.account-account .taa-tile-arrow::before {
  content: '\f105';
  font-size: 17px;
}

html.tinks-account-home-v001 body.account-account .taa-tile:hover .taa-tile-arrow,
html.tinks-account-home-v001 body.account-account .taa-tile:focus-visible .taa-tile-arrow {
  color: var(--tal-green-dark);
  transform: translateX(2px);
}

@media (max-width: 720px) {
  html.tinks-account-home-v001 body.account-account .taa-tile-grid {
    grid-template-columns: 1fr;
  }

  html.tinks-account-home-v001 body.account-account .taa-section-header {
    display: block;
  }

  html.tinks-account-home-v001 body.account-account .taa-section-header p {
    margin-top: 4px;
    text-align: left;
  }
}

@media (max-width: 560px) {
  html.tinks-account-home-v001 body.account-account #content {
    padding: 12px 8px 28px !important;
  }

  html.tinks-account-home-v001 body.account-account #content div.row {
    width: 100% !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
    box-sizing: border-box !important;
  }

  html.tinks-account-home-v001 body.account-account #content .main,
  html.tinks-account-home-v001 body.account-account #content .row-wrap > .row > .col {
    flex: 0 0 100% !important;
    width: 100% !important;
    max-width: none !important;
    min-width: 0 !important;
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  html.tinks-account-home-v001 body.account-account .tb_system_breadcrumbs {
    display: none !important;
  }

  html.tinks-account-home-v001 body.account-account .taa-dashboard {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
  }

  html.tinks-account-home-v001 body.account-account .taa-dashboard-header {
    margin-bottom: 22px;
    padding-left: 12px;
  }

  html.tinks-account-home-v001 body.account-account .taa-dashboard-header::before {
    width: 4px;
  }

  html.tinks-account-home-v001 body.account-account .tal-eyebrow {
    margin-bottom: 2px;
    font-size: 10px;
  }

  html.tinks-account-home-v001 body.account-account .taa-dashboard-header h1 {
    font-size: 28px !important;
  }

  html.tinks-account-home-v001 body.account-account .tal-page-intro {
    margin-top: 6px;
    font-size: 13px;
    line-height: 1.45;
  }

  html.tinks-account-home-v001 body.account-account .taa-section {
    margin-bottom: 25px;
  }

  html.tinks-account-home-v001 body.account-account .taa-section-header {
    margin-bottom: 10px;
    padding-bottom: 9px;
  }

  html.tinks-account-home-v001 body.account-account .taa-section-header h2 {
    font-size: 19px !important;
  }

  html.tinks-account-home-v001 body.account-account .taa-section-header p {
    font-size: 11px;
  }

  html.tinks-account-home-v001 body.account-account .taa-tile-grid {
    gap: 10px;
  }

  html.tinks-account-home-v001 body.account-account .taa-tile {
    grid-template-columns: 42px minmax(0, 1fr) 14px;
    gap: 12px;
    min-height: 84px;
    padding: 13px 14px !important;
    border-radius: 11px !important;
  }

  html.tinks-account-home-v001 body.account-account .taa-tile-icon {
    width: 42px;
    height: 42px;
    border-radius: 10px;
  }

  html.tinks-account-home-v001 body.account-account .taa-tile-icon::before {
    font-size: 18px;
  }

  html.tinks-account-home-v001 body.account-account .taa-tile-copy strong {
    margin-bottom: 2px;
    font-size: 14px;
  }

  html.tinks-account-home-v001 body.account-account .taa-tile-copy small {
    font-size: 11px;
    line-height: 1.4;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.tinks-account-home-v001 body.account-account .taa-tile,
  html.tinks-account-home-v001 body.account-account .taa-tile::before,
  html.tinks-account-home-v001 body.account-account .taa-tile-arrow {
    transition: none;
  }
}
