@charset "UTF-8";
.te-account-page,
.entry-content.wp-block-post-content:has(#loginform),
.entry-content.wp-block-post-content:has(.te-account-grid),
.entry-content.wp-block-post-content:has(.te-account-filters),
.entry-content.wp-block-post-content:has(.te-account-favorites-list) {
  max-width: none;
  margin-inline: calc(50% - 50vw);
  width: 100vw;
  margin-top: var(--site-header-height);
  min-height: clamp(32rem, 80vh, 56rem);
  padding: clamp(3rem, 8vw, 6rem) clamp(1.5rem, 4vw, 3rem);
  background-color: var(--wp--preset--color--dark-blue);
  background-image: url("../../gutenberg-cover/img/logo-left.avif");
  background-position: calc(0px - clamp(200px, 20.8333333333vw, 25rem)) center;
  background-repeat: no-repeat;
  background-size: clamp(400px, 41.6666666667vw, 50rem);
}
.te-account-page .te-account-card,
.entry-content.wp-block-post-content:has(#loginform) .te-account-card,
.entry-content.wp-block-post-content:has(.te-account-grid) .te-account-card,
.entry-content.wp-block-post-content:has(.te-account-filters) .te-account-card,
.entry-content.wp-block-post-content:has(.te-account-favorites-list) .te-account-card {
  border: 1px solid var(--wp--preset--color--primary);
  background: rgba(18, 22, 29, 0.9);
  color: #fff;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  box-shadow: 0 24px 60px rgba(0, 0, 0, 0.35);
  backdrop-filter: blur(6px);
}
.te-account-page .te-account-card h1,
.te-account-page .te-account-card h2,
.entry-content.wp-block-post-content:has(#loginform) .te-account-card h1,
.entry-content.wp-block-post-content:has(#loginform) .te-account-card h2,
.entry-content.wp-block-post-content:has(.te-account-grid) .te-account-card h1,
.entry-content.wp-block-post-content:has(.te-account-grid) .te-account-card h2,
.entry-content.wp-block-post-content:has(.te-account-filters) .te-account-card h1,
.entry-content.wp-block-post-content:has(.te-account-filters) .te-account-card h2,
.entry-content.wp-block-post-content:has(.te-account-favorites-list) .te-account-card h1,
.entry-content.wp-block-post-content:has(.te-account-favorites-list) .te-account-card h2 {
  color: #fff;
}
.te-account-page.te-account-page--logged-in .te-account-grid,
.te-account-page.te-account-page--logged-in > .te-account-card,
.te-account-page.te-account-page--logged-in > section,
.te-account-page.te-account-page--logged-in > article, .te-account-page:has(.te-account-grid) .te-account-grid,
.te-account-page:has(.te-account-grid) > .te-account-card,
.te-account-page:has(.te-account-grid) > section,
.te-account-page:has(.te-account-grid) > article, .te-account-page:has(.te-account-filters) .te-account-grid,
.te-account-page:has(.te-account-filters) > .te-account-card,
.te-account-page:has(.te-account-filters) > section,
.te-account-page:has(.te-account-filters) > article, .te-account-page:has(.te-account-favorites-list) .te-account-grid,
.te-account-page:has(.te-account-favorites-list) > .te-account-card,
.te-account-page:has(.te-account-favorites-list) > section,
.te-account-page:has(.te-account-favorites-list) > article,
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-in .te-account-grid,
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-in > .te-account-card,
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-in > section,
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-in > article,
.entry-content.wp-block-post-content:has(#loginform):has(.te-account-grid) .te-account-grid,
.entry-content.wp-block-post-content:has(#loginform):has(.te-account-grid) > .te-account-card,
.entry-content.wp-block-post-content:has(#loginform):has(.te-account-grid) > section,
.entry-content.wp-block-post-content:has(#loginform):has(.te-account-grid) > article,
.entry-content.wp-block-post-content:has(#loginform):has(.te-account-filters) .te-account-grid,
.entry-content.wp-block-post-content:has(#loginform):has(.te-account-filters) > .te-account-card,
.entry-content.wp-block-post-content:has(#loginform):has(.te-account-filters) > section,
.entry-content.wp-block-post-content:has(#loginform):has(.te-account-filters) > article,
.entry-content.wp-block-post-content:has(#loginform):has(.te-account-favorites-list) .te-account-grid,
.entry-content.wp-block-post-content:has(#loginform):has(.te-account-favorites-list) > .te-account-card,
.entry-content.wp-block-post-content:has(#loginform):has(.te-account-favorites-list) > section,
.entry-content.wp-block-post-content:has(#loginform):has(.te-account-favorites-list) > article,
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-in .te-account-grid,
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-in > .te-account-card,
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-in > section,
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-in > article,
.entry-content.wp-block-post-content:has(.te-account-grid):has(.te-account-grid) .te-account-grid,
.entry-content.wp-block-post-content:has(.te-account-grid):has(.te-account-grid) > .te-account-card,
.entry-content.wp-block-post-content:has(.te-account-grid):has(.te-account-grid) > section,
.entry-content.wp-block-post-content:has(.te-account-grid):has(.te-account-grid) > article,
.entry-content.wp-block-post-content:has(.te-account-grid):has(.te-account-filters) .te-account-grid,
.entry-content.wp-block-post-content:has(.te-account-grid):has(.te-account-filters) > .te-account-card,
.entry-content.wp-block-post-content:has(.te-account-grid):has(.te-account-filters) > section,
.entry-content.wp-block-post-content:has(.te-account-grid):has(.te-account-filters) > article,
.entry-content.wp-block-post-content:has(.te-account-grid):has(.te-account-favorites-list) .te-account-grid,
.entry-content.wp-block-post-content:has(.te-account-grid):has(.te-account-favorites-list) > .te-account-card,
.entry-content.wp-block-post-content:has(.te-account-grid):has(.te-account-favorites-list) > section,
.entry-content.wp-block-post-content:has(.te-account-grid):has(.te-account-favorites-list) > article,
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-in .te-account-grid,
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-in > .te-account-card,
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-in > section,
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-in > article,
.entry-content.wp-block-post-content:has(.te-account-filters):has(.te-account-grid) .te-account-grid,
.entry-content.wp-block-post-content:has(.te-account-filters):has(.te-account-grid) > .te-account-card,
.entry-content.wp-block-post-content:has(.te-account-filters):has(.te-account-grid) > section,
.entry-content.wp-block-post-content:has(.te-account-filters):has(.te-account-grid) > article,
.entry-content.wp-block-post-content:has(.te-account-filters):has(.te-account-filters) .te-account-grid,
.entry-content.wp-block-post-content:has(.te-account-filters):has(.te-account-filters) > .te-account-card,
.entry-content.wp-block-post-content:has(.te-account-filters):has(.te-account-filters) > section,
.entry-content.wp-block-post-content:has(.te-account-filters):has(.te-account-filters) > article,
.entry-content.wp-block-post-content:has(.te-account-filters):has(.te-account-favorites-list) .te-account-grid,
.entry-content.wp-block-post-content:has(.te-account-filters):has(.te-account-favorites-list) > .te-account-card,
.entry-content.wp-block-post-content:has(.te-account-filters):has(.te-account-favorites-list) > section,
.entry-content.wp-block-post-content:has(.te-account-filters):has(.te-account-favorites-list) > article,
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-in .te-account-grid,
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-in > .te-account-card,
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-in > section,
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-in > article,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(.te-account-grid) .te-account-grid,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(.te-account-grid) > .te-account-card,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(.te-account-grid) > section,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(.te-account-grid) > article,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(.te-account-filters) .te-account-grid,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(.te-account-filters) > .te-account-card,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(.te-account-filters) > section,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(.te-account-filters) > article,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(.te-account-favorites-list) .te-account-grid,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(.te-account-favorites-list) > .te-account-card,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(.te-account-favorites-list) > section,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(.te-account-favorites-list) > article {
  max-width: var(--wp--style--global--wide-size);
  margin-inline: auto;
}
.te-account-page.te-account-page--logged-out, .te-account-page:has(#loginform),
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-out,
.entry-content.wp-block-post-content:has(#loginform):has(#loginform),
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-out,
.entry-content.wp-block-post-content:has(.te-account-grid):has(#loginform),
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-out,
.entry-content.wp-block-post-content:has(.te-account-filters):has(#loginform),
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-out,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(#loginform) {
  display: grid;
  align-items: center;
  justify-items: center;
}
.te-account-page.te-account-page--logged-out .te-account-card, .te-account-page:has(#loginform) .te-account-card,
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-out .te-account-card,
.entry-content.wp-block-post-content:has(#loginform):has(#loginform) .te-account-card,
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-out .te-account-card,
.entry-content.wp-block-post-content:has(.te-account-grid):has(#loginform) .te-account-card,
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-out .te-account-card,
.entry-content.wp-block-post-content:has(.te-account-filters):has(#loginform) .te-account-card,
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-out .te-account-card,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(#loginform) .te-account-card {
  width: min(100%, 28rem);
}
.te-account-page.te-account-page--logged-out .login-username,
.te-account-page.te-account-page--logged-out .login-password,
.te-account-page.te-account-page--logged-out .login-remember,
.te-account-page.te-account-page--logged-out .login-submit,
.te-account-page.te-account-page--logged-out .te-account-help, .te-account-page:has(#loginform) .login-username,
.te-account-page:has(#loginform) .login-password,
.te-account-page:has(#loginform) .login-remember,
.te-account-page:has(#loginform) .login-submit,
.te-account-page:has(#loginform) .te-account-help,
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-out .login-username,
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-out .login-password,
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-out .login-remember,
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-out .login-submit,
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-out .te-account-help,
.entry-content.wp-block-post-content:has(#loginform):has(#loginform) .login-username,
.entry-content.wp-block-post-content:has(#loginform):has(#loginform) .login-password,
.entry-content.wp-block-post-content:has(#loginform):has(#loginform) .login-remember,
.entry-content.wp-block-post-content:has(#loginform):has(#loginform) .login-submit,
.entry-content.wp-block-post-content:has(#loginform):has(#loginform) .te-account-help,
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-out .login-username,
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-out .login-password,
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-out .login-remember,
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-out .login-submit,
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-out .te-account-help,
.entry-content.wp-block-post-content:has(.te-account-grid):has(#loginform) .login-username,
.entry-content.wp-block-post-content:has(.te-account-grid):has(#loginform) .login-password,
.entry-content.wp-block-post-content:has(.te-account-grid):has(#loginform) .login-remember,
.entry-content.wp-block-post-content:has(.te-account-grid):has(#loginform) .login-submit,
.entry-content.wp-block-post-content:has(.te-account-grid):has(#loginform) .te-account-help,
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-out .login-username,
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-out .login-password,
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-out .login-remember,
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-out .login-submit,
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-out .te-account-help,
.entry-content.wp-block-post-content:has(.te-account-filters):has(#loginform) .login-username,
.entry-content.wp-block-post-content:has(.te-account-filters):has(#loginform) .login-password,
.entry-content.wp-block-post-content:has(.te-account-filters):has(#loginform) .login-remember,
.entry-content.wp-block-post-content:has(.te-account-filters):has(#loginform) .login-submit,
.entry-content.wp-block-post-content:has(.te-account-filters):has(#loginform) .te-account-help,
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-out .login-username,
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-out .login-password,
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-out .login-remember,
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-out .login-submit,
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-out .te-account-help,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(#loginform) .login-username,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(#loginform) .login-password,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(#loginform) .login-remember,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(#loginform) .login-submit,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(#loginform) .te-account-help {
  margin: 0 0 1rem;
}
.te-account-page.te-account-page--logged-out label, .te-account-page:has(#loginform) label,
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-out label,
.entry-content.wp-block-post-content:has(#loginform):has(#loginform) label,
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-out label,
.entry-content.wp-block-post-content:has(.te-account-grid):has(#loginform) label,
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-out label,
.entry-content.wp-block-post-content:has(.te-account-filters):has(#loginform) label,
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-out label,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(#loginform) label {
  display: block;
  margin-bottom: 0.45rem;
  color: white;
}
.te-account-page.te-account-page--logged-out input[type=text],
.te-account-page.te-account-page--logged-out input[type=email],
.te-account-page.te-account-page--logged-out input[type=password], .te-account-page:has(#loginform) input[type=text],
.te-account-page:has(#loginform) input[type=email],
.te-account-page:has(#loginform) input[type=password],
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-out input[type=text],
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-out input[type=email],
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-out input[type=password],
.entry-content.wp-block-post-content:has(#loginform):has(#loginform) input[type=text],
.entry-content.wp-block-post-content:has(#loginform):has(#loginform) input[type=email],
.entry-content.wp-block-post-content:has(#loginform):has(#loginform) input[type=password],
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-out input[type=text],
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-out input[type=email],
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-out input[type=password],
.entry-content.wp-block-post-content:has(.te-account-grid):has(#loginform) input[type=text],
.entry-content.wp-block-post-content:has(.te-account-grid):has(#loginform) input[type=email],
.entry-content.wp-block-post-content:has(.te-account-grid):has(#loginform) input[type=password],
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-out input[type=text],
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-out input[type=email],
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-out input[type=password],
.entry-content.wp-block-post-content:has(.te-account-filters):has(#loginform) input[type=text],
.entry-content.wp-block-post-content:has(.te-account-filters):has(#loginform) input[type=email],
.entry-content.wp-block-post-content:has(.te-account-filters):has(#loginform) input[type=password],
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-out input[type=text],
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-out input[type=email],
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-out input[type=password],
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(#loginform) input[type=text],
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(#loginform) input[type=email],
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(#loginform) input[type=password] {
  width: 100%;
  max-width: none;
  min-height: 3rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 0.8rem 0.95rem;
}
.te-account-page.te-account-page--logged-out input[type=text]:focus,
.te-account-page.te-account-page--logged-out input[type=email]:focus,
.te-account-page.te-account-page--logged-out input[type=password]:focus, .te-account-page:has(#loginform) input[type=text]:focus,
.te-account-page:has(#loginform) input[type=email]:focus,
.te-account-page:has(#loginform) input[type=password]:focus,
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-out input[type=text]:focus,
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-out input[type=email]:focus,
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-out input[type=password]:focus,
.entry-content.wp-block-post-content:has(#loginform):has(#loginform) input[type=text]:focus,
.entry-content.wp-block-post-content:has(#loginform):has(#loginform) input[type=email]:focus,
.entry-content.wp-block-post-content:has(#loginform):has(#loginform) input[type=password]:focus,
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-out input[type=text]:focus,
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-out input[type=email]:focus,
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-out input[type=password]:focus,
.entry-content.wp-block-post-content:has(.te-account-grid):has(#loginform) input[type=text]:focus,
.entry-content.wp-block-post-content:has(.te-account-grid):has(#loginform) input[type=email]:focus,
.entry-content.wp-block-post-content:has(.te-account-grid):has(#loginform) input[type=password]:focus,
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-out input[type=text]:focus,
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-out input[type=email]:focus,
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-out input[type=password]:focus,
.entry-content.wp-block-post-content:has(.te-account-filters):has(#loginform) input[type=text]:focus,
.entry-content.wp-block-post-content:has(.te-account-filters):has(#loginform) input[type=email]:focus,
.entry-content.wp-block-post-content:has(.te-account-filters):has(#loginform) input[type=password]:focus,
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-out input[type=text]:focus,
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-out input[type=email]:focus,
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-out input[type=password]:focus,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(#loginform) input[type=text]:focus,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(#loginform) input[type=email]:focus,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(#loginform) input[type=password]:focus {
  outline: none;
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 0 0 1px var(--wp--preset--color--primary);
}
.te-account-page.te-account-page--logged-out .login-remember label, .te-account-page:has(#loginform) .login-remember label,
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-out .login-remember label,
.entry-content.wp-block-post-content:has(#loginform):has(#loginform) .login-remember label,
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-out .login-remember label,
.entry-content.wp-block-post-content:has(.te-account-grid):has(#loginform) .login-remember label,
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-out .login-remember label,
.entry-content.wp-block-post-content:has(.te-account-filters):has(#loginform) .login-remember label,
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-out .login-remember label,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(#loginform) .login-remember label {
  display: inline-flex;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 0;
}
.te-account-page.te-account-page--logged-out input[type=checkbox], .te-account-page:has(#loginform) input[type=checkbox],
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-out input[type=checkbox],
.entry-content.wp-block-post-content:has(#loginform):has(#loginform) input[type=checkbox],
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-out input[type=checkbox],
.entry-content.wp-block-post-content:has(.te-account-grid):has(#loginform) input[type=checkbox],
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-out input[type=checkbox],
.entry-content.wp-block-post-content:has(.te-account-filters):has(#loginform) input[type=checkbox],
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-out input[type=checkbox],
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(#loginform) input[type=checkbox] {
  accent-color: var(--wp--preset--color--primary);
}
.te-account-page.te-account-page--logged-out .button,
.te-account-page.te-account-page--logged-out input[type=submit], .te-account-page:has(#loginform) .button,
.te-account-page:has(#loginform) input[type=submit],
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-out .button,
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-out input[type=submit],
.entry-content.wp-block-post-content:has(#loginform):has(#loginform) .button,
.entry-content.wp-block-post-content:has(#loginform):has(#loginform) input[type=submit],
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-out .button,
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-out input[type=submit],
.entry-content.wp-block-post-content:has(.te-account-grid):has(#loginform) .button,
.entry-content.wp-block-post-content:has(.te-account-grid):has(#loginform) input[type=submit],
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-out .button,
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-out input[type=submit],
.entry-content.wp-block-post-content:has(.te-account-filters):has(#loginform) .button,
.entry-content.wp-block-post-content:has(.te-account-filters):has(#loginform) input[type=submit],
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-out .button,
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-out input[type=submit],
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(#loginform) .button,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(#loginform) input[type=submit] {
  cursor: pointer;
  width: 100%;
  justify-content: center;
  min-height: 3rem;
  border: 1px solid var(--wp--preset--color--primary);
  background: var(--wp--preset--color--primary);
  color: white;
  box-shadow: none;
}
.te-account-page.te-account-page--logged-out .te-account-help, .te-account-page:has(#loginform) .te-account-help,
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-out .te-account-help,
.entry-content.wp-block-post-content:has(#loginform):has(#loginform) .te-account-help,
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-out .te-account-help,
.entry-content.wp-block-post-content:has(.te-account-grid):has(#loginform) .te-account-help,
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-out .te-account-help,
.entry-content.wp-block-post-content:has(.te-account-filters):has(#loginform) .te-account-help,
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-out .te-account-help,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(#loginform) .te-account-help {
  text-align: center;
}
.te-account-page.te-account-page--logged-out a, .te-account-page:has(#loginform) a,
.entry-content.wp-block-post-content:has(#loginform).te-account-page--logged-out a,
.entry-content.wp-block-post-content:has(#loginform):has(#loginform) a,
.entry-content.wp-block-post-content:has(.te-account-grid).te-account-page--logged-out a,
.entry-content.wp-block-post-content:has(.te-account-grid):has(#loginform) a,
.entry-content.wp-block-post-content:has(.te-account-filters).te-account-page--logged-out a,
.entry-content.wp-block-post-content:has(.te-account-filters):has(#loginform) a,
.entry-content.wp-block-post-content:has(.te-account-favorites-list).te-account-page--logged-out a,
.entry-content.wp-block-post-content:has(.te-account-favorites-list):has(#loginform) a {
  color: var(--wp--preset--color--primary);
}

.te-account-grid {
  display: grid;
  gap: 1rem;
}
@media only screen and (min-width: 783px) {
  .te-account-grid {
    grid-template-columns: 1fr 1fr;
  }
}

.te-account-details {
  margin-top: 1.25rem;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  padding-top: 1rem;
}
.te-account-details summary {
  cursor: pointer;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
}
.te-account-details[open] summary {
  margin-bottom: 0.85rem;
}

.te-account-logout {
  margin: 1rem 0 0;
}
.te-account-logout a {
  color: var(--wp--preset--color--primary);
}

.te-account-message {
  padding: 0.5rem 0.65rem;
  border: 1px solid transparent;
}
.te-account-message--success {
  background: #f0fff4;
  color: #4e9a66;
  border-color: #4e9a66;
}
.te-account-message--error {
  background: #fff7f7;
  color: #c0392b;
  border-color: #c0392b;
}

.te-account-form input[type=password],
.te-account-filters input[type=search],
.te-account-filters select,
.te-account-favorite-item textarea,
.te-account-favorite-item select {
  width: 100%;
  max-width: 420px;
}

.te-account-form p {
  margin: 0 0 0.85rem;
}
.te-account-form label {
  display: block;
  margin-bottom: 0.35rem;
}
.te-account-form input[type=password] {
  min-height: 2.5rem;
  padding: 0.6rem 0.8rem;
}
.te-account-form .button,
.te-account-form input[type=submit],
.te-account-form button[type=submit] {
  cursor: pointer;
  min-height: 2.5rem;
  padding: 0.55rem 1rem;
  border: 1px solid var(--wp--preset--color--primary);
  background: var(--wp--preset--color--primary);
  color: white;
  box-shadow: none;
}

.te-account-card--favorites {
  display: flex;
  flex-direction: column;
}

.te-account-stat {
  margin: 0 0 1rem;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
}

.te-account-create-favorite {
  margin-bottom: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}
.te-account-create-favorite[open] .te-account-create-favorite__summary {
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.te-account-create-favorite__summary {
  cursor: pointer;
  padding: 1rem;
  color: #fff;
  font-size: var(--wp--preset--font-size--large);
  font-weight: 600;
}

.te-account-create-favorite__form {
  display: grid;
  gap: 1rem;
  padding: 1rem;
}
.te-account-create-favorite__form p {
  margin: 0;
}
.te-account-create-favorite__form label {
  display: block;
  margin-bottom: 0.35rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: var(--wp--preset--font-size--small);
}
.te-account-create-favorite__form input[type=text],
.te-account-create-favorite__form input[type=date],
.te-account-create-favorite__form input[type=file],
.te-account-create-favorite__form textarea {
  width: 100%;
  max-width: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(18, 22, 29, 0.7);
  color: #fff;
  padding: 0.7rem 0.8rem;
}
.te-account-create-favorite__form input[type=text]:focus,
.te-account-create-favorite__form input[type=date]:focus,
.te-account-create-favorite__form input[type=file]:focus,
.te-account-create-favorite__form textarea:focus {
  outline: none;
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 0 0 1px var(--wp--preset--color--primary);
}
.te-account-create-favorite__form input[type=text],
.te-account-create-favorite__form input[type=date] {
  min-height: 2.75rem;
}
.te-account-create-favorite__form input[type=date] {
  min-width: 0;
  max-width: 100%;
  inline-size: 100%;
  -webkit-appearance: none;
  appearance: none;
  color-scheme: dark;
  box-sizing: border-box;
}
.te-account-create-favorite__form input[type=file] {
  cursor: pointer;
}
.te-account-create-favorite__form textarea {
  min-height: 5.5rem;
  resize: vertical;
}
.te-account-create-favorite__form button[type=submit] {
  justify-self: start;
  min-height: 2.75rem;
  padding-inline: 1rem;
  border: 1px solid var(--wp--preset--color--primary);
  background: var(--wp--preset--color--primary);
  color: #fff;
  cursor: pointer;
}

.te-account-create-favorite__grid {
  display: grid;
  gap: 0.75rem;
}
@media only screen and (min-width: 783px) {
  .te-account-create-favorite__grid {
    grid-template-columns: 2fr 1fr;
  }
}

@media only screen and (min-width: 783px) {
  .te-account-create-favorite__rating,
  .te-account-create-favorite__note,
  .te-account-create-favorite__photos {
    grid-column: 1/-1;
  }
}

.te-account-filters {
  display: grid;
  gap: 0.5rem;
  margin-bottom: 1rem;
  padding: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}
@media only screen and (min-width: 783px) {
  .te-account-filters {
    grid-template-columns: 1fr auto auto;
    align-items: end;
  }
}
.te-account-filters input[type=search],
.te-account-filters select {
  width: 100%;
  max-width: none;
  min-height: 2.75rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(18, 22, 29, 0.7);
  color: #fff;
  padding: 0.65rem 0.8rem;
}
.te-account-filters input[type=search]::placeholder {
  color: rgba(255, 255, 255, 0.52);
}
.te-account-filters input[type=search]:focus,
.te-account-filters select:focus {
  outline: none;
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 0 0 1px var(--wp--preset--color--primary);
}
.te-account-filters button[type=submit] {
  min-height: 2.75rem;
  padding-inline: 1rem;
  border: 1px solid var(--wp--preset--color--primary);
  background: var(--wp--preset--color--primary);
  color: #fff;
  cursor: pointer;
}

.te-account-favorites-list {
  display: grid;
  gap: 1rem;
}

.te-account-favorites-results {
  position: relative;
}
.te-account-favorites-results[data-loading="1"] {
  opacity: 0.55;
  pointer-events: none;
}

.te-account-favorites-list__item {
  position: relative;
}

.te-account-favorite-card {
  position: relative;
  height: 100%;
  color: var(--wp--preset--color--grey);
  cursor: pointer;
}
.te-account-favorite-card .toughepicureans-product-card__body,
.te-account-favorite-card .toughepicureans-product-card__title,
.te-account-favorite-card .toughepicureans-product-card__title a,
.te-account-favorite-card .toughepicureans-product-card__attrs,
.te-account-favorite-card .toughepicureans-product-card__attr-item,
.te-account-favorite-card .toughepicureans-product-card__attr-label {
  color: inherit;
}
.te-account-favorite-card .toughepicureans-product-card__body {
  flex-grow: 1;
}

.te-account-favorite-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem;
  margin-top: auto;
  margin-bottom: 0;
}

.te-account-favorite-card__rating {
  position: absolute;
  left: 0.6rem;
  top: 0.6rem;
  z-index: 2;
  min-width: 2.75rem;
  padding: 0.3rem 0.55rem;
  background: rgba(18, 22, 29, 0.85);
  color: #fff;
  border: 1px solid var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--small);
  line-height: 1;
  text-align: center;
}

.te-account-favorite-card__meta {
  margin: 0;
  font-size: var(--wp--preset--font-size--small);
  opacity: 0.8;
}

.te-account-favorite-item__form {
  margin-top: 0.75rem;
}

.te-account-favorite-card__notes-trigger {
  cursor: pointer !important;
  width: auto !important;
  min-height: 2.25rem !important;
  padding: 0.45rem 0.8rem !important;
  border: 1px solid var(--wp--preset--color--primary) !important;
  background: var(--wp--preset--color--primary) !important;
  color: #fff !important;
  font-weight: 600;
  letter-spacing: 0.01em;
  font-size: var(--wp--preset--font-size--small);
}
.te-account-favorite-card__notes-trigger:hover, .te-account-favorite-card__notes-trigger:focus {
  border-color: #57c6f0 !important;
  background: #57c6f0 !important;
  color: #fff !important;
}

.te-account-favorite-card__view-trigger {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-height: 2.25rem;
  padding: 0.45rem 0.8rem;
  border: 1px solid rgba(18, 22, 29, 0.18);
  background: #fff;
  color: var(--wp--preset--color--grey);
  font-weight: 600;
  font-size: var(--wp--preset--font-size--small);
  text-decoration: none;
}
.te-account-favorite-card__view-trigger:hover, .te-account-favorite-card__view-trigger:focus {
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
}

.te-account-dialog-open {
  overflow: hidden;
}
body .te-account-dialog-open, .te-account-dialog-open.te-account-dialog-open {
  overflow: hidden;
}

body.te-account-dialog-open {
  position: fixed;
  inset: 0;
  width: 100%;
}

.te-account-dialog {
  width: min(100%, 42rem);
  max-width: calc(100vw - 2rem);
  border: 1px solid var(--wp--preset--color--primary);
  background: rgba(18, 22, 29, 0.98);
  color: #fff;
  padding: 0;
  overflow: hidden;
  max-height: calc(100dvh - 2rem);
}
.te-account-dialog::backdrop {
  background: rgba(0, 0, 0, 0.7);
}
@media only screen and (max-width: 782px) {
  .te-account-dialog {
    inset: 0;
    width: auto;
    max-width: none;
    height: 100dvh;
    max-height: 100dvh;
    margin: 0;
    border-inline: 0;
    border-bottom: 0;
    border-radius: 0;
  }
}

.te-account-dialog__inner {
  height: 100%;
  max-height: inherit;
  padding: 1.25rem;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (max-width: 782px) {
  .te-account-dialog__inner {
    min-height: 100dvh;
    max-height: 100dvh;
    padding: 1rem;
  }
}

.te-account-dialog .te-account-favorite-item__form {
  display: grid;
  gap: 0.9rem;
  margin-top: 0;
}
.te-account-dialog .te-account-favorite-item__form p {
  margin: 0;
}
.te-account-dialog .te-account-favorite-item__form label {
  display: block;
  margin-bottom: 0.4rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: var(--wp--preset--font-size--small);
}
.te-account-dialog .te-account-favorite-item__form input[type=text],
.te-account-dialog .te-account-favorite-item__form select,
.te-account-dialog .te-account-favorite-item__form input[type=date],
.te-account-dialog .te-account-favorite-item__form input[type=file],
.te-account-dialog .te-account-favorite-item__form textarea {
  width: 100%;
  max-width: none;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  padding: 0.7rem 0.8rem;
}
.te-account-dialog .te-account-favorite-item__form input[type=text],
.te-account-dialog .te-account-favorite-item__form input[type=date] {
  display: block;
  min-height: 2.9rem;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  inline-size: 100%;
  box-sizing: border-box;
}
.te-account-dialog .te-account-favorite-item__form input[type=date] {
  -webkit-appearance: none;
  appearance: none;
  color-scheme: dark;
}
.te-account-dialog .te-account-favorite-item__form input[type=file] {
  cursor: pointer;
}
.te-account-dialog .te-account-favorite-item__form textarea {
  min-height: 10rem;
  resize: none;
  overflow: hidden;
}
.te-account-dialog .te-account-favorite-item__form input[type=text]:focus,
.te-account-dialog .te-account-favorite-item__form input[type=date]:focus,
.te-account-dialog .te-account-favorite-item__form select:focus,
.te-account-dialog .te-account-favorite-item__form textarea:focus {
  outline: none;
  border-color: var(--wp--preset--color--primary);
  box-shadow: 0 0 0 1px var(--wp--preset--color--primary);
}
.te-account-dialog .te-account-favorite-item__form .button,
.te-account-dialog .te-account-favorite-item__form button[type=submit] {
  cursor: pointer;
  justify-self: start;
  width: auto;
  min-width: 10rem;
  padding: 0.65rem 1.1rem;
  border: 1px solid var(--wp--preset--color--primary);
  background: var(--wp--preset--color--primary);
  color: #fff;
  font-weight: 600;
}

.te-account-favorite-photos {
  display: grid;
  gap: 0.75rem;
}

.te-account-favorite-photos__grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(7rem, 1fr));
  gap: 0.75rem;
}

.te-account-favorite-photo {
  margin: 0;
  padding: 0.5rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background: rgba(255, 255, 255, 0.05);
}

.te-account-favorite-photo__image {
  display: block;
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.te-account-favorite-photo__actions {
  display: grid;
  gap: 0.35rem;
  margin-top: 0.55rem;
}
.te-account-favorite-photo__actions label {
  display: flex !important;
  align-items: center;
  gap: 0.4rem;
  margin: 0 !important;
  cursor: pointer;
}
.te-account-favorite-photo__actions input {
  accent-color: var(--wp--preset--color--primary);
}

.te-rating-fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

.te-rating-fieldset legend {
  margin-bottom: 0.4rem;
  color: rgba(255, 255, 255, 0.86);
  font-size: var(--wp--preset--font-size--small);
}

.te-rating-widget {
  display: inline-flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 0.15rem;
}

.te-rating-widget input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.te-rating-widget label {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 2rem;
  height: 2rem;
  margin: 0 !important;
  cursor: pointer !important;
  color: rgba(255, 255, 255, 0.92);
  transition: transform 0.15s ease, color 0.15s ease, text-shadow 0.15s ease;
}
.te-rating-widget label::before {
  content: "★";
  font-size: 1.6rem;
  line-height: 1;
}
.te-rating-widget label:hover {
  transform: translateY(-1px) scale(1.06);
}

.te-rating-widget > input:not([value="0"]):checked ~ label,
.te-rating-widget > label:not(.te-rating-widget__clear):hover,
.te-rating-widget > label:not(.te-rating-widget__clear):hover ~ label {
  color: #ffd166 !important;
  text-shadow: 0 0 0.5rem rgba(255, 209, 102, 0.28) !important;
}

.te-rating-widget > input[value="0"]:checked ~ label:not(.te-rating-widget__clear) {
  color: rgba(255, 255, 255, 0.92);
  text-shadow: none;
}

.te-rating-widget__clear {
  width: auto !important;
  height: auto !important;
  margin-inline-start: 0.6rem !important;
  padding: 0.2rem 0.45rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  color: rgba(255, 255, 255, 0.74) !important;
  font-size: 0.75rem;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.te-rating-widget__clear::before {
  content: none !important;
}

.te-account-dialog__header {
  display: flex;
  align-items: start;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.te-account-dialog__title {
  margin: 0;
}

.te-account-dialog__close {
  border: 1px solid var(--wp--preset--color--primary);
  background: transparent;
  color: #fff;
  width: 2.25rem;
  height: 2.25rem;
  cursor: pointer;
}

.te-account-favorite-item {
  border: 1px solid #ececec;
  padding: 0.85rem;
}
.te-account-favorite-item__header {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 0.8rem;
  align-items: start;
}
.te-account-favorite-item__thumb img {
  width: 64px;
  height: 64px;
  object-fit: cover;
}
.te-account-favorite-item__meta h2 {
  margin: 0;
  font-size: var(--wp--preset--font-size--medium);
}

.te-favorite-toggle {
  border: 1px solid #d0d0d0;
  background: #fff;
  color: #666;
  cursor: pointer;
  line-height: 1;
  border-radius: 999px;
  width: 2rem;
  height: 2rem;
  font-size: 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.te-favorite-toggle.is-favorite {
  color: #d09a00;
  border-color: #d09a00;
}
.te-favorite-toggle--card {
  position: absolute;
  right: 0.6rem;
  top: 0.6rem;
  z-index: 2;
}
.te-favorite-toggle--single {
  margin: 0.25rem 0 0.75rem;
}

.toughepicureans-product-card {
  position: relative;
}

/*# sourceMappingURL=account.css.map */
