@import "https://cdn.jsdelivr.net/npm/normalize.css@8.0.1/normalize.css";

/* TEMPORARY: Hide entire custom blocks section */
#custom-blocks {
  display: none !important;
}
/* TEMPORARY: Add spacing to category section to compensate */
.lt-block-list-container {
  margin-top: 100px !important;
}
@media (max-width: 767px) {
  .lt-block-list-container {
    margin-top: 40px !important;
  }
}

:root {
  --color-bg: #0B0B0B;
  --color-bg-secondary: #191A1F;
  --color-bg-tertiary: #ddd;
  --color-bg-cta: #ECF3FE;

  --color-text-primary: #fff;
  --color-text-secondary: #D1D3DB;
  --color-border: #EBEBEB;
  --color-link: rgba(43, 97, 255, 1);
  --color-link-hover: rgba(43, 97, 255, 1);
  --color-info: #1B50F7;
  --color-warning: #DB8709;
  --color-danger: #C70606;
  --color-success: #05BB0C;

  --color-ui-danger-text: #b42318;
  --color-ui-danger-bg: #fef3f2;
  --color-service-warning: #f79009;

  --color-table-bg-hover: #d6d6d6;

  --color-brand-primary: #2B61FF;
  --color-brand-primary-inverse: #fff;
  --color-brand-primary-hover: #003ff7;
  --color-brand-primary-pressed: #0038de;

  --link-decoration-hover: none;

  --button-color-primary: #000;
  --button-color-primary-text: var(--color-brand-primary-inverse);

  --button-color-secondary: #D1D3DB;
  --button-color-tertiary: #73A9FF;

  --button-font-weight: var(--font-weight-bold);
  --block-bg: #191A1F;
  --block-text-color: #fff;

  --input-color-border: transparent;
  --input-color-border-hover: #fff;
  --input-color-border-focus: #2B61FF;
  --input-padding-vertical: 0.75rem;
  --input-padding-horizontal: 1rem;

  --font-body-scale: 1;
  --font-size-base: 16px;
  --font-family-body: 'Brown LL', sans-serif;
  --font-family-heading: 'Brown LL', sans-serif;
  --font-weight-bold: 700;
  --font-weight-heading: 500;

  --text-xxs: calc(0.625rem * var(--font-body-scale));
  --text-xs: calc(0.75rem * var(--font-body-scale));
  --text-sm: calc(0.875rem * var(--font-body-scale));
  --text-base: calc(1rem * var(--font-body-scale));
  --text-lg: calc(1.125rem * var(--font-body-scale));
  --text-xl: calc(1.25rem * var(--font-body-scale));
  --text-2xl: calc(1.5rem * var(--font-body-scale));
  --text-3xl: calc(1.875rem * var(--font-body-scale));
	--text-4xl: calc(2.625rem * var(--font-body-scale));
  --text-5xl: calc(3rem * var(--font-body-scale));

  --font-size-h1: var(--text-5xl);
  --font-size-h2: var(--text-4xl);
  --font-size-h3: var(--text-3xl);
  --font-size-h4: var(--text-2xl);
  --font-size-h5: var(--text-xl);
  --font-size-h6: var(--text-lg);

  --line-height-body: 1.5;
  --line-height-heading: 1.3;

  --text-margin-bottom: 1.25rem;

  --grid-gutter-width: 1rem;

  --padding-base-horizontal: 12px;
  --header-height: 78px;
  --topbar-bg: #000;
  --topbar-color-text: #fff;
  --topbar-color-text-hover: #fff;
  --topbar-logo-height: 35px;
  --topbar-font-weight: 400;

  --footer-bg: #0B0B0B;
  --footer-color-text: #fff;
  --footer-color-link: #fff;

  --hero-bg: #0B0B0B;;
  --hero-bg-mask: rgba(0, 0, 0, 1);
  --hero-color-text: #fff;
  --hero-image-url: url(/hc/theming_assets/01KFXBJCD4CCC3TV7FGZPCQNWY);

  --custom-block-icon-size: 64px;
  --custom-block-icon-color: #fff;

  --contact-box-icon-size: 64px;
  --article-box-icon-size: $article_boxes_icon_size;

  --card-padding: 2rem;

  --border-width: 2px;

  --info-callout-color: #5C79CB;
  --warning-callout-color: #E7425E;
  --availability-callout-color: #8C8C8F;
  --neutral-callout-color: #d6d6d6;

  --callout-box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.05),
    0px 8px 40px 0px rgba(0, 0, 0, 0.1);

  --copy-code-icon: url(/hc/theming_assets/01K9S44480AA3GZ359AJ375K9V);
  --anchor-list-icon: url(/hc/theming_assets/01KC7Q0F2HXK6YHYSQV2N198XM);
  --anchor-file-icon: url(/hc/theming_assets/01KC7Q0F8V6TRM2Y0X6TSKW9F2);
  --blockqoute-icon: url(/hc/theming_assets/01KC7Q0F2XXT5YRBQVZX0981NV);

  --callout-padding: 2rem;
  --callout-border-width: 4px;

  --border-radius-base-min: 12px;
  --border-radius-base-max: 48px;
  --border-radius-base: min(
    var(--border-radius-base-min),
    var(--border-radius-base-max)
  );

  --border-radius-lg-min: 12px;
  --border-radius-lg-max: 48px;
  --border-radius-lg: min(
    var(--border-radius-lg-min),
    var(--border-radius-lg-max)
  );

  --border-radius-pill: calc(12px * 50);
  --border-radius-menu-max: 24px;
  --border-radius-menu-item-max: 8px;

  --border-radius-input-max: 16px;

  --form-pill-bg: #d6d6d6;
  --form-pill-text: #1c1c1c;

  --lt-accordion-border: #EBEBEB;
  --lt-accordion-padding-vertical: 1rem;
  --lt-accordion-padding-horizontal: 1.5rem;

  --rte-bullet-color: #191a1f;
  --code-bg: var(--color-bg-cta);
  --light-gray: #f8f7f8;

  --duration-short: 100ms;
  --duration-default: 200ms;
  --duration-long: 500ms;
  --duration-extra-long: 800ms;

  --animate-duration: 1.5s;
  --animate-delay: 1s;
  --animate-repeat: 1;
  --ease-out-slow: cubic-bezier(0, 0, 0.3, 1);

  --animation-slide-in: slideIn var(--duration-long) var(--ease-out-slow)
    forwards;
  --animation-fade-in: fadeIn var(--duration-long) var(--ease-out-slow);

  --placeholder-color: #9a9a9a;

  --list-bullet-bg: var(--color-brand-primary);

  --tabs-color: #353434;

  --color-bg-form: #fff;
  --color-text-form: #191a1f;
  --checkbox-border-color: #868ea5;
}

@media (max-width: 767px) {
  :root {
    --font-body-scale: 0.875;
  }
}
/* Reset the box-sizing */
*,
*:before,
*:after {
  box-sizing: border-box;
}

*:focus-visible {
  outline-offset: 5px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *:before,
  *:after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
  }
}

@media (prefers-reduced-motion: no-preference) {
  :focus {
    outline-offset: 5px;
    transition: outline-offset 0.25s ease;
  }
}

html,
body {
  height: 100%;
}
/* Body reset */
html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: var(--font-family-body);
  font-size: var(--text-base);
  line-height: var(--line-height-body);
  color: var(--color-text-primary);
  background-color: var(--color-bg);
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}
/* Reset fonts for relevant elements */
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
/* Links */
a {
  color: var(--color-link);
  text-decoration: none;
}

a:hover,
a:focus {
  color: var(--color-link-hover);
  -webkit-text-decoration: var(--link-decoration-hover);
  text-decoration: var(--link-decoration-hover);
}

figure {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

hr {
  border: none;
  border-top: 1px solid #E0E2E2;
  color: #E0E2E2;
  height: 0;
  margin: 2em 0 1em !important;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-family-heading);
  font-weight: var(--font-weight-heading);
  line-height: var(--line-height-heading);
  word-break: break-word;
}

h1,
h2,
.h1,
.h2 {
  margin: 0 0 var(--text-margin-bottom);
  letter-spacing: -0.07rem;
}

h3,
h4,
h5,
h6,
.h3,
.h4,
.h5,
.h6 {
  margin: 0 0 var(--text-margin-bottom);
  letter-spacing: -0.02rem;
}

p {
  margin: 0 0 var(--text-margin-bottom);
  letter-spacing: 0.01em;
}

h1,
.h1 {
  font-size: var(--text-3xl);
}

@media only screen and (min-width: 768px) {
  h1,
  .h1 {
    font-size: var(--text-4xl);
  }
}

/* Override heading font weight */
h1 {
  font-weight: 400;
}

h2,
.h2 {
  font-size: var(--text-2xl);
}

@media only screen and (min-width: 768px) {
  h2,
  .h2 {
    font-size: var(--text-3xl);
  }
}

h3,
.h3 {
  font-size: var(--text-xl);
}

@media only screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: var(--text-2xl);
  }
}

@font-face {
  font-family: 'Miriam Libre';
  src: url(/hc/theming_assets/01KJNK0BFSD1JMT6R3WX1CR5MP) format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

/* ========================================
   UNIFIED HOMEPAGE CARD TITLE STYLING
   ======================================== */

/* Base font-weight for all homepage card titles */
.homepage-content .lt-card__heading,
.homepage-content .lt-card__link,
.homepage-content .lt-recent-articles__heading {
  font-weight: 400;
}

h4,
.h4 {
  font-size: var(--text-lg);
}

@media only screen and (min-width: 768px) {
  h4,
  .h4 {
    font-size: var(--text-xl);
  }
}

h5,
.h5 {
  font-size: var(--text-base);
}

@media only screen and (min-width: 768px) {
  h5,
  .h5 {
    font-size: var(--text-lg);
  }
}

h6,
.h6 {
  font-size: var(--text-sm);
  text-transform: uppercase;
}

b,
strong {
  font-weight: bold;
}

small,
.small {
  font-size: 80%;
  font-weight: normal;
  line-height: 1;
}
/* Description Lists */
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

dt,
dd {
  margin-bottom: 1rem;
  line-height: var(--line-height-body);
}

dt {
  font-weight: var(--font-weight-bold);
}

[dir="ltr"] dd {
  margin-left: 0;
}

[dir="rtl"] dd {
  margin-right: 0;
}

.dl-horizontal:before,
.dl-horizontal:after {
  display: table;
  content: "";
}

.dl-horizontal:after {
  clear: both;
}

@media (min-width: 576px) {
  .dl-horizontal dt {
    width: 30%;
    clear: both;
  }
}

.dl-horizontal dt {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (min-width: 576px) {
  .dl-horizontal dd {
    width: 70%;
  }
}

@media (min-width: 576px) {
  [dir="ltr"] .dl-horizontal dt {
    float: left;
    padding-right: var(--grid-gutter-width);
  }
}

@media (min-width: 576px) {
  [dir="ltr"] .dl-horizontal dd {
    float: right;
  }
}

@media (min-width: 576px) {
  [dir="rtl"] .dl-horizontal dt {
    float: right;
    padding-left: var(--grid-gutter-width);
  }
}

@media (min-width: 576px) {
  [dir="rtl"] .dl-horizontal dd {
    float: left;
  }
}
/*  Addresses */
address {
  margin-bottom: 1.5rem;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.is-hidden,
.hidden,
[hidden],
[x-cloak],
.powered-by-zendesk {
  display: none !important;
}

.visibility-hidden,
.recent-activity-accessibility-label,
.pagination-first-text,
.pagination-last-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
  clip-path: inset(50%);
}

@media (prefers-reduced-motion: no-preference) {
  .animate-on-scroll.animate--fade-in,
  .animate-on-scroll.animate--slide-in {
    opacity: 0.01;
  }

  .animate-on-scroll.animate--slide-in {
    transform: translateY(2rem);
  }

  .animate-on-scroll:not(.animate-on-scroll--offscreen).animate--fade-in {
    opacity: 1;
    animation: var(--animation-fade-in);
  }

  .animate-on-scroll:not(.animate-on-scroll--offscreen).animate--slide-in {
    animation: var(--animation-slide-in);
    animation-delay: calc(var(--animation-order) * 75ms);
  }

  .animate-on-scroll:not(
      .animate-on-scroll--offscreen
    ).animate-on-scroll--cancel {
    opacity: 1;
    transition: none;
    animation: none;
  }
}

@keyframes slideIn {
  from {
    opacity: 0.01;
    transform: translateY(3rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  from {
    opacity: 0.01;
  }

  to {
    opacity: 1;
  }
}

.lt-flow > * {
  margin-bottom: 0;
}

.lt-flow > *:not([hidden]) + *:not([hidden]) {
  margin-top: var(--flow-space, 1rem);
}

.lt-icon {
  position: relative;
  display: inline-flex;
  width: 1rem;
  height: 1rem;
  line-height: 1;
  flex-shrink: 0;
}

summary {
  position: relative;
  list-style: none;
  cursor: pointer;
}

summary::-webkit-details-marker {
  display: none;
}

details-accordion {
  display: block;
}
/* Some overrides for default extension styles */
.lt-toc_is-mobile .lt-toc--container {
  border-color: var(--color-border) !important;
  border-width: var(--border-width) !important;
  border-radius: var(--border-radius-base) !important;
}

.lt-toc_is-mobile .lt-toc--current {
  font-weight: var(--font-weight-bold) !important;
}

[dir="ltr"] .lt-toc_is-mobile .lt-toc--current {
  padding: 1rem 2.5rem 1rem 1rem !important;
}

[dir="rtl"] .lt-toc_is-mobile .lt-toc--current {
  padding: 1rem 1rem 1rem 2.5rem !important;
}

[dir="ltr"] .lt-toc_is-mobile .lt-toc--current:after,
[dir="ltr"] .lt-toc_is-mobile .lt-toc--current:before {
  right: 2rem !important;
}

[dir="rtl"] .lt-toc_is-mobile .lt-toc--current:after,
[dir="rtl"] .lt-toc_is-mobile .lt-toc--current:before {
  left: 2rem !important;
}

.sidenav__toggle {
  padding: var(--lt-accordion-padding-vertical)
    var(--lt-accordion-padding-horizontal);
  border: var(--border-width) solid var(--lt-accordion-border);
  border-radius: var(--border-radius-base);
}

.lt-recent-articles__item a {
  color: var(--color-text-primary);
}

.lt-recent-articles__item .lt-recent-articles__date {
  color: var(--color-text-secondary);
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase; /* or capitalize */
  line-height: 20px;
  margin-bottom: 0.5rem;
}

.lt-recent-articles__item .lt-recent-articles__heading {
  line-height: 1.3;
  margin-top: 1.2rem;
}

.lt-recent-articles__item .lt-recent-articles__heading {
  margin-top: 0 !important;
  margin-bottom: 0.2rem;
}

.lt-recent-articles__item .lt-meta {
  margin-top: 0.6rem !important;
}

.lt-recent-articles__item .lt-meta {
  font-size: 1rem;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  margin-top: 8px;
}

/* Latest articles - arrow on hover */
.lt-recent-articles__heading {
  display: inline;
}

.lt-recent-articles__heading::after {
  content: ' →';
  display: inline;
  margin-left: 0.25rem;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 0.2s ease, transform 0.2s ease, margin-left 0.2s ease;
}

.lt-recent-articles__item:hover .lt-recent-articles__heading::after {
  opacity: 1;
  transform: translateX(0);
  margin-left: 0.5rem;
}

.lt-btn.see-more-videos {
  max-width: -moz-max-content;
  max-width: max-content;
  padding: 16px 24px;
  margin-right: 12px;
  border-radius: 14px;
  border: 1px solid var(--color-text-primary);
  font-size: 17px;
  font-weight: 500;
  line-height: normal;
}

.lt-btn.see-more-videos:hover,
.lt-btn.see-more-videos:focus {
  background-color: var(--color-brand-primary);
  border-color: var(--color-brand-primary);
}

/* Keep button aligned right on tablet/medium screens */
@media (min-width: 768px) and (max-width: 1199px) {
  #video-gallery .lt-row.lt-row-cols-md-2 {
    justify-content: space-between;
  }
}

/* Add left margin to button on mobile when it wraps */
@media (max-width: 767px) {
  .lt-btn.see-more-videos {
    margin-left: 16px; /* Match the grid gutter */
  }
}

.lt-bg-light {
  background-color: #f7f8fc;
}

.content-tags {
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px 16px;
  border: 1px solid #191a1f;
  border-radius: 12px;
  --flow-space: 0px;
  margin-bottom: 3rem;
}

.content-tags__title {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0;
  letter-spacing: 0 !important;
}

.content-tags__item + .content-tags__item::before {
  content: "|";
  color: #868EA5;
}

[dir="ltr"] .content-tags__item + .content-tags__item::before {
  margin-right: 2px;
}

[dir="rtl"] .content-tags__item + .content-tags__item::before {
  margin-left: 2px;
}

.content-tags__item {
  font-weight: 400;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
}

.content-tags__item a {
  color: var(--color-brand-primary);
}

.content-tags__item a:hover {
  text-decoration: underline;
}

.lt-mb-100 {
  margin-bottom: clamp(100px, 10vw + 40px, 280px) !important;
}

.lt-mt-100 {
  margin-top: 100px !important;
}

.lt-pb-100 {
  margin-bottom: 100px !important;
}

.lt-pt-100 {
  margin-top: 100px !important;
}

@media (max-width: 767px) {
  .lt-pt-100 {
   margin-top: 40px !important;
  }
}

.homepage-header {
  font-size: clamp(1.75rem, 1.28125rem + 1.5625vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.02em;
}

h2.homepage-header.lt-mb-3 {
  margin-bottom: 0.2rem !important;
}
  

.homepage-subheader {
  font-size: 24px;
  font-weight: 300;
}

@media (max-width: 767px) {
  .homepage-subheader {
    font-size: 20px; /* Match hero subtitle */
  }
}

.lt-card__arrow-icon {
  display: flex;
  justify-content: flex-end;
}

.lt-card__arrow-icon svg {
  flex-shrink: 0;
}
/* Layout */
/* 
 Normalize form controls

 While most of our form styles require extra classes, some basic normalization
 is required to ensure optimum display with or without those classes to better
 address browser inconsistencies. 
*/
/*  
  1. Override content-box in Normalize (* isn't specific enough)
  2. This overrides the extra rounded corners on search inputs in iOS so that our
 `.form-control` class can properly style them. Note that this cannot simply
 be added to `.form-control` as it's not specific enough. For details, see
 https:github.com/twbs/bootstrap/issues/11586. */
input[type="search"] {
  box-sizing: border-box;
  -webkit-appearance: none;
}

.promoted-articles-title {
  font-size: clamp(1.75rem, 1.28125rem + 1.5625vw, 3rem);
  font-family: 'Miriam Libre', sans-serif;
  font-weight: 400;
  letter-spacing: -0.02em;
  text-align: left;
  margin-bottom: clamp(1.5rem, 1.25rem + 1.111vw, 2.5rem);
}

/* Popular Articles side-by-side layout on very wide screens */
.ltx-promoted-layout {
  display: block;
}

.ltx-promoted-layout__title {
  /* stacks above content by default */
}

.ltx-promoted-layout__content {
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
}

/* Clip accordion body content width */
.lt-promoted-articles-accordion .accordion__content {
  max-width: 700px;
}

@media (min-width: 1400px) {
  .ltx-promoted-layout {
    display: flex;
    align-items: flex-start;
    gap: 64px;
  }

  .ltx-promoted-layout__title {
    flex: 0 0 360px;
    position: sticky;
    top: 100px;
  }

  .ltx-promoted-layout__title .promoted-articles-title {
    margin-bottom: 0;
  }

 .ltx-promoted-layout__content {
    flex: 1 1 0;
    min-width: 0;
    justify-content: flex-end;
  }
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.hbs-form label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0.5rem;
  font-weight: var(--font-weight-bold);
}
/*  Position radios and checkboxes better */
.hbs-form input[type="radio"],
.hbs-form input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
/*  Make multiple select elements height not fixed */
.hbs-form select[multiple],
.hbs-form select[size],
.search select {
  height: auto;
}
/* 
 Common form controls

 Shared size and type resets for form controls. Apply `.form-control` to any
 of the following form controls:
 
*/
.hbs-form select,
.search select,
.hbs-form textarea,
.hbs-form input[type="text"],
.hbs-form input[type="search"],
.lt-search-wrap input[type="search"],
.nesty-input {
  display: block;
  width: 100%;
  height: auto;
  padding: var(--input-padding-vertical) var(--input-padding-horizontal);
  font-size: var(--text-base);
  line-height: var(--line-height-body);
  color: var(--color-text-primary);
  background-color: var(--color-bg);
  background-image: none;
  /*  Reset unusual Firefox-on-Android default style; see https:github.com/necolas/normalize.css/issues/214 */
  border: var(--border-width) solid var(--input-color-border);
  border-radius: var(--border-radius-base);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
/*  Customize the `:focus` state to imitate native WebKit styles. */
.hbs-form select:focus,
.search select:focus,
.hbs-form textarea:focus,
.hbs-form input[type="text"]:focus,
.hbs-form input[type="search"]:focus,
.lt-search-wrap input[type="search"]:focus,
.nesty-input:focus,
.hbs-form select:focus:hover,
.search select:focus:hover,
.hbs-form textarea:focus:hover,
.hbs-form input[type="text"]:focus:hover,
.hbs-form input[type="search"]:focus:hover,
.lt-search-wrap input[type="search"]:focus:hover,
.nesty-input:focus:hover {
  border-color: var(--input-color-border-focus);
  outline: 0;
}

.hbs-form select:hover,
.search select:hover,
.hbs-form textarea:hover,
.hbs-form input[type="text"]:hover,
.hbs-form input[type="search"]:hover,
.lt-search-wrap input[type="search"]:hover,
.nesty-input:hover {
  border-color: var(--input-color-border-hover);
}
/*  Placeholder */
.hbs-form select::-moz-placeholder,
.search select::-moz-placeholder,
.hbs-form textarea::-moz-placeholder,
.hbs-form input[type="text"]::-moz-placeholder,
.hbs-form input[type="search"]::-moz-placeholder,
.lt-search-wrap:not(.lt-search-wrap--hero) input[type="search"]::-moz-placeholder,
.nesty-input::-moz-placeholder {
  color: var(--placeholder-color);
  font-weight: 400;
  font-size: 1remrem;
}
.hbs-form select::placeholder,
.search select::placeholder,
.hbs-form textarea::placeholder,
.hbs-form input[type="text"]::placeholder,
.hbs-form input[type="search"]::placeholder,
.lt-search-wrap:not(.lt-search-wrap--hero) input[type="search"]::placeholder,
.nesty-input::placeholder {
  color: var(--placeholder-color);
  font-weight: 400;
  font-size: 1rem;
}

.hbs-form select,
.search select {
  width: 100%;
  background-repeat: no-repeat;
  -webkit-appearance: none;
  -moz-appearance: none;
}

[dir="ltr"] .hbs-form select,
[dir="ltr"] .search select {
  padding-right: 36px;
  background-position: right 1rem center;
}

[dir="rtl"] .hbs-form select,
[dir="rtl"] .search select {
  padding-left: 36px;
  background-position: left 1rem center;
}

.hbs-form .nesty-input:after,
.hbs-form .hc-multiselect-toggle:after {
  position: absolute;
  top: 50%;
  width: 1rem;
  height: 1rem;
  content: "";
  transform: translateY(-50%);
}

[dir="ltr"] .hbs-form .nesty-input:after,
[dir="ltr"] .hbs-form .hc-multiselect-toggle:after {
  right: 1rem;
}

[dir="rtl"] .hbs-form .nesty-input:after,
[dir="rtl"] .hbs-form .hc-multiselect-toggle:after {
  left: 1rem;
}

.hbs-form select,
.search select,
.hbs-form .nesty-input:after,
.hbs-form .hc-multiselect-toggle:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='1.5' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 8.25l-7.5 7.5-7.5-7.5' /%3E%3C/svg%3E%0A");
}

.hbs-form select::-ms-expand,
.search select::-ms-expand {
  display: none;
}

.hbs-form textarea {
  height: auto;
  height: calc((1rem + var(--padding-base-horizontal) + 2px) * 3);
  resize: vertical;
  border-radius: min(
    var(--border-radius-base),
    var(--border-radius-input-max)
  ) !important;
}

.hc-multiselect-toggle,
#hc-wysiwyg {
  border-color: var(--input-color-border);
  border-width: var(--border-width);
  border-radius: var(--border-radius-base);
}
/*  Form groups

 Designed to help with the organization and spacing of vertical forms. For
 horizontal forms, use the predefined grid classes. */
.hbs-form .form-field {
  margin-bottom: 1.5rem;
}
/*  Help text

 Apply to any element you wish to create light text for placement immediately
 below a form control. Use for general help, formatting, or instructional text. */
.hbs-form .help-block {
  display: block; /* account for any element using help-block */
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  font-size: 0.875rem;
  opacity: 0.75;
}

.hc-multiselect-toggle,
.nesty-input,
ul[data-hc-pills-container] {
  --custom-select-height: calc(3rem - 4px - 2px);

  min-height: var(--custom-select-height);
}

.hc-multiselect-toggle,
ul[data-hc-pills-container] {
  background-color: var(--color-bg);
  padding: 4px;
}

ul[data-hc-pills-container] li:first-child input {
  padding: 0 12px;
}

ul[data-hc-pills-container] li:has(input) {
  background-color: transparent;
}

.hc-multiselect-toggle li {
  margin: 4px;
}

.hc-multiselect-toggle ul li {
  height: var(--custom-select-height);
  line-height: var(--custom-select-height);
}

ul[data-hc-pills-container],
ul[data-hc-pills-container][data-hc-focus="true"] {
  border-width: var(--border-width);
}

ul[data-hc-pills-container]:hover,
.hc-multiselect-toggle:hover {
  border-color: var(--color-text-primary);
}

ul[data-hc-pills-container][data-hc-focus="true"] input {
  border: none;
  box-shadow: none;
}

.hc-multiselect-toggle[aria-expanded="true"],
ul[data-hc-pills-container][data-hc-focus="true"] {
  border-color: var(--input-color-border-focus);
}

ul[data-hc-pills-container] {
  margin: 0 0 calc(var(--border-width) * -1);
  border-color: var(--input-color-border);
  border-radius: var(--border-radius-base);
}

ul[data-hc-pills-container][data-hc-focus="true"],
.lt-comment-form__ccs ul[data-hc-pills-container]:hover {
  position: relative;
  z-index: 2;
  border-color: var(--input-color-border-focus);
}

.lt-comment-form__ccs ul[data-hc-pills-container] {
  border-radius: var(--border-radius-base) var(--border-radius-base) 0 0;
}

.upload-dropzone {
  padding: 2rem;
  border-color: var(--input-color-border);
  border-style: dashed;
  border-width: var(--border-width);
  border-radius: var(--border-radius-base);
}

.upload-dropzone div {
  margin-bottom: 0.5rem;
}

.upload-dropzone span,
.upload-dropzone a {
  font-size: var(--text-base);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.upload-dropzone span {
  color: var(--color-text-primary);
}

.upload-dropzone:hover {
  border-color: var(--color-text-primary);
}

.upload-item .upload-remove {
  color: currentColor !important;
}

.upload-item .upload-link {
  color: currentColor;
}

.upload-item:hover {
  color: var(--color-brand-primary-inverse);
  background-color: var(--color-brand-primary);
}

.nesty-input:hover,
.nesty-input:focus {
  color: var(--color-text-primary);
  text-decoration: none;
}

.hc-multiselect-toggle ul li,
ul[data-hc-pills-container] li,
ul[data-hc-pills-container] li[data-hc-pill="true"] {
  font-size: var(--text-sm);
  color: var(--form-pill-text);

  background-color: var(--form-pill-bg);
  border-radius: var(--border-radius-base);
}

ul[data-hc-pills-container]
  li[data-hc-pill="true"]
  > span:not([aria-label="close"]) {
  font-size: var(--text-sm);
}

.lt-comment-form__ccs ~ .ck .ck.ck-toolbar {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.ck {
  --ck-color-base-border: var(--input-color-border);
  --ck-color-toolbar-border: var(--color-border);
  --ck-color-panel-border: var(--input-color-border);
  --ck-color-input-border: var(--input-color-border);
  --ck-color-dropdown-panel-border: var(--input-color-border);

  --ck-color-base-background: var(--color-bg-form);
  --ck-color-toolbar-background: var(--color-bg-form);
  --ck-color-panel-background: var(--color-bg-form);
  --ck-color-input-background: var(--color-bg-form);
  --ck-color-labeled-field-label-background: var(--color-bg-form);
  --ck-color-dropdown-panel-background: var(--color-bg-form);

  --ck-color-text: var(--color-text-form);

  --ck-color-button-default-hover-background: var(--color-brand-primary);
  --ck-color-button-default-active-background: var(--color-brand-primary);
  --ck-color-button-on-background: var(--color-brand-primary);
  --ck-color-button-on-hover-background: var(--color-brand-primary-hover);
  --ck-color-button-on-active-background: var(--color-brand-primary);
  --ck-color-button-on-color: var(--color-brand-primary-inverse);
  --ck-color-split-button-hover-background: var(--color-brand-primary);
  --ck-color-button-default-background: var(--color-bg-form);

  --ck-color-list-background: var(--color-bg-form);
  --ck-color-list-button-on-background: var(--color-bg-form);
  --ck-color-list-button-on-background-focus: var(--color-brand-primary-hover);
  --ck-color-list-button-hover-background: var(--color-brand-primary-hover);
  --ck-color-list-button-on-text: var(--color-text-form);

  --ck-border-radius: 0;
  --ck-focus-ring: var(--border-width) solid var(--color-brand-primary);
  --ck-inner-shadow: transparent;
  --ck-color-link-default: var(--color-link);
  --ck-disabled-opacity: 1;
}

[dir] .ck.ck-editor__editable_inline,
[dir] .ck.ck-toolbar,
[dir] .ck.ck-editor__main > .ck-editor__editable:not(.ck-focused) {
  border-width: var(--border-width) !important;
}

[dir] .ck.ck-editor__top .ck-sticky-panel .ck-sticky-panel__content {
  /* border-width: var(--border-width) var(--border-width) 0 var(--border-width) !important; */
  border: 0 !important;
}

.ck.ck-editor__top .ck-toolbar {
  border-radius: 12px 12px 0 0 !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 8px 16px 0 rgba(0, 0, 0, 0.04);
}

.ck.ck-editor__editable.ck-rounded-corners {
  border-radius: 0 0 12px 12px !important;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.12), 0 8px 16px 0 rgba(0, 0, 0, 0.04);
}

.ck-rounded-corners .ck.ck-button,
.ck-rounded-corners a.ck.ck-button,
.ck.ck-button.ck-rounded-corners,
a.ck.ck-button.ck-rounded-corners {
  --ck-border-radius: var(--border-radius-base);
}

[dir] .ck.ck-button,
[dir] .ck.ck-button:active,
[dir] .ck.ck-button:focus,
[dir] a.ck.ck-button,
[dir] a.ck.ck-button:active,
[dir] a.ck.ck-button:focus {
  border: none;
}

[dir] .ck.ck-content p,
[dir] .ck.ck-content h1,
[dir] .ck.ck-content h2,
[dir] .ck.ck-content h3,
[dir] .ck.ck-content h4,
[dir] .ck.ck-content a,
[dir] .ck.ck-content ol,
[dir] .ck.ck-content ul {
}

[dir]
  .ck.ck-list__item
  .ck-button.ck-on:focus:not(.ck-switchbutton):not(.ck-disabled),
[dir] .ck.ck-list__item .ck-button:hover:not(.ck-disabled) {
  color: var(--color-brand-primary-inverse);
  background-color: var(--color-brand-primary);
}

[dir] .ck.ck-dropdown .ck-dropdown__arrow path,
[dir] .ck.ck-splitbutton > .ck-splitbutton__arrow svg path,
[dir] .ck-link-form .ck.ck-icon.ck-icon_inherit-color :not([fill]),
[dir] .ck-link-actions .ck.ck-icon.ck-icon_inherit-color :not([fill]) {
  fill: var(--color-text-form);
}

[dir] .ck.ck-button:not(.ck-disabled):hover .ck.ck-icon.ck-icon_inherit-color,
[dir] .ck.ck-button:not(.ck-disabled):hover .ck.ck-icon.ck-icon_inherit-color *,
[dir] .ck.ck-button:not(.ck-disabled):hover,
[dir] a.ck.ck-button:not(.ck-disabled):hover,
[dir]
  .ck.ck-splitbutton.ck-splitbutton_open
  > .ck-button:not(.ck-on):not(.ck-disabled):not(:hover),
[dir]
  .ck.ck-splitbutton:hover
  > .ck-button:not(.ck-on):not(.ck-disabled):not(:hover) {
  color: var(--color-brand-primary-inverse);
}

[dir] a.ck.ck-button:not(.ck-disabled):hover path:not([fill]),
[dir] .ck.ck-button:not(.ck-disabled):hover,
[dir] .ck.ck-button:not(.ck-disabled):hover .ck-dropdown__arrow *,
[dir] .ck.ck-button:not(.ck-disabled):hover .ck-splitbutton__arrow *,
[dir] .ck.ck-button.ck-on.ck-splitbutton__arrow svg *,
[dir] .ck.ck-button.ck-on.ck-dropdown__button svg *,
[dir] .ck.ck-splitbutton:hover > .ck-splitbutton__arrow svg path,
[dir] .ck.ck-splitbutton > .ck-splitbutton__arrow:hover svg path,
[dir] .ck-link-form .ck.ck-button:not(.ck-disabled):hover :not([fill]),
[dir] .ck-link-actions .ck.ck-button:not(.ck-disabled):hover :not([fill]) {
  fill: currentColor;
}

[dir] .ck.ck-list__item .ck-button {
  background-color: transparent;
  border-radius: 0;
}

[dir] .ck-content blockquote {
  border-color: var(--color-border);
}

[dir] .ck-content p code {
  display: inline-block;
  padding: 0 0.25em;
  color: var(--color-text-primary);
  border: 1px solid var(--color-border);
}

[dir] .ck .ck-content pre {
  color: var(--color-text-primary);
  border-color: var(--color-border);
}

[dir] .ck.ck-editor__editable pre[data-language]:after {
  color: var(--color-brand-primary-inverse);
  background-color: var(--color-brand-primary);
}

[dir] .ck .ck-content p {
  padding: 0;
}
/* Theming */
[dir] .ck.ck-toolbar {
  padding: 2px;
}

[dir] .ck.ck-toolbar > .ck-toolbar__items {
  padding: 0 4px;
  border-radius: var(--border-radius-base) var(--border-radius-base) 0 0;
}

[dir] .ck.ck-button:focus-visible,
[dir] .ck.ck-content.ck-editor__editable.ck-editor__editable_inline.ck-focused,
[dir] .ck.ck-content.ck-editor__editable.ck-focused,
[dir] .ck.ck-toolbar:focus-visible {
  box-shadow: none;
}

[dir] .ck.ck-content.ck-editor__editable.ck-focused {
  border-color: var(--input-color-border-focus) !important;
}

.ck.ck-editor__editable.ck-focused:not(.ck-editor__nested-editable) {
  --ck-focus-ring: var(--border-width) solid var(--input-color-border-focus);
}

.lt-field-description {
  position: relative;
  display: block;
  padding: 0.5rem;
  margin-top: 0.5rem;
  font-size: var(--text-sm);
  color: var(--field-description-color, var(--color-text-primary));
  border-radius: var(--border-radius-base);
}

.lt-field-description > *:only-child {
  margin-bottom: 0;
}

.lt-field-description:after {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--field-description-bg, var(--info-callout-color));
  border-radius: var(--border-radius-base);
  opacity: 0.15;
}

[dir="ltr"] .lt-field-description:after {
  left: 0;
}

[dir="rtl"] .lt-field-description:after {
  right: 0;
}

.lt-field-description:empty {
  display: none !important;
}

.lt-container {
  padding-right: var(--grid-gutter-width);
  padding-left: var(--grid-gutter-width);
}

@media (min-width: 576px) {
  .lt-container {
    padding-right: calc(var(--grid-gutter-width) * 2);
    padding-left: calc(var(--grid-gutter-width) * 2);
  }
}

.lt-container-inner {
  max-width: 1680px;
  margin: 0 auto;
}

.lt-container-inner--narrow {
  max-width: 720px;
  margin: 0 auto;
}

.lt-layout {
  display: grid;
  min-height: 100%;
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 100%;
}

.lt-layout > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.lt-layout > *:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
}

.lt-layout > *:nth-child(3) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}

.lt-topbar {
  display: flex;
  align-items: center;
  width: 100%;
  height: var(--header-height);
  font-size: clamp(1rem, 0.1667vw + 0.95rem, 1.1rem);
  font-weight: var(--topbar-font-weight);
  font-family: 'Miriam Libre', sans-serif;
  color: #F9F9F9;
  background-color: var(--topbar-bg);
  border-bottom: 0.5px solid #8C8C8F;
}

@media (min-width: 992px) {
  .lt-header-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    align-items: center;
    width: 100%;
  }

  .lt-header-grid .lt-header-logo {
    justify-self: start;
  }

 .lt-header-grid .lt-topbar__controls {
    justify-self: center !important;
    position: static !important;
    transform: none !important;
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    width: auto !important;
    max-width: none !important;
    background: none !important;
    padding: 0 !important;
    left: auto !important;
    align-self: center !important;
   margin-top: 12px;
  }

  .lt-header-grid .lt-header-cta {
    justify-self: end;
  }
}

.lt-topbar .lt-dropdown-toggle {
  --button-font-weight: var(--topbar-font-weight);
}

.lt-topbar .lt-dropdown-toggle {
  position: relative;
}

.lt-topbar .lt-dropdown-toggle:hover,
.lt-topbar .lt-dropdown-toggle:focus {
  opacity: 1;
  color: #F9F9F9;
  font-weight: 700;
}

.lt-topbar .lt-dropdown-toggle span {
  display: inline-grid;
}
.lt-topbar .lt-dropdown-toggle span::after {
  content: attr(data-text);
  height: 0;
  overflow: hidden;
  visibility: hidden;
  font-weight: 700;
  pointer-events: none;
}

.lt-topbar .lt-dropdown-toggle .lt-icon {
  width: 0.85rem;
  height: 0.85rem;
  transition: transform 0.3s ease;
}

.lt-topbar .lt-dropdown:has(.lt-dropdown-menu[aria-expanded="true"]) .lt-dropdown-toggle .lt-icon {
  transform: rotate(180deg);
}

.lt-topbar .lt-dropdown-menu {
  font-size: 16px;
}

.lt-topbar__logo {
  display: block;
  height: var(--topbar-logo-height);
}

.lt-topbar__link,
.lt-topbar__link:hover,
.lt-topbar__link:focus,
.lt-topbar__link:active {
  color: var(--topbar-color-text);
}

.lt-topbar__link {
  display: inline-grid;
  position: relative;
}

.lt-topbar__link::before {
  content: attr(data-text);
  height: 0;
  overflow: hidden;
  visibility: hidden;
  font-weight: 700;
  pointer-events: none;
}

.lt-topbar__link:hover,
.lt-topbar__link:focus,
.lt-topbar__link:active {
  text-decoration: none;
  color: var(--topbar-color-text);
  font-weight: 700;
}

.lt-topbar__link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: var(--topbar-color-text);
  transition: width 0.25s ease;
}

.lt-topbar__link:hover::after,
.lt-topbar__link:focus::after {
  width: 100%;
}

@media (max-width: 991px) {
  .lt-topbar__link {
    color: var(--topbar-color-text);
  }

  .lt-topbar__link:hover,
  .lt-topbar__link:focus,
  .lt-topbar__link:active {
    color: var(--topbar-color-text);
  }

  .lt-topbar__controls {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 1100;
    width: 100%;
    max-width: 20rem;
    padding: var(--grid-gutter-width);
    background-color: var(--topbar-bg);
    transition: transform 600ms ease;
  }

  [dir="ltr"] .lt-topbar__controls {
    left: 0;
    transform: translateX(-100%);
  }

  [dir="rtl"] .lt-topbar__controls {
    right: 0;
    transform: translateX(100%);
  }

  .lt-topbar__controls > * + * {
    margin-top: 1rem;
  }

  .lt-topbar__controls .lt-order-first + * {
    margin-top: 3rem;
  }

  .lt-topbar__controls.is-active {
    transform: translateX(0);
  }

  [dir="ltr"] .lt-topbar__controls.is-active {
    left: 0;
    box-shadow: 5px 0 40px rgb(0 0 0 / 45%);
  }

  [dir="rtl"] .lt-topbar__controls.is-active {
    right: 0;
    box-shadow: -5px 0 40px rgb(0 0 0 / 45%);
  }

  .lt-topbar-open {
    overflow: hidden;
  }
}

@media (min-width: 992px) {
  [dir="ltr"] .lt-topbar__controls > * + * {
    margin-left: 0;
  }

  [dir="rtl"] .lt-topbar__controls > * + * {
    margin-right: 0;
  }

  .lt-header-grid .lt-topbar__controls {
    gap: 2.5rem;
  }
}

.topbar__close {
  width: 2rem;
  height: 2rem;
  stroke: var(--topbar-color-text);
}

.lt-header-wrapper--fixed {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 100;
}

.lt-header-wrapper--sticky {
  position: sticky;
  top: 0;
}

.lt-header-wrapper {
  z-index: 100;
  transition: top 0.15s ease-out;
}

.lt-header-wrapper--hidden {
  top: calc(-1 * var(--header-height));
}

.lt-btn.ltx-create-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
  padding-right: 2rem;
  gap: 6px;
  background: transparent;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  letter-spacing: 0.04em;
  transition: all 0.2s ease;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}

.lt-btn.ltx-create-button svg {
  width: 20px;
  height: 20px;
  stroke: currentColor;
  stroke-width: 2.5;
  transition: transform 0.2s ease;
}

.lt-btn.ltx-create-button:hover,
.lt-btn.ltx-create-button:focus {
  border-color: var(--color-brand-primary);
  background-color: var(--color-brand-primary);
  font-weight: 500;
}

/* .lt-btn.ltx-create-button:hover svg {
  transform: translateX(4px);
} */

.lt-dropdown-menu.lt-dropdown-menu--topbar {
  background-color: #191A1F;
  border-color: #191A1F;
}

.lt-dropdown-menu.lt-dropdown-menu--topbar [role="menuitem"] {
  position: relative;
  color: #F9F9F9;
  font-size: clamp(1rem, 0.1667vw + 0.95rem, 1.1rem);
  display: inline-grid;
  width: 100%;
}

.lt-dropdown-menu.lt-dropdown-menu--topbar [role="menuitem"]::before {
  content: attr(data-text);
  height: 0;
  overflow: hidden;
  visibility: hidden;
  font-weight: 700;
  pointer-events: none;
}

.lt-dropdown-menu.lt-dropdown-menu--topbar [role="menuitem"]::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 16px;
  width: 0;
  height: 1px;
  background-color: #F9F9F9;
  transition: width 0.25s ease;
}

.lt-dropdown-menu.lt-dropdown-menu--topbar [role="menuitem"]:hover,
.lt-dropdown-menu.lt-dropdown-menu--topbar [role="menuitem"]:focus {
  background-color: #191A1F;
  color: #F9F9F9;
  font-weight: 700;
}

.lt-dropdown-menu.lt-dropdown-menu--topbar [role="menuitem"]:hover::after,
.lt-dropdown-menu.lt-dropdown-menu--topbar [role="menuitem"]:focus::after {
  width: calc(100% - 32px);
}

.lt-footer {
  font-size: var(--text-sm);
  color: var(--footer-color-text);
  background-color: var(--footer-bg);
}

.lt-footer__copyright {
  color: #868ea5;
}

.lt-footer .lt-footer__social-link {
  padding: 0.25rem;
  font-size: 24px;
  text-decoration: none;
  vertical-align: middle;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 6px;
  transition: opacity 0.2s, border-color 0.2s;
}

.lt-footer__social-link:hover,
.lt-footer__social-link:focus,
.lt-footer__social-link:active {
  color: #fff !important;
  background-color: var(--color-brand-primary);
  border-color: var(--color-brand-primary);
  text-decoration: none;
}

.lt-footer__social-link:hover i,
.lt-footer__social-link:focus i,
.lt-footer__social-link:active i {
  color: #fff !important;
}

[dir="ltr"] .lt-footer__social-link + .lt-footer__social-link {
  margin-left: 0.75rem;
}

[dir="rtl"] .lt-footer__social-link + .lt-footer__social-link {
  margin-right: 0.75rem;
}

.lt-footer ul {
  list-style: none;
  padding: 0;
}

.lt-footer a {
  color: var(--footer-color-text);
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  text-decoration: none;
  transition: color 0.2s;
}

.lt-footer a:hover,
.lt-footer a:focus {
  color: #f9f9f9;
}

.lt-footer__bottom--container {
  border-top: 0.5px solid #8C8C8F;
  margin-top: 3rem;
  padding-top: 2rem;
}

.lt-footer__bottom {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  font-size: 0.8125rem;
}

.lt-footer__bottom a {
  color: #868ea5;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
  white-space: nowrap;
}

.lt-footer__bottom a:hover,
.lt-footer__copyright a:hover {
  color: #D1D3DB;
}

.lt-footer__list-heading {
  color: #868ea5;
}

.lt-footer__link {
  position: relative;
  display: inline-block;
  color: #f9f9f9;
  text-decoration: none;
  font-size: 0.9063rem;
  letter-spacing: 0.03em;
  transition: font-weight 0.1s ease;
}

.lt-footer__link::before {
  content: attr(data-text);
  font-weight: 700;
  display: block;
  height: 0;
  visibility: hidden;
  overflow: hidden;
  pointer-events: none;
}

.ltx-footer-arrow {
  display: inline-block;
  transition: transform 0.2s ease;
}

.lt-footer__link:hover .ltx-footer-arrow,
.lt-footer__link:focus .ltx-footer-arrow {
  transform: translate(3px, -4px);
}

.lt-footer__link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #f9f9f9;
  transition: width 0.25s ease;
}

.lt-footer__link:hover,
.lt-footer__link:focus {
  color: #f9f9f9 !important;
  font-weight: 700;
  text-decoration: none;
}

.lt-footer__link:hover::after,
.lt-footer__link:focus::after {
  width: 100%;
}

.lt-footer__header {
  color: #fff;
}

.lt-footer__header--centered {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

@media (min-width: 768px) {
  .lt-footer .lt-footer__header--centered {
    margin-bottom: 5rem !important;
  }
}

.lt-footer__tagline {
  font-size: clamp(1.5rem, 3vw, 1.875rem);
  font-family:"Miriam Libre", sans-serif;
  font-weight: 400;
  line-height: 1.33;
  color: #fff;
  text-align: center;
  margin: 0;
}

/* Formatting */
.accordion {
  padding-top: 0;
  overflow: hidden;
  border: var(--border-width) solid var(--lt-accordion-border);
  border-radius: var(--border-radius-base);
}

.accordion__summary {
  position: relative;
  display: block;
  width: 100%;
  padding: var(--lt-accordion-padding-vertical)
    var(--lt-accordion-padding-horizontal);
  font-weight: var(--font-weight-bold);
  color: var(--accordion-color-text, var(--color-text-primary));
  list-style: none;
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  border: 0;
  touch-action: manipulation;
}

[dir="ltr"] .accordion__summary {
  text-align: left;
}

[dir="rtl"] .accordion__summary {
  text-align: right;
}

.accordion__summary-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion__item + .accordion__item summary,
.accordion > details-accordion + details-accordion summary {
  border-top: var(--border-width) solid var(--lt-accordion-border);
}

.stroke .accordion__item + .accordion__item summary,
.stroke > details-accordion + details-accordion summary {
  border-top: var(--border-width) solid var(--color-brand-primary);
}

.accordion__content {
  padding-top: var(--lt-accordion-padding-vertical);
  padding-bottom: var(--lt-accordion-padding-vertical);
  margin-right: var(--lt-accordion-padding-horizontal);
  margin-left: var(--lt-accordion-padding-horizontal);
  border-top: var(--border-width) solid var(--lt-accordion-border);
}

.accordion__content *:last-child {
  margin-bottom: 0;
}

.accordion__summary::-webkit-details-marker {
  display: none;
}

.accordion__summary-wrapper > .lt-icon {
  transition: transform 0.3s;
  margin-inline-start: 1rem;
}

[dir="ltr"] details[open] .accordion__summary-wrapper > .lt-icon {
  transform: rotate(180deg);
}

[dir="rtl"] details[open] .accordion__summary-wrapper > .lt-icon {
  transform: rotate(-180deg);
}

.accordion--large {
  border-radius: var(--border-radius-lg);
}

.accordion--large .accordion__summary {
  font-weight: 400;
}

.accordion--large .accordion__summary-wrapper .lt-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.accordion--large:hover,
.accordion--large:focus,
.accordion[open] {
  border-color: var(--color-brand-primary);
}

.stroke.accordion {
  border: var(--border-width) solid var(--color-brand-primary);
}

.colored-title.accordion details[open] .accordion__summary-wrapper {
  color: var(--color-brand-primary);
}

.colored.accordion details[open] .accordion__summary-wrapper {
  color: var(--color-brand-primary-inverse);
}

.colored.accordion details[open] .accordion__summary {
  color: var(--color-brand-primary-inverse);
  background-color: var(--color-brand-primary);
}

.neutral.accordion .accordion__summary {
  background-color: rgba(214, 214, 214, 0.2);
}

.neutral.accordion details[open] .accordion__summary {
  border-bottom: var(--border-width) solid var(--lt-accordion-border);
}

.neutral.accordion details[open] .accordion__content {
  border-top: none;
}

.lt-icon--minus {
  display: none;
}

.lt-promoted-articles-accordion .lt-icon--plus {
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.lt-promoted-articles-accordion .accordion[open] .lt-icon--plus {
  transform: rotate(45deg);
}

.lt-promoted-articles-accordion .accordion[open] .lt-icon--plus path {
  stroke: #ffffff;
}

.image-with-border {
  padding: var(--image-padding, 1rem);
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--border-radius-base);
}

.image-with-shadow {
  box-shadow: 0 5px 15px 2px var(--gray);
}

.image-with-lightbox {
  cursor: pointer;
}

.image-overlay {
  position: relative;
}

.image-overlay:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  background-color: rgba(255, 255, 255, 0.3);
}

.image-with-video-icon {
  position: relative;
  display: block;
}

.image-with-video-icon img {
  width: 100%;
}

.image-with-video-icon:before {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 0;
  height: 0;
  font-size: 0;
  content: "";
  border-style: solid;
  transition: transform 0.6s ease;
}

.image-with-video-icon:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}

[dir="ltr"] .image-with-video-icon:before {
  left: 50%;
  border-color: transparent transparent transparent #fff;
  border-width: 30px 0 30px 60px;
  transform: translate(-50%, -50%);
}

[dir="ltr"] .image-with-video-icon:active:before,
[dir="ltr"] .image-with-video-icon:hover:before {
  transform: translate(-50%, -50%) scale(1.1);
}

[dir="rtl"] .image-with-video-icon:before {
  right: 50%;
  border-color: transparent #fff transparent transparent;
  border-width: 30px 60px 30px 0;
  transform: translate(50%, -50%);
}

[dir="rtl"] .image-with-video-icon:active:before,
[dir="rtl"] .image-with-video-icon:hover:before {
  transform: translate(50%, -50%) scale(1.1);
}

.image-with-background {
  padding: var(--image-padding, 2rem);
  background-color: var(--image-bg, var(--light-gray));
  border-radius: var(--border-radius-base);
}
/* Blockquotes */
blockquote {
  position: relative;
  padding: 1rem 3rem;
  margin: 0 0 1.5rem;
  font-family: var(--font-family-body);
  font-size: var(--text-xl);
  line-height: 2rem;
  color: var(--color-text-primary);
  text-align: center;
}

blockquote > *:last-child {
  margin-bottom: 0;
}

blockquote:after,
blockquote:before {
  position: absolute;
  width: 24px;
  height: 24px;
  color: var(--color-text-primary);
  content: "";
  background-color: var(--color-text-primary);
  -webkit-mask: var(--blockqoute-icon) center/contain no-repeat;
  mask: var(--blockqoute-icon) center/contain no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
}

blockquote:before {
  top: 0;
}

[dir="ltr"] blockquote:before {
  left: 0;
}

[dir="rtl"] blockquote:before {
  right: 0;
}

blockquote:after {
  bottom: 0;
}

[dir="ltr"] blockquote:after {
  right: 0;
  transform: scaleY(-1) rotate(180deg);
}

[dir="rtl"] blockquote:after {
  left: 0;
  transform: scaleY(-1) rotate(-180deg);
}

/* =============================================
   CALLOUT BOXES
   Classes: .info, .warning, .availability
   Zendesk summary: zd-summary-block (handled separately below)
   ============================================= */

.info,
.warning,
.availability {
  display: flex;
  flex-direction: column;
  padding: 1.5rem 1.5rem;
  gap: 0.75rem;
  border-radius: 12px;
  list-style: none;
}

.info__header,
.warning__header,
.availability__header {
  display: flex;
  align-items: center;
  min-height: 20px;
  padding-left: 28px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 20px 20px;
}

.info__header {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23191A1F' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='8'/%3E%3Cline x1='12' y1='12' x2='12' y2='16'/%3E%3C/svg%3E");
}

.warning__header {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23E7425E' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cline x1='12' y1='8' x2='12' y2='12'/%3E%3Cline x1='12' y1='16' x2='12.01' y2='16'/%3E%3C/svg%3E");
}

.availability__header {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23191A1F' stroke-width='1.75' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 21v-2a4 4 0 0 0-4-4H8a4 4 0 0 0-4 4v2'/%3E%3Ccircle cx='12' cy='7' r='4'/%3E%3C/svg%3E");
}

.info__title,
.warning__title,
.availability__title {
  font-family: 'Miriam Libre', sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #191A1F;
  margin: 0;
  font-size: 0.875rem;
}

.info p,
.warning p,
.availability p {
  line-height: 1.4;
  color: #191A1F;
  margin: 0;
  padding-left: 28px;
  margin-bottom: 0px !important;
  font-size: 0.925rem !important;
}

.info {
  background: rgba(115, 169, 255, 0.15);
  border: 1px solid var(--info-callout-color);
}

.warning {
  background: rgba(231, 66, 94, 0.1);
  border: 1px solid var(--warning-callout-color);
}

.availability {
  background: rgba(209, 211, 219, 0.3);
  border: 1px solid var(--availability-callout-color);
}

code {
  word-wrap: break-word;
}

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
    "Liberation Mono", "Courier New", monospace;
}

pre {
  position: relative;
  overflow: auto;
  font-size: 0.875em;
  white-space: pre-wrap;
  word-break: break-word;
}

.rte pre {
  background-color: #fff;
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--border-radius-base);
}

.rte pre code {
  color: #191a1f;
}

.rte pre code {
  position: relative;
  padding: 0;
  padding: 1.25rem;
}

.lt-copy-code {
  width: 2rem;
  height: 2rem;
  font-family: var(--font-family-body);
  cursor: pointer;
}

.lt-copy-code svg {
  position: absolute;
  top: 50%;
  width: 1.25rem;
  height: 1.25rem;
  color: var(--color-dark-theme-text, var(--color-text-primary));
  fill: currentColor;
}

[dir="ltr"] .lt-copy-code svg {
  left: 50%;
  transform: translate(-50%, -50%);
}

[dir="rtl"] .lt-copy-code svg {
  right: 50%;
  transform: translate(50%, -50%);
}

.lt-copy-code--copied svg {
  animation: hide 1250ms forwards;
}

.lt-copy-code--copied svg:nth-child(2) {
  animation: show 1250ms forwards 150ms;
}

.lt-copy-code svg:nth-child(2) {
  opacity: 0;
}

.lt-code-header {
  display: flex;
  padding: 0.5rem 1rem;
  align-items: center;
  justify-content: flex-end;
  background-color: #d1d5db;
  border-bottom: var(--border-width) solid var(--color-border);
  border-radius: var(--border-radius-base) var(--border-radius-base) 0 0;
}

.lt-code-header button {
  position: relative;
  padding: 0;
  background-color: transparent;
  border: 0;
  flex-shrink: 0;
}

@keyframes hide {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  20% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }

  80% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@keyframes show {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }

  20% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  60% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }

  80% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }

  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.5);
  }
}

.list-check ul:not([class]),
.list-bullet ul:not([class]),
.list-number ul:not([class]),
.list-colored ul:not([class]),
.list-anchor ul:not([class]),
.list-dash ul:not([class]),
.list-file ul:not([class]),
.rte ul:not([class]) {
  list-style-type: disc;
}

[dir="ltr"] .list-check ul:not([class]),
[dir="ltr"] .list-bullet ul:not([class]),
[dir="ltr"] .list-number ul:not([class]),
[dir="ltr"] .list-colored ul:not([class]),
[dir="ltr"] .list-anchor ul:not([class]),
[dir="ltr"] .list-dash ul:not([class]),
[dir="ltr"] .list-file ul:not([class]),
[dir="ltr"] .rte ul:not([class]) {
  padding-left: 1rem;
}

[dir="rtl"] .list-check ul:not([class]),
[dir="rtl"] .list-bullet ul:not([class]),
[dir="rtl"] .list-number ul:not([class]),
[dir="rtl"] .list-colored ul:not([class]),
[dir="rtl"] .list-anchor ul:not([class]),
[dir="rtl"] .list-dash ul:not([class]),
[dir="rtl"] .list-file ul:not([class]),
[dir="rtl"] .rte ul:not([class]) {
  padding-right: 1rem;
}

.list-check ul:not([class]) > li,
.list-bullet ul:not([class]) > li,
.list-number ul:not([class]) > li,
.list-colored ul:not([class]) > li,
.list-anchor ul:not([class]) > li,
.list-dash ul:not([class]) > li,
.list-file ul:not([class]) > li,
.rte ul:not([class]) > li {
  margin-top: 0.2rem;
  margin-bottom: 0.2rem;
}

[dir="ltr"] .list-check ul:not([class]) > li,
[dir="ltr"] .list-bullet ul:not([class]) > li,
[dir="ltr"] .list-number ul:not([class]) > li,
[dir="ltr"] .list-colored ul:not([class]) > li,
[dir="ltr"] .list-anchor ul:not([class]) > li,
[dir="ltr"] .list-dash ul:not([class]) > li,
[dir="ltr"] .list-file ul:not([class]) > li,
[dir="ltr"] .rte ul:not([class]) > li {
  padding-left: 0.5rem;
}

[dir="rtl"] .list-check ul:not([class]) > li,
[dir="rtl"] .list-bullet ul:not([class]) > li,
[dir="rtl"] .list-number ul:not([class]) > li,
[dir="rtl"] .list-colored ul:not([class]) > li,
[dir="rtl"] .list-anchor ul:not([class]) > li,
[dir="rtl"] .list-dash ul:not([class]) > li,
[dir="rtl"] .list-file ul:not([class]) > li,
[dir="rtl"] .rte ul:not([class]) > li {
  padding-right: 0.5rem;
}

.list-check ul:not([class]) > li::marker,
.list-bullet ul:not([class]) > li::marker,
.list-number ul:not([class]) > li::marker,
.list-colored ul:not([class]) > li::marker,
.list-anchor ul:not([class]) > li::marker,
.list-dash ul:not([class]) > li::marker,
.list-file ul:not([class]) > li::marker,
.rte ul:not([class]) > li::marker {
  color: var(--rte-bullet-color);
}

.rte-enhanced ol {
  list-style: none;
}

.list-check,
.list-bullet,
.list-number,
.rte-enhanced ol,
.rte ol,
.list-colored,
.list-anchor,
.list-dash,
.list-file {
  list-style-position: inside;
}

[dir="ltr"] .list-check,
[dir="ltr"] .list-bullet,
[dir="ltr"] .list-number,
[dir="ltr"] .rte-enhanced ol,
[dir="ltr"] .rte ol,
[dir="ltr"] .list-colored,
[dir="ltr"] .list-anchor,
[dir="ltr"] .list-dash,
[dir="ltr"] .list-file {
  padding-left: 0;
}

[dir="rtl"] .list-check,
[dir="rtl"] .list-bullet,
[dir="rtl"] .list-number,
[dir="rtl"] .rte-enhanced ol,
[dir="rtl"] .rte ol,
[dir="rtl"] .list-colored,
[dir="rtl"] .list-anchor,
[dir="rtl"] .list-dash,
[dir="rtl"] .list-file {
  padding-right: 0;
}

.list-number li,
.rte-enhanced ol li,
.list-colored li,
.list-file li,
.rte li {
  list-style: inherit;
}

.list-number li:last-child,
.rte-enhanced ol li:last-child,
.list-colored li:last-child,
.rte li:last-child {
  margin-bottom: 0;
}

.lt-article__body .list-check,
.lt-article__body .list-bullet,
.lt-article__body .list-number,
.lt-article__body .rte-enhanced ol,
.lt-article__body .list-colored,
.lt-article__body .list-anchor,
.lt-article__body .list-task,
.lt-article__body .list-dash,
.lt-article__body .list-file {
  list-style: none;
}

[dir="ltr"] .lt-article__body .list-check,
[dir="ltr"] .lt-article__body .list-bullet,
[dir="ltr"] .lt-article__body .list-number,
[dir="ltr"] .lt-article__body .rte-enhanced ol,
[dir="ltr"] .lt-article__body .list-colored,
[dir="ltr"] .lt-article__body .list-anchor,
[dir="ltr"] .lt-article__body .list-task,
[dir="ltr"] .lt-article__body .list-dash,
[dir="ltr"] .lt-article__body .list-file {
  padding-left: 0;
}

[dir="rtl"] .lt-article__body .list-check,
[dir="rtl"] .lt-article__body .list-bullet,
[dir="rtl"] .lt-article__body .list-number,
[dir="rtl"] .lt-article__body .rte-enhanced ol,
[dir="rtl"] .lt-article__body .list-colored,
[dir="rtl"] .lt-article__body .list-anchor,
[dir="rtl"] .lt-article__body .list-task,
[dir="rtl"] .lt-article__body .list-dash,
[dir="rtl"] .lt-article__body .list-file {
  padding-right: 0;
}

.list-check > li,
.list-bullet > li,
.list-number > li,
.rte-enhanced ol > li,
.list-colored > li,
.list-task > div,
.list-task > li,
.list-dash > li,
.list-anchor > li,
.list-file > li {
  position: relative;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

[dir="ltr"] .list-check > li,
[dir="ltr"] .list-bullet > li,
[dir="ltr"] .list-number > li,
[dir="ltr"] .rte-enhanced ol > li,
[dir="ltr"] .list-colored > li,
[dir="ltr"] .list-task > div,
[dir="ltr"] .list-task > li,
[dir="ltr"] .list-dash > li,
[dir="ltr"] .list-anchor > li,
[dir="ltr"] .list-file > li {
  padding-left: 2.5rem;
}

[dir="rtl"] .list-check > li,
[dir="rtl"] .list-bullet > li,
[dir="rtl"] .list-number > li,
[dir="rtl"] .rte-enhanced ol > li,
[dir="rtl"] .list-colored > li,
[dir="rtl"] .list-task > div,
[dir="rtl"] .list-task > li,
[dir="rtl"] .list-dash > li,
[dir="rtl"] .list-anchor > li,
[dir="rtl"] .list-file > li {
  padding-right: 2.5rem;
}

[dir="ltr"] .list-anchor > li,
[dir="ltr"] .list-file > li {
  padding-left: 1.5rem;
}

[dir="rtl"] .list-anchor > li,
[dir="rtl"] .list-file > li {
  padding-right: 1.5rem;
}

[dir="ltr"] .list-dash > li {
  padding-left: 1.75rem;
}

[dir="rtl"] .list-dash > li {
  padding-right: 1.75rem;
}

[dir="ltr"] .rte li + ul,
[dir="ltr"] .rte li + ol {
  margin-left: 2.5rem;
}

[dir="rtl"] .rte li + ul,
[dir="rtl"] .rte li + ol {
  margin-right: 2.5rem;
}

.list-check > li:before,
.list-bullet > li:before,
.list-number > li:before,
.list-anchor > li:before,
.list-file > li:before,
.rte-enhanced ol > li:before,
.list-colored > li:before,
.list-dash > li:before {
  position: absolute;
  top: 0.15em;
  display: inline-block;
  width: 1.725em;
  height: 1.725em;
  font-size: 0.875em;
  font-weight: 500;
  line-height: 1.725em;
  text-align: center;
  border-radius: 50%;
}

[dir="ltr"] .list-check > li:before,
[dir="ltr"] .list-bullet > li:before,
[dir="ltr"] .list-number > li:before,
[dir="ltr"] .list-anchor > li:before,
[dir="ltr"] .list-file > li:before,
[dir="ltr"] .rte-enhanced ol > li:before,
[dir="ltr"] .list-colored > li:before,
[dir="ltr"] .list-dash > li:before {
  left: 0;
}

[dir="rtl"] .list-check > li:before,
[dir="rtl"] .list-bullet > li:before,
[dir="rtl"] .list-number > li:before,
[dir="rtl"] .list-anchor > li:before,
[dir="rtl"] .list-file > li:before,
[dir="rtl"] .rte-enhanced ol > li:before,
[dir="rtl"] .list-colored > li:before,
[dir="rtl"] .list-dash > li:before {
  right: 0;
}

.list-anchor > li:before,
.list-file > li:before {
  width: 1rem;
  height: 1rem;
  content: "";
}

[dir="ltr"] .list-anchor > li:before,
[dir="ltr"] .list-file > li:before {
  left: 0;
}

[dir="rtl"] .list-anchor > li:before,
[dir="rtl"] .list-file > li:before {
  right: 0;
}

.list-anchor > li:before {
  top: 0.4rem;
  background: var(--anchor-list-icon) center/contain no-repeat;
}

.list-file > li:before {
  top: 0.5rem;
  background: var(--anchor-file-icon) center/contain no-repeat;
}

.list-bullet > li:before,
.list-check > li:before {
  color: var(--list-bullet-text, var(--color-brand-primary-inverse));
  content: "✓";
  background-color: var(--list-bullet-bg, var(--color-text-primary));
}

.list-number,
.rte-enhanced ol,
.list-colored {
  counter-reset: list;
}

.list-number > li,
.rte-enhanced ol > li,
.list-colored > li {
  counter-increment: list;
}

.list-number > li:before,
.rte-enhanced ol > li:before,
.list-colored > li:before {
  color: var(--color-brand-primary-inverse);
  content: counter(list);
  background-color: var(--list-bullet-bg, var(--color-text-primary));
}

.task-wrapper {
  display: flex;
  align-items: center;
}

.task-wrapper label {
  display: flex;
  font-weight: normal;
  cursor: pointer;
  align-items: center;
}

[dir="ltr"] .task-wrapper label {
  margin-left: -2rem;
}

[dir="rtl"] .task-wrapper label {
  margin-right: -2rem;
}

.task-wrapper label:before {
  width: 1.25rem;
  height: 1.25rem;
  content: "";
  background-color: var(--body-color-bg);
  border: 0.05em solid var(--color-text-primary);
  border-radius: 0.15em;
}

[dir="ltr"] .task-wrapper label:before {
  margin-right: 0.5em;
}

[dir="rtl"] .task-wrapper label:before {
  margin-left: 0.5em;
}

.task-wrapper input[type="checkbox"] {
  position: absolute;
  cursor: pointer;
  opacity: 0;
}

.task-wrapper label:hover:before,
.task-wrapper input[type="checkbox"]:hover + label:before {
  background-color: var(--color-bg-secondary);
}

.task-wrapper label:focus:before,
.task-wrapper input[type="checkbox"]:focus + label:before {
  background-color: var(--color-bg-secondary);
  border-color: var(--color-brand-primary);
}

.task-wrapper input[type="checkbox"]:checked + label:before {
  display: flex;
  color: var(--color-brand-primary-inverse);
  content: "✓";
  background-color: var(--color-brand-primary);
  border-color: var(--color-brand-primary);
  justify-content: center;
  align-items: center;
}

.list-dash > li:before {
  content: "—";
}

.list-step {
  position: relative;
}

.list-step > li:not(:last-child):after {
  position: absolute;
  top: 1rem;
  bottom: 10px;
  z-index: -1;
  width: 1px;
  content: "";
  background-color: var(--light-gray);
}

[dir="ltr"] .list-step > li:not(:last-child):after {
  left: calc(1.5rem + 1px);
}

[dir="rtl"] .list-step > li:not(:last-child):after {
  right: calc(1.5rem + 1px);
}

.list-number.list-step > li:not(:last-child):after,
.list-colored.list-step > li:not(:last-child):after,
.list-file.list-step > li:not(:last-child):after,
.list-task.list-step > .task-wrapper:not(:last-child):after,
.list-task.list-step > li:not(:last-child):after,
.list-dash.list-step > li:not(:last-child):after {
  position: absolute;
  top: 1rem;
  bottom: -1.5rem;
  z-index: -1;
  width: 1px;
  content: "";
  background-color: var(--light-gray);
}

[dir="ltr"] .list-number.list-step > li:not(:last-child):after,
[dir="ltr"] .list-colored.list-step > li:not(:last-child):after,
[dir="ltr"] .list-task.list-step > .task-wrapper:not(:last-child):after,
[dir="ltr"] .list-dash.list-step > li:not(:last-child):after {
  left: calc(1rem - 4px);
}

[dir="rtl"] .list-number.list-step > li:not(:last-child):after,
[dir="rtl"] .list-colored.list-step > li:not(:last-child):after,
[dir="rtl"] .list-task.list-step > .task-wrapper:not(:last-child):after,
[dir="rtl"] .list-dash.list-step > li:not(:last-child):after {
  right: calc(1rem - 4px);
}

[dir="ltr"] .list-file.list-step > li:not(:last-child):after {
  left: 1.5rem;
}

[dir="rtl"] .list-file.list-step > li:not(:last-child):after {
  right: 1.5rem;
}

.list-task.list-step > li {
  position: relative;
}

.list-task.list-step > li:before {
  position: absolute;
  top: calc(1rem - 6px);
  width: 8px;
  height: 8px;
  content: "";
  background-color: var(--body-color-bg);
  border: 1px solid var(--color-text-primary);
  border-radius: 50%;
}

[dir="ltr"] .list-task.list-step > li:before {
  left: calc(1rem - 2px);
}

[dir="rtl"] .list-task.list-step > li:before {
  right: calc(1rem - 2px);
}

[dir="ltr"] .list-task.list-step > .task-wrapper:not(:last-child):after,
[dir="ltr"] .list-task.list-step > li:not(:last-child):after {
  left: calc(1rem + 2px);
}

[dir="rtl"] .list-task.list-step > .task-wrapper:not(:last-child):after,
[dir="rtl"] .list-task.list-step > li:not(:last-child):after {
  right: calc(1rem + 2px);
}

.img-magnifier-glass {
  position: absolute;
  width: 150px;
  height: 150px;
  cursor: none;
  border: 1px solid rgb(121, 121, 121);
  border-radius: 50%;
}

.rte iframe,
.rte embed,
.rte object,
.rte video {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

.embed,
.embed-responsive {
  position: relative;
  z-index: 1;
  display: block;
  height: 0;
  padding: 0;
  padding-bottom: 56.25%;
  margin-bottom: 30px;
  overflow: hidden;
}

.embed img,
.embed-responsive img {
  width: 100%;
}

.embed iframe,
.embed embed,
.embed object,
.embed video,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

[dir="ltr"] .embed iframe,
[dir="ltr"] .embed embed,
[dir="ltr"] .embed object,
[dir="ltr"] .embed video,
[dir="ltr"] .embed-responsive iframe,
[dir="ltr"] .embed-responsive embed,
[dir="ltr"] .embed-responsive object,
[dir="ltr"] .embed-responsive video {
  left: 0;
}

[dir="rtl"] .embed iframe,
[dir="rtl"] .embed embed,
[dir="rtl"] .embed object,
[dir="rtl"] .embed video,
[dir="rtl"] .embed-responsive iframe,
[dir="rtl"] .embed-responsive embed,
[dir="rtl"] .embed-responsive object,
[dir="rtl"] .embed-responsive video {
  right: 0;
}

.embed-responsive--16by9 {
  padding-bottom: 56.25%;
}

.embed-responsive--4by3 {
  padding-bottom: 75%;
}

.rte {
  line-height: 1.8;
  word-break: break-word;
}

.rte * {
  margin-bottom: 0;
}

.rte > * {
  margin-bottom: 0;
}

.rte > *:not([hidden]) + *:not([hidden]) {
  margin-top: var(--flow-space, 1rem);
}

.rte h1,
.rte h2,
.rte h3 {
  --flow-space: 3rem;
}

.rte h4,
.rte h5,
.rte h6 {
  --flow-space: 2rem;
}

.rte:after {
  content: "";
  display: block;
  clear: both;
}

.rte > p:first-child {
  margin-top: 0;
}

.rte > p:last-child {
  margin-bottom: 0;
}

.rte figcaption {
  margin-top: 1rem;
  opacity: 0.75;
}

table {
  border-spacing: 0px;
  border-collapse: collapse;
  background-color: transparent;
}

figure.wysiwyg-table {
  display: block;
  margin: initial;
}

.rte table:not([class*="table"]) {
  width: 100%;
  table-layout: auto;
  margin-bottom: 2rem;
}

[dir="ltr"] .rte table:not([class*="table"]) {
  text-align: left;
}

[dir="rtl"] .rte table:not([class*="table"]) {
  text-align: right;
}

.rte table:not([class*="table"]) thead {
  border-bottom-color: #D1D3DB;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.rte table:not([class*="table"]) {
  border: none !important;
}

.rte table:not([class*="table"]) th,
.rte table:not([class*="table"]) td {
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  border: 1px solid #D1D3DB;
}

/* Remove outer table borders */
.rte table:not([class*="table"]) tr:first-child th,
.rte table:not([class*="table"]) tr:first-child td {
  border-top: transparent;
}

.rte table:not([class*="table"]) tr:last-child th,
.rte table:not([class*="table"]) tr:last-child td {
  border-bottom: transparent;
}

[dir="ltr"] .rte table:not([class*="table"]) th:first-child,
[dir="ltr"] .rte table:not([class*="table"]) td:first-child {
  border-left: transparent;
}

[dir="rtl"] .rte table:not([class*="table"]) th:first-child,
[dir="rtl"] .rte table:not([class*="table"]) td:first-child {
  border-right: transparent;
}

[dir="ltr"] .rte table:not([class*="table"]) th:last-child,
[dir="ltr"] .rte table:not([class*="table"]) td:last-child {
  border-right: transparent;
}

[dir="rtl"] .rte table:not([class*="table"]) th:last-child,
[dir="rtl"] .rte table:not([class*="table"]) td:last-child {
  border-left: transparent;
}

/* Remove right border from first column when it's a header column (th) */
[dir="ltr"] .rte table:not([class*="table"]) th:first-child {
  border-right: transparent;
}
[dir="rtl"] .rte table:not([class*="table"]) th:first-child {
  border-left: transparent;
}

.rte table:not([class*="table"]) th {
  font-weight: 600;
  vertical-align: bottom;
  background-color: #EFF1F5;
}

.rte table:not([class*="table"]) tbody tr {
  border-bottom-color: #D1D3DB;
  border-bottom-style: solid;
  border-bottom-width: 1px;
}

.rte table:not([class*="table"]) tbody td {
  padding-top: 0.5rem;
  vertical-align: baseline;
}

.rte table:not([class*="table"]) tbody tr:last-child {
  border-bottom-width: 0;
}

.table-responsive {
  min-height: 0.01%;
  overflow-x: auto;
}

/* Resized tables (CKEditor adds wysiwyg-table-resized class on column resize) */
.rte table.wysiwyg-table-resized {
  width: 100%;
  table-layout: auto;
  margin-bottom: 2rem;
  border: none !important;
}

[dir="ltr"] .rte table.wysiwyg-table-resized { text-align: left; }
[dir="rtl"] .rte table.wysiwyg-table-resized { text-align: right; }

.rte table.wysiwyg-table-resized thead {
  border-bottom: 1px solid #D1D3DB;
}

.rte table.wysiwyg-table-resized th,
.rte table.wysiwyg-table-resized td {
  padding: 0.5rem;
  border: 1px solid #D1D3DB;
}

.rte table.wysiwyg-table-resized tr:first-child th,
.rte table.wysiwyg-table-resized tr:first-child td {
  border-top: transparent;
}

.rte table.wysiwyg-table-resized tr:last-child th,
.rte table.wysiwyg-table-resized tr:last-child td {
  border-bottom: transparent;
}

[dir="ltr"] .rte table.wysiwyg-table-resized th:first-child,
[dir="ltr"] .rte table.wysiwyg-table-resized td:first-child {
  border-left: transparent;
}

[dir="rtl"] .rte table.wysiwyg-table-resized th:first-child,
[dir="rtl"] .rte table.wysiwyg-table-resized td:first-child {
  border-right: transparent;
}

[dir="ltr"] .rte table.wysiwyg-table-resized th:last-child,
[dir="ltr"] .rte table.wysiwyg-table-resized td:last-child {
  border-right: transparent;
}

[dir="rtl"] .rte table.wysiwyg-table-resized th:last-child,
[dir="rtl"] .rte table.wysiwyg-table-resized td:last-child {
  border-left: transparent;
}

[dir="ltr"] .rte table.wysiwyg-table-resized th:first-child {
  border-right: transparent;
}
[dir="rtl"] .rte table.wysiwyg-table-resized th:first-child {
  border-left: transparent;
}

.rte table.wysiwyg-table-resized th {
  font-weight: 600;
  vertical-align: bottom;
  background-color: #EFF1F5;
}

.rte table.wysiwyg-table-resized tbody tr {
  border-bottom: 1px solid #D1D3DB;
}

.rte table.wysiwyg-table-resized tbody td {
  padding-top: 0.5rem;
  vertical-align: baseline;
}

.rte table.wysiwyg-table-resized tbody tr:last-child {
  border-bottom-width: 0;
}

@media screen and (max-width: 575px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    border: none;
    -ms-overflow-style: -ms-autohiding-scrollbar;
  }

  .table-responsive > table {
    margin-bottom: 0;
  }
  .table-responsive > table > thead > tr > th,
  .table-responsive > table > thead > tr > td,
  .table-responsive > table > tbody > tr > th,
  .table-responsive > table > tbody > tr > td,
  .table-responsive > table > tfoot > tr > th,
  .table-responsive > table > tfoot > tr > td {
    white-space: nowrap;
  }
}

.rte table.hover td,
.rte table.hover th,
.rte table.border td,
.rte table.border th,
.rte table.striped td,
.rte table.striped th,
.rte table.colored td,
.rte table.colored th {
  padding: 1rem !important;
}

table.striped tbody tr:nth-child(odd) {
  color: inherit;
}

.rte table.colored:not([class*="table"]) thead {
  border-bottom: none;
}

[dir="ltr"] .table--color-header thead th:first-child,
[dir="ltr"] table.colored thead th:first-child {
  border-top-left-radius: var(--border-radius-base-min);
}

[dir="rtl"] .table--color-header thead th:first-child,
[dir="rtl"] table.colored thead th:first-child {
  border-top-right-radius: var(--border-radius-base-min);
}

[dir="ltr"] .table--color-header thead th:last-child,
[dir="ltr"] table.colored thead th:last-child {
  border-top-right-radius: var(--border-radius-base-min);
}

[dir="rtl"] .table--color-header thead th:last-child,
[dir="rtl"] table.colored thead th:last-child {
  border-top-left-radius: var(--border-radius-base-min);
}

table.table--color-header th,
table.colored th {
  color: var(--color-brand-primary-inverse);
  background-color: var(--color-brand-primary);
}

table.border {
  border-collapse: separate;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-base-min);
}

table.border tbody tr:not(:last-child) td,
table.border th {
  border-bottom: 1px solid var(--color-border);
}

[dir="ltr"] table.border td:not(:first-child),
[dir="ltr"] table.border th:not(:first-child) {
  border-left: 1px solid var(--color-border);
}

[dir="rtl"] table.border td:not(:first-child),
[dir="rtl"] table.border th:not(:first-child) {
  border-right: 1px solid var(--color-border);
}

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: calc(var(--line-height-computed));
}

.table th,
.table td,
.rte .wysiwyg-table table th,
.rte .wysiwyg-table table td {
  padding: 12px;
  vertical-align: top;
}

.table td,
.rte .wysiwyg-table table td {
  border-top: 1px solid var(--color-border);
}

.table--color-header tbody tr:first-child td {
  border-top: none;
}

.table thead th,
.rte .wysiwyg-table table th {
  text-align: start !important;
  vertical-align: bottom;
}

.table tbody + tbody {
  border-top: 1px solid var(--color-border);
}

.table .table {
  background-color: var(--color-brand-primary-inverse);
}

.table--color-header th {
  color: var(--color-brand-primary-inverse);
  background-color: var(--color-brand-primary);
}

.table--striped th,
.table--striped td,
.table--striped thead th {
  border-color: var(--color-brand-primary-inverse);
}

.table--striped tbody tr:nth-child(odd) {
  color: inherit;
}

.table--hover tbody tr:hover {
  color: inherit;
}

.table--bordered {
  border-collapse: separate;
  border: 1px solid var(--color-border);
  border-radius: var(--border-radius-base-min);
}

[dir="ltr"] .table--bordered td:not(:first-child),
[dir="ltr"] .table--bordered th:not(:first-child) {
  border-left: 1px solid var(--color-border);
}

[dir="rtl"] .table--bordered td:not(:first-child),
[dir="rtl"] .table--bordered th:not(:first-child) {
  border-right: 1px solid var(--color-border);
}

.table--striped tbody tr:nth-child(odd),
table.striped tbody tr:nth-child(odd),
.table--hover tbody tr,
.rte table.hover tr {
  position: relative;
}

.table--striped tbody tr:nth-child(odd) td,
table.striped tbody tr:nth-child(odd) td,
.table--hover tbody tr td,
.rte table.hover tr td {
  position: relative;
  z-index: 1;
}

.table--striped th,
.table--striped td,
table.striped th,
.table.striped td {
  position: relative;
}

.table--striped tbody td:after,
table.striped tbody td:after,
.table--hover tbody td:after,
.rte table.hover tbody td:after {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  pointer-events: none;
  content: "";
  opacity: 0.3;
}

[dir="ltr"] .table--striped tbody td:after,
[dir="ltr"] table.striped tbody td:after,
[dir="ltr"] .table--hover tbody td:after,
[dir="ltr"] .rte table.hover tbody td:after {
  left: 0;
}

[dir="rtl"] .table--striped tbody td:after,
[dir="rtl"] table.striped tbody td:after,
[dir="rtl"] .table--hover tbody td:after,
[dir="rtl"] .rte table.hover tbody td:after {
  right: 0;
}

.table--hover tbody td:after,
.rte table.hover tbody td:after {
  background-color: rgba(0, 0, 0, 0);
}

.table--striped tbody td:after,
table.striped tbody td:after {
  background-color: var(--color-table-bg-hover);
}

.table--striped tbody tr:nth-child(even) td:after,
table.striped tbody tr:nth-child(even) td:after {
  background-color: rgba(0, 0, 0, 0);
}

.table--hover tbody tr:hover td:after,
.rte table.hover tbody tr:hover td:after {
  background-color: var(--color-table-bg-hover);
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

@media (min-width: 576px) {
  .tabs {
    flex-direction: row;
  }
}

.tab {
  flex-basis: 100%;
  padding: 1rem;
  border: var(--border-width) solid var(--color-border);
  border-bottom-right-radius: var(--border-radius-base);
  border-bottom-left-radius: var(--border-radius-base);
}

.tab > *:last-child {
  margin-bottom: 0;
}

.tabs-link {
  position: relative;
  z-index: 1;
  display: block;
  padding: 0.5rem 1rem;
  margin: 0;
  font-weight: var(--font-weight-bold);
  color: var(--tabs-color, var(--color-text-primary));
  cursor: pointer;
  border-color: var(--color-border);
  border-style: solid;
  border-width: var(--border-width) var(--border-width) 0 var(--border-width);
}

@media (min-width: 576px) {
  .tabs-link {
    margin-bottom: calc(-1 * var(--border-width));
  }

  .tabs-link:not([aria-selected="true"]) {
    border-color: transparent;
  }
}

.tabs-link:first-child {
  border-top-left-radius: var(--border-radius-base);
  border-top-right-radius: var(--border-radius-base);
}

@media (min-width: 576px) {
  .tabs-link {
    border-top-left-radius: var(--border-radius-base);
    border-top-right-radius: var(--border-radius-base);
  }
}

.tabs-link[aria-selected="true"] {
  color: var(--color-text-primary);
  cursor: pointer;
  background-color: var(--tabs-bg, var(--color-bg));
  border-color: var(--color-border);
}

.underline .tabs-link[aria-selected="true"] {
  border-color: var(--color-brand-primary);
  border-width: 0 0 var(--border-width) 0;
}

.background .tabs-link[aria-selected="true"],
.background .tab {
  position: relative;
  overflow: hidden;
  color: var(--color-text-primary);
  border-width: 0 0 0 0;
}

.background .tab:after,
.background .tabs-link[aria-selected="true"]:after {
  position: absolute;
  top: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-brand-primary);
  opacity: 0.15;
}

[dir="ltr"] .background .tab:after,
[dir="ltr"] .background .tabs-link[aria-selected="true"]:after {
  left: 0;
}

[dir="rtl"] .background .tab:after,
[dir="rtl"] .background .tabs-link[aria-selected="true"]:after {
  right: 0;
}

slider-component {
  position: relative;
  display: block;
}

.slider-grid {
  display: flex;
  padding: 0;
  margin-bottom: 2rem;
  list-style: none;
  flex-wrap: wrap;
}

.slider-grid:last-child {
  margin-bottom: 0;
}

.slider {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.slider::-webkit-scrollbar {
  display: none;
  width: 0.4rem;
  height: 0.4rem;
}

.slider::-webkit-scrollbar-thumb {
  border: 0;
  border-radius: 0.4rem;
}

.slider::-webkit-scrollbar-track {
  border-radius: 0.4rem;
}

.slider__slide {
  scroll-snap-align: start;
  flex-shrink: 0;
  padding-bottom: 0;
}

.slider.slider--tablet {
  position: relative;
  margin-bottom: 1rem;
  overflow-x: auto;
  flex-wrap: inherit;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}

[dir="ltr"] .slider.slider--tablet {
  scroll-padding-left: 1.5rem;
}

[dir="rtl"] .slider.slider--tablet {
  scroll-padding-right: 1.5rem;
}

.slider--tablet.smooth {
  scroll-behavior: smooth;
}

.slider--tablet:after {
  width: 0;
  content: "";
}

[dir="ltr"] .slider--tablet:after {
  padding-left: 1.5rem;
}

[dir="rtl"] .slider--tablet:after {
  padding-right: 1.5rem;
}

.slider.slider--tablet .slider__slide {
  margin-bottom: 0;
}

.slider-grid__item {
  flex-grow: 1;
  flex-shrink: 0;
}

.slider-grid__item.slider__slide--full-width {
  width: 100%;
  max-width: none;
}

.slider-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
}

.lt-btn.slider-button {
  display: flex;
  width: 44px;
  height: 44px;
  cursor: pointer;
  border: none;
  align-items: center;
  justify-content: center;
}

.slider-button .icon {
  height: 0.6rem;
}

[dir="ltr"] .slider-button--next .icon {
  transform: rotate(-90deg);
}

[dir="rtl"] .slider-button--next .icon {
  transform: rotate(90deg);
}

[dir="ltr"] .slider-button--prev .icon {
  transform: rotate(90deg);
}

[dir="rtl"] .slider-button--prev .icon {
  transform: rotate(-90deg);
}

.slider-button[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}

.slider-button[disabled] .icon {
  cursor: not-allowed;
}

[dir="ltr"] .slider-button--next:not([disabled]):hover .icon {
  transform: rotate(-90deg) scale(1.1);
}

[dir="rtl"] .slider-button--next:not([disabled]):hover .icon {
  transform: rotate(90deg) scale(1.1);
}

[dir="ltr"] .slider-button--prev:not([disabled]):hover .icon {
  transform: rotate(90deg) scale(1.1);
}

[dir="rtl"] .slider-button--prev:not([disabled]):hover .icon {
  transform: rotate(-90deg) scale(1.1);
}

.slider-counter {
  display: flex;
  justify-content: center;
  min-width: 4.4rem;
}
/* Components */
.lt-dropdown {
  position: relative;
  display: inline-block;
}

.lt-dropdown-toggle {
  display: inline-block;
  padding: 0;
  font-weight: var(--button-font-weight, 600);
  color: inherit;
  cursor: pointer;
  background: none;
  border: 0;
}

.lt-dropdown-toggle:hover {
  text-decoration: none;
  opacity: 0.6;
}

.lt-dropdown-toggle > * {
  display: inline-block;
}

.lt-dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 200px;
  padding: 0.75rem;
  margin-top: 1px;
  font-size: var(--text-sm);
  font-style: normal;
  font-weight: normal;
  background: var(--color-bg);
  border: var(--border-width) solid var(--color-bg-tertiary);
  border-radius: min(var(--border-radius-base), var(--border-radius-menu-max));
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.08);
}

[dir="ltr"] .lt-dropdown-menu {
  text-align: left;
  left: 0;
  right: auto;
}

[dir="rtl"] .lt-dropdown-menu {
  text-align: right;
  right: 0;
  left: auto;
}

.lt-dropdown-menu[aria-expanded="true"] {
  display: block;
}

.lt-dropdown-menu [role="separator"] {
  display: block;
  margin: 0.5rem 0.75rem;
  font-weight: normal;
  color: var(--color-bg-tertiary);
  border-bottom: 1px solid var(--color-bg-tertiary);
}

.lt-dropdown-menu [role="menuitem"] {
  display: block;
  width: auto;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-inline-start: 0.75rem;
  padding-inline-end: 2rem;
  line-height: inherit;
  color: var(--color-text-primary);
  text-align: start;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
}

.lt-dropdown-menu [role="menuitem"]:hover,
.lt-dropdown-menu [role="menuitem"]:focus {
  color: var(--color-text-primary);
  text-decoration: none;
  background: var(--color-bg-secondary);
  border-radius: min(
    var(--border-radius-base),
    var(--border-radius-menu-item-max)
  );
}

.lt-dropdown-menu [role="menuitem"][aria-selected="true"] {
  cursor: default;
}

.lt-dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin-top: 0.15rem;

  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4.5 12.75l6 6 9-13.5' /%3E%3C/svg%3E%0A");
}

[dir="ltr"] .lt-dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  margin-left: 0.5rem;
}

[dir="rtl"] .lt-dropdown-menu [role="menuitem"][aria-selected="true"]:after {
  margin-right: 0.5rem;
}

.lt-dropdown-menu [role="menuitem"][hidden],
.lt-dropdown-menu [role="menuitem"][aria-hidden="true"] {
  display: none !important;
}

[dir="ltr"] .lt-dropdown-menu-end {
  right: 0;
  left: auto;
}

.lt-dropdown-menu-top {
  bottom: 100%;
  margin-bottom: 1px;
}

[dir="rtl"] .lt-dropdown-menu-end {
  right: auto;
  left: 0;
}

.lt-dropdown-toggle--user {
  padding: 0;
  font-weight: var(--font-weight-bold);
  color: inherit;
  border: 0;
}

@media (max-width: 991px) {
  .lt-dropdown--topbar {
    width: 100%;
  }

  .lt-dropdown-menu--topbar {
    position: static;
    width: 100%;
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .lt-dropdown-menu--topbar .lt-dropdown-toggle {
    width: 100%;
  }

  .lt-dropdown-menu--topbar [role="menuitem"] {
    padding-right: 0;
    padding-left: 0;
  }
}
/* ==========================================================================
  Buttons
  ========================================================================== */
.lt-btn,
input[type="submit"],
.lt-section-subscribe button,
.lt-article-subscribe button,
.lt-follow button,
.lt-profile__buttons button,
.lt-profile__buttons a,
.lt-vote button,
.lt-request-table-filters button,
.pagination-next-link,
.pagination-prev-link,
.pagination-first-link,
.pagination-last-link,
#new-request-form button[type="submit"] {
  display: inline-block;
  padding: var(--button-padding-vertical, 0.75rem)
    var(--button-padding-horizontal, 1rem);
  margin-bottom: 0;
  font-size: var(--button-font-size, var(--text-sm));
  font-weight: var(--button-font-weight, 600);
  color: var(--color-button-text);
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: var(--color-button);
  background-image: none;
  border: var(--button-border-width, var(--border-width)) solid transparent;
  border-radius: var(--button-border-radius, var(--border-radius-base));
  transition: all 0.3s ease;
  touch-action: manipulation;
}
.lt-btn:hover,
.lt-btn:focus,
input[type="submit"]:hover,
input[type="submit"]:focus,
.lt-section-subscribe button:hover,
.lt-section-subscribe button:focus,
.lt-article-subscribe button:hover,
.lt-article-subscribe button:focus,
.lt-follow button:hover,
.lt-follow button:focus,
.lt-profile__buttons button:hover,
.lt-profile__buttons button:focus,
.lt-profile__buttons a:hover,
.lt-profile__buttons a:focus,
.lt-vote button:hover,
.lt-vote button:focus,
.lt-request-table-filters button:hover,
.lt-request-table-filters button:focus,
.pagination-next-link:hover,
.pagination-next-link:focus,
.pagination-prev-link:hover,
.pagination-prev-link:focus,
.pagination-first-link:hover,
.pagination-first-link:focus,
.pagination-last-link:hover,
.pagination-last-link:focus,
#new-request-form button[type="submit"]:hover,
#new-request-form button[type="submit"]:focus {
  color: var(--color-button-text);
  text-decoration: none;
  background-color: var(--color-button);
}
.lt-btn:active,
input[type="submit"]:active,
.lt-section-subscribe button:active,
.lt-article-subscribe button:active,
.lt-follow button:active,
.lt-profile__buttons button:active,
.lt-profile__buttons a:active,
.lt-vote button:active,
.lt-request-table-filters button:active,
.pagination-next-link:active,
.pagination-prev-link:active,
.pagination-first-link:active,
.pagination-last-link:active,
#new-request-form button[type="submit"]:active {
  color: var(--color-button-text);
  background-color: var(--color-button);
  background-image: none;
  box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}

#new-request-form button[type="submit"] {
  height: auto;
  line-height: inherit;
}

input[type="submit"],
.lt-btn--primary,
#new-request-form button[type="submit"] {
  --color-button-text: var(--button-color-primary-text);
  --color-button: var(--button-color-primary);
}

input[type="submit"]:hover,
input[type="submit"]:focus,
.lt-btn--primary:hover,
.lt-btn--primary:focus,
#new-request-form button[type="submit"]:hover,
#new-request-form button[type="submit"]:focus {
  --color-button-text: var(--color-brand-primary-inverse);
  --color-button: var(--color-brand-primary-hover);
}

input[type="submit"]:active,
.lt-btn--primary:active,
#new-request-form button[type="submit"]:active {
  --color-button-text: var(--color-brand-primary-inverse);
  --color-button: var(--color-brand-primary-pressed);
}

/* Secondary buttons (excluding pagination) */
.lt-btn--secondary,
.lt-section-subscribe button,
.lt-article-subscribe button,
.lt-follow button,
.lt-profile__buttons button,
.lt-profile__buttons a {
  color: var(--button-color-secondary);
  background-color: transparent;
  border-color: var(--button-color-secondary);
}

.lt-btn--secondary:hover,
.lt-btn--secondary:focus,
.lt-section-subscribe button:hover,
.lt-section-subscribe button:focus,
.lt-article-subscribe button:hover,
.lt-article-subscribe button:focus,
.lt-follow button:hover,
.lt-follow button:focus,
.lt-profile__buttons button:hover,
.lt-profile__buttons button:focus,
.lt-profile__buttons a:hover,
.lt-profile__buttons a:focus {
  color: var(--color-brand-primary);
  border-color: var(--color-brand-primary);
}

.lt-btn--secondary:active,
.lt-section-subscribe button:active,
.lt-article-subscribe button:active,
.lt-follow button:active,
.lt-profile__buttons button:active,
.lt-profile__buttons a:active {
  color: var(--color-bg);
  background-color: var(--button-color-secondary);
  border-color: var(--button-color-secondary);
}

/* Pagination buttons */
.pagination-next-link,
.pagination-prev-link,
.pagination-first-link,
.pagination-last-link {
  position: relative;
  color: #191A1F !important;
  background-color: transparent !important;
  border-color: #191A1F !important;
  border-width: 1.5px !important;
  border-radius: 40px !important;
  font-family: 'Miriam Libre', sans-serif !important;
  font-size: 0.95rem !important;
  font-weight: 500 !important;
  letter-spacing: 0.03em !important;
  padding: 0.6rem 1.25rem !important;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease !important;
  overflow: hidden;
}

.pagination-next-link:hover,
.pagination-next-link:focus,
.pagination-prev-link:hover,
.pagination-prev-link:focus,
.pagination-first-link:hover,
.pagination-first-link:focus,
.pagination-last-link:hover,
.pagination-last-link:focus {
  color: #ffffff !important;
  background-color: #2B61FF !important;
  border-color: #2B61FF !important;
}

.pagination-next-link:active,
.pagination-prev-link:active,
.pagination-first-link:active,
.pagination-last-link:active {
  color: #ffffff !important;
  background-color: #1a4fd6 !important;
  border-color: #1a4fd6 !important;
  box-shadow: none !important;
}

/* Pagination button icons */
.pagination-next-link svg,
.pagination-prev-link svg,
.pagination-first-link svg,
.pagination-last-link svg {
  stroke: #191A1F;
  width: 1.1rem;
  height: 1.1rem;
  transition: transform 0.25s ease, stroke 0.2s ease;
}

.lt-search-results-page .pagination {
  margin-top: 3rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.pagination-next-link:hover svg,
.pagination-next-link:focus svg,
.pagination-first-link:hover svg,
.pagination-first-link:focus svg {
  stroke: #ffffff;
  transform: translateX(4px);
}

.pagination-prev-link:hover svg,
.pagination-prev-link:focus svg,
.pagination-last-link:hover svg,
.pagination-last-link:focus svg {
  stroke: #ffffff;
  transform: translateX(-4px);
}

.pagination-next-link:hover svg,
.pagination-next-link:focus svg,
.pagination-first-link:hover svg,
.pagination-first-link:focus svg {
  stroke: #ffffff;
  transform: translateX(4px);
}

.pagination-prev-link:hover svg,
.pagination-prev-link:focus svg,
.pagination-last-link:hover svg,
.pagination-last-link:focus svg {
  stroke: #ffffff;
  transform: translateX(-4px);
}

.lt-btn--tertiary,
.lt-subscriptions-subscribe button,
.lt-request-table-filters button,
.lt-underlined-link,
.recent-activity-controls a {
  padding: 0;
  font-weight: var(--button-font-weight, 400);
  color: var(--button-color-tertiary);
  text-decoration: underline;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

/* Prev/Next article navigation buttons - blue hover */
.prevnext__btn {
  color: #191A1F;
  text-decoration: none;
}

.prevnext__btn:hover,
.prevnext__btn:focus {
  text-decoration: none;
}

/* Only change Previous/Next text and icon on hover, not article title */
.prevnext__btn:hover .prevnext__name,
.prevnext__btn:focus .prevnext__name {
  color: var(--color-brand-primary) !important;
}

/* Target the SVG arrows */
.prevnext__btn:hover svg,
.prevnext__btn:focus svg {
  stroke: var(--color-brand-primary);
}

.lt-btn--tertiary:hover,
.lt-btn--tertiary:focus,
.lt-btn--tertiary:active,
.lt-subscriptions-subscribe button:hover,
.lt-subscriptions-subscribe button:focus,
.lt-subscriptions-subscribe button:active,
.lt-request-table-filters button:hover,
.lt-request-table-filters button:focus,
.lt-request-table-filters button:active,
.lt-underlined-link:hover,
.lt-underlined-link:focus,
.lt-underlined-link:active,
.recent-activity-controls a:hover,
.recent-activity-controls a:focus,
.recent-activity-controls a:active {
  color: var(--button-color-tertiary);
  -webkit-text-decoration: var(--link-decoration-hover);
  text-decoration: var(--link-decoration-hover);
  background-color: transparent;
  opacity: 0.6;
  text-underline-offset: 4px;
  text-decoration-thickness: 2px;
}

.lt-btn--icon,
.lt-vote button {
  display: flex;
  padding: 0 !important;
  color: var(--color-text-primary) !important;
  background-color: transparent;
  border: 0 !important;
  justify-content: center;
  align-items: center;
}

.lt-btn--icon:hover,
.lt-btn--icon:focus,
.lt-btn--icon:active,
.lt-vote button:hover,
.lt-vote button:focus,
.lt-vote button:active {
  color: var(--color-brand-primary);
  background-color: transparent;
  border-color: var(--color-brand-primary);
}

.lt-btn--icon[aria-pressed="true"] svg {
  fill: var(--color-text-primary);
}

.lt-btn--topbar {
  color: var(--topbar-color-text);
  background-color: transparent;
  border-color: var(--topbar-color-text);
}

.lt-btn--topbar:hover,
.lt-btn--topbar:focus,
.lt-btn--topbar:active {
  color: var(--color-brand-primary);
  background-color: transparent;
  border-color: var(--color-brand-primary);
}

/* Header CTA Button */
.lt-btn--cta-primary {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 8px 24px;
  font-size: 1rem;
  font-weight: 500;
  border-radius: 40px;
  color: var(--topbar-color-text);
  background-color: transparent;
  border: 1px solid var(--topbar-color-text);
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
  font-family: 'Miriam Libre', sans-serif;
}

.lt-btn--cta-primary:hover,
.lt-btn--cta-primary:focus {
  color: #ffffff;
  background-color: var(--color-brand-primary);
  border-color: var(--color-brand-primary);
  text-decoration: none;
}

/* Mobile CTA button - slightly smaller */
.lt-btn--cta-mobile {
  font-size: 1rem;
  padding: 0.5rem 1.2rem 0.4rem;
}

/* Login CTA dropdown button */
.lt-btn--cta-login {
  font-size: clamp(1rem, 1.05vw, 1.1rem);
  font-family: 'Miriam Libre', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  cursor: pointer;
  gap: 0.4rem;
}

.lt-btn--cta-login__arrow {
  display: inline-block;
  transition: transform 0.25s ease;
}

.lt-dropdown--login:has(.lt-dropdown-menu[aria-expanded="true"]) .lt-btn--cta-primary,
.lt-btn--cta-login:hover,
.lt-btn--cta-login:focus {
  color: #ffffff;
  background-color: var(--color-brand-primary);
  border-color: var(--color-brand-primary);
}

.lt-dropdown--login:has(.lt-dropdown-menu[aria-expanded="true"]) .lt-btn--cta-login__arrow,
.lt-btn--cta-login:hover .lt-btn--cta-login__arrow,
.lt-btn--cta-login:focus .lt-btn--cta-login__arrow {
  transform: translateY(3px);
}

/* Login dropdown menu */
.lt-dropdown-menu--login {
  right: 0;
  left: auto;
  min-width: 160px;
  font-family: 'Miriam Libre', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lt-dropdown-menu--login [role="menuitem"] {
  font-size: clamp(1rem, 1.05vw, 1.1rem);
  font-family: 'Miriam Libre', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.04em;
  color: #ffffff;
  position: relative;
  text-decoration: none;
}

/* Animated underline from left */
.lt-dropdown-menu--login [role="menuitem"]::after {
  content: '';
  position: absolute;
  bottom: 4px;
  left: 16px;
  width: 0;
  height: 1px;
  background-color: #ffffff;
  transition: width 0.25s ease;
}

.lt-dropdown-menu--login [role="menuitem"]:hover::after,
.lt-dropdown-menu--login [role="menuitem"]:focus::after {
  width: calc(100% - 32px);
}

.lt-dropdown-menu--login [role="menuitem"]:hover,
.lt-dropdown-menu--login [role="menuitem"]:focus {
  background-color: #191A1F;
  color: #ffffff;
  font-weight: 700;
  text-decoration: none;
}

/* Resources nav item - hidden but kept for future use */
.lt-dropdown--resources {
  display: none !important;
}

@media (max-width: 991px) {
  .lt-btn--topbar {
    padding: 0.5rem;
  }
}

.lt-pill {
  z-index: 1;
  display: inline-flex;
  background-color: var(--color-bg-secondary);
}

.lt-pill,
.recent-activity-item-parent {
  position: relative;
  padding: 0.5rem 1rem;
  font-size: var(--text-sm);
  font-weight: var(--font-weight-bold);
  color: var(--color-text-primary);
  letter-spacing: 0;
  border-radius: calc(var(--border-radius-base) * 5);
}

.recent-activity-item-parent:after {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-info);
  border-radius: calc(var(--border-radius-base) * 5);
  opacity: 0.15;
}

[dir="ltr"] .recent-activity-item-parent:after {
  left: 0;
}

[dir="rtl"] .recent-activity-item-parent:after {
  right: 0;
}

.lt-pill--sm {
  padding: 0.25rem 0.75rem;
}

.lt-pill--info,
.lt-pill--success,
.lt-pill--danger,
.lt-pill--warning,
.lt-pill--open,
.lt-pill--answered,
.lt-pill--solved,
.lt-pill--closed {
  background-color: transparent;
}

.lt-pill--info:after,
.lt-pill--success:after,
.lt-pill--danger:after,
.lt-pill--warning:after,
.lt-pill--open:after,
.lt-pill--solved:after,
.lt-pill--closed:after,
.lt-pill--answered:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  border-radius: calc(var(--border-radius-base) * 5);
  opacity: 0.5;
}

.lt-pill--info:after {
  background-color: var(--color-info);
  opacity: 0.5;
}

.lt-pill--success:after,
.lt-pill--solved:after,
.lt-pill--closed:after {
  background-color: var(--color-success);
  opacity: 0.5;
}

.lt-pill--danger:after,
.lt-pill--open:after {
  background-color: var(--color-danger);
  opacity: 0.5;
}

.lt-pill--warning:after,
.lt-pill--answered:after {
  background-color: var(--color-warning);
  opacity: 0.5;
}

a.lt-pill:hover,
a.lt-pill:active,
a.lt-pill:focus,
.recent-activity-item-parent:hover,
.recent-activity-item-parent:active,
.recent-activity-item-parent:focus {
  color: #fff;
  text-decoration: none;
  background-color: var(--color-brand-primary-hover);
}

a.lt-pill:hover:after,
a.lt-pill:active:after,
a.lt-pill:focus:after {
  background-color: var(--color-brand-primary-hover);
}

.lt-avatar {
  position: relative;
  display: inline-block;
  border-radius: 100%;
}

.lt-avatar svg {
  position: absolute;
  bottom: -0.25rem;
  z-index: 2;
  display: flex;
  width: 1.125rem;
  height: 1.125rem;
  fill: var(--color-brand-primary);
  background-color: var(--avatar-icon-bg, var(--color-bg));
  border-radius: 100%;
}

[dir="ltr"] .lt-avatar svg {
  right: -0.25rem;
}

[dir="rtl"] .lt-avatar svg {
  left: -0.25rem;
}

.lt-avatar:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  border-radius: 100%;
  box-shadow: 0px 0px 0px 2px rgba(0, 0, 0, 0.15) inset;
}

.lt-avatar__badge {
  position: absolute;
  top: -0.5rem;
  display: inline-flex;
  min-width: 20px;
  height: 20px;
  padding: 4px;
  font-size: var(--text-xxs);
  color: #fff;
  background: #cc0000;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
}

[dir="ltr"] .lt-avatar__badge {
  right: -0.5rem;
}

[dir="rtl"] .lt-avatar__badge {
  left: -0.5rem;
}

.lt-avatar__badge:not(.is-active) {
  display: none;
}

.lt-user-avatar {
  position: relative;
  border-radius: 100%;
}

.lt-user-avatar--default {
  width: 3rem;
  height: 3rem;
}

.lt-user-avatar--topbar {
  width: 2rem;
  height: 2rem;
}

.lt-user-avatar--profile {
  width: 3rem;
  height: 3rem;
}

.lt-meta {
  font-size: 14px;
  color: var(--color-text-primary);
}

.lt-meta__item {
  display: inline-block;
}

[dir="ltr"] .lt-meta__item {
  margin-right: 0.25rem;
}

[dir="rtl"] .lt-meta__item {
  margin-left: 0.25rem;
}

.lt-meta__item + .lt-meta__item:before {
  font-size: 0.75rem;
  content: "\2022";
}

[dir="ltr"] .lt-meta__item + .lt-meta__item:before {
  margin-right: 0.25rem;
}

[dir="rtl"] .lt-meta__item + .lt-meta__item:before {
  margin-left: 0.25rem;
}

.lt-meta__link {
  color: inherit;
}

.lt-meta--profile {
  margin-bottom: 0;
}

.lt-meta--search {
  font-size: var(--text-base);
}

[dir="ltr"] .lt-meta--search .lt-meta__item {
  margin-right: 1.5rem;
}

[dir="rtl"] .lt-meta--search .lt-meta__item {
  margin-left: 1.5rem;
}

.lt-meta--search .lt-meta__item:before {
  display: none;
}

.breadcrumbs,
.react-breadcrumbs ol {
  --breadcrumbs-color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
  background-color: transparent;
  border-radius: var(--border-radius-base);
  font-weight: 400;
}

[dir="ltr"] .breadcrumbs,
[dir="ltr"] .react-breadcrumbs ol {
  padding-left: 0;
}

[dir="rtl"] .breadcrumbs,
[dir="rtl"] .react-breadcrumbs ol {
  padding-right: 0;
}

.breadcrumbs > li,
.react-breadcrumbs ol > li {
  display: inline-block;
}

.breadcrumbs > li + li:before,
.react-breadcrumbs ol > li + li:before {
  padding: 0 4px;
  color: var(--breadcrumbs-color, var(--color-text-secondary));
  content: url("data:image/svg+xml,%3Csvg width='8' height='15' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.209209 0.209209C0.488155 -0.0697365 0.940416 -0.0697365 1.21936 0.209209L7.64793 6.63778C7.92688 6.91673 7.92688 7.36899 7.64793 7.64793L1.21936 14.0765C0.940416 14.3555 0.488155 14.3555 0.209209 14.0765C-0.0697365 13.7976 -0.0697365 13.3453 0.209209 13.0664L6.13271 7.14286L0.209209 1.21936C-0.0697365 0.940416 -0.0697365 0.488155 0.209209 0.209209Z' fill='white'/%3E%3C/svg%3E%0A");
  vertical-align: middle;
}

.breadcrumbs > li a,
.react-breadcrumbs ol > li a {
  color: var(--breadcrumbs-color, var(--color-text-secondary));
}

.breadcrumbs > li:last-child a,
.react-breadcrumbs ol > li:last-child a {
  color: var(--color-text-primary);
  font-weight: 500;
}

body:not(.homepage) .breadcrumbs,
body:not(.homepage) .react-breadcrumbs ol {
  color: #F7F8FC;
  font-size: 0.875rem;
  letter-spacing: 0.02em;
  font-weight: 300;
}

body:not(.homepage) .breadcrumbs > li a,
body:not(.homepage) .react-breadcrumbs ol > li a {
  color: #F7F8FC;
}

/* Hide the chevron in the breadcrumbs rendered by React */
.react-breadcrumbs li[aria-hidden="true"] {
  display: none;
}

.lt-breadcrumbs--search-results {
  padding: 0;
}

.lt-menu-toggle {
  position: relative;
  display: block;
  height: auto;
  padding: 1rem 0.5rem;
  cursor: pointer;
  background-color: transparent;
  border: none;
  box-shadow: none;
  -webkit-appearance: none;
  order: 1;
}

[dir="ltr"] .lt-menu-toggle {
  margin-right: -0.5rem;
}

[dir="rtl"] .lt-menu-toggle {
  margin-left: -0.5rem;
}

@media (min-width: 992px) {
  .lt-menu-toggle {
    display: none;
  }
}

.lt-menu-toggle span {
  position: relative;
  display: block;
  pointer-events: none;
}

.lt-menu-toggle span,
.lt-menu-toggle span:after,
.lt-menu-toggle span:before {
  width: 26px;
  height: 2px;
  background-color: var(--topbar-color-text);
  transition: background-color 0.15s, transform 0.15s;
}

.lt-menu-toggle span:after,
.lt-menu-toggle span:before {
  position: absolute;
  content: "";
}

[dir="ltr"] .lt-menu-toggle span:after,
[dir="ltr"] .lt-menu-toggle span:before {
  left: 0;
}

[dir="rtl"] .lt-menu-toggle span:after,
[dir="rtl"] .lt-menu-toggle span:before {
  right: 0;
}

.lt-menu-toggle span:before {
  top: -7px;
}

.lt-menu-toggle span:after {
  top: 7px;
}

.lt-entry-info {
  display: flex;
  font-size: 14px;
}

.lt-entry-info__avatar {
  flex-shrink: 0;
}

[dir="ltr"] .lt-entry-info__avatar {
  padding-right: 1rem;
}

[dir="rtl"] .lt-entry-info__avatar {
  padding-left: 1rem;
}

.lt-entry-info .author a {
  color: var(--color-text-primary);
}

.lt-hero-unit {
  position: relative;
  display: flex;

  color: var(--hero-color-text);
  background-color: var(--hero-bg);
  align-items: center;
}

.lt-hero-unit input[type="search"] {
  font-size: var(--text-xl);
}

.lt-hero-unit__content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  transition: top 0.3s ease;
}

.lt-hero-unit--large {
  padding-top: calc(8% + var(--header-height));
  padding-bottom: 4%;
  overflow: hidden;
  transform: translate3d(0, 0, 0);
  z-index: 2;
  width: 100%;
  transition: top 0.3s ease;
}

.lt-hero-unit > * {
  width: 100%;
}

.lt-hero-unit--center,
.lt-hero-unit--center .lt-popular-searches {
  justify-content: center;
  text-align: center;
}

.lt-hero-unit--center .lt-popular-searches,
.lt-hero-unit--center .lt-popular-searches > div {
  justify-content: center;
  align-items: center;
  width: 100%;
}

.lt-hero-unit--center .lt-hero-unit__content,
.lt-hero-unit--text-start .lt-hero-unit__content {
  margin-inline-start: auto;
  margin-inline-end: auto;
}

/* Hero video background - match image background styling */
.lt-hero-unit__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
  opacity: 0.7; /* Match the mask opacity if needed */
}

.lt-hero-unit__bg-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

.lt-hero-unit--text-start {
  justify-content: center;
  text-align: start;
}

.lt-hero-unit--text-start .lt-popular-searches {
  justify-content: center;
  width: 100%;
}

.lt-hero-unit--text-start .lt-popular-searches > div {
  justify-content: center !important;
}

.lt-hero-unit--start,
.lt-hero-unit--start .lt-popular-searches {
  justify-content: flex-start;
}

.lt-hero-unit--with-image:after {
  position: absolute;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, var(--hero-bg-mask), transparent);
}

[dir="ltr"] .lt-hero-unit--with-image:after {
  left: 0;
}

[dir="rtl"] .lt-hero-unit--with-image:after {
  right: 0;
}

.lt-hero-unit__bg {
  position: absolute;
  top: -10%;
  z-index: 1;
  width: 100%;
  height: 150%;
  background: var(--hero-image-url) 50% 50% no-repeat;
  background-size: cover;
}

[dir="ltr"] .lt-hero-unit__bg {
  left: 0;
}

[dir="rtl"] .lt-hero-unit__bg {
  right: 0;
}

.lt-search-wrap--hero input[type="search"] {
  height: clamp(48px, 3vw + 36px, 56px);
  border-radius: 40px !important;
  background-color: #252830 !important;
  border: 2px solid transparent !important;
  font-size: 1.1rem;
  color: #ffffff;
  padding-inline-start: 56px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

/* NEW */
.lt-search-wrap--hero input[type="search"]:focus {
  border: 1.5px solid rgba(43, 97, 255, 0.7) !important;
  box-shadow:
    0 0 8px 2px rgba(43, 97, 255, 0.08),
    0 0 18px 4px rgba(43, 97, 255, 0.14) !important;
}

.lt-hero-unit--large input[type="submit"] {
  padding-right: 2.5rem;
  padding-left: 2.5rem;
  flex-shrink: 0;
}

@media (max-width: 767px) {
  .lt-hero-unit--large input[type="submit"] {
    display: none;
  }
}

@media only screen and (min-width: 576px) {
  .lt-hero-unit--large {
    min-height: 26rem;
  }
}

@media (max-width: 767px) {
  .lt-hero-unit--large {
    padding-top: calc(10% + var(--header-height));
  }
}

.lt-hero-unit__title {
  font-size: clamp(2.25rem, 1.78125rem + 1.5625vw, 3.5rem);
  font-weight: 400;
  letter-spacing: -0.015em;
  text-align: center;
  font-family: 'Miriam Libre', sans-serif;
}

.lt-hero-unit__subtitle {
  font-size: clamp(1.125rem, 0.9375rem + 0.625vw, 1.5rem);
  font-weight: 300;
  margin-top: 0.5rem !important;
}

/* NEW */
/* Space above hero search bar */
.lt-search-wrap--hero {
  margin-top: 2rem !important;
}

@media (max-width: 767px) {
  .lt-search-wrap--hero {
    margin-top: 1.5rem !important;
  }
}

/* Pull search results container up to eliminate dark gap, add padding to compensate */
.lt-container.lt-search-results-page {
  margin-top: -3.5rem;
  padding-top: 3.5rem;
  background-color: #f7f8fc;
}

.lt-card {
  --flow-space: 1rem;
  position: relative;
  display: flex;
  width: 100%;
  word-break: break-word;
  flex-direction: column;
}

.lt-card__link {
  display: block;
  color: currentColor;
}

.lt-card__link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.lt-card__heading,
.lt-card__text {
  margin-bottom: 8px;
}

.lt-card--center {
  align-items: center;
  text-align: center;
}

/* Left align cards on mobile */
@media (max-width: 767px) {
  .lt-card--center {
    align-items: flex-start;
    text-align: left;
  }
}

/* Hide arrows on mobile */
@media (max-width: 767px) {
  .lt-card__arrow-icon {
    display: none;
  }
}

.lt-card--start {
  align-items: flex-start;
  text-align: start;
}

.lt-card-wrapper {
  position: relative;
  display: flex;
}

.lt-card--shadow {
  padding: 2rem;
}

.lt-card--shadow .lt-card__link:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background-color: var(--block-bg);

  border-radius: var(--border-radius-base);
  transition: background-color 0.3s ease;

  border: 1px solid #353434;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 0 rgba(0, 0, 0, 0.04);
}

.lt-card--shadow .lt-card__link:hover,
.lt-card--shadow .lt-card__link:focus {
  color: inherit;
  text-decoration: none;
}

.lt-card--shadow .lt-card__link:hover:before,
.lt-card--shadow .lt-card__link:focus:before {
  background-color: #2d2e34;
}

.lt-card--shadow.lt-card--section {
  height: 100%;
  background-color: var(--block-bg);
  border-radius: var(--border-radius-base);
  border: 1px solid #353434;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 0 rgba(0, 0, 0, 0.04);
}

@media (min-width: 768px) {
  .lt-custom-blocks--center .lt-card {
    align-items: center;
    text-align: center;
  }

  .lt-custom-blocks--start .lt-card {
    align-items: flex-start;
    text-align: start;
  }
}

/* Horizontal layout for custom blocks - icon, content, arrow */
.lt-custom-blocks__items .lt-card {
  display: grid;
  grid-template-columns: auto 1fr auto;
  grid-template-rows: auto;
  gap: 1.6rem;
  align-items: start;
  text-align: left !important;
}

.lt-custom-blocks__items .lt-card__image {
  grid-column: 1;
  grid-row: 1;
  align-self: start;
  margin: 0;
}

.lt-custom-blocks__items .lt-card__content {
  grid-column: 2;
  grid-row: 1;
  display: flex;
  flex-direction: column;
  gap: 0.2rem;
  margin: 0;
  align-self: start;
}

.lt-custom-blocks__items .lt-card__heading {
  margin: 0;
  text-align: left !important;
}

.lt-custom-blocks__items .lt-card__text {
  margin: 0;
  text-align: left !important;
}

.lt-custom-blocks__items .lt-card__arrow-icon {
  grid-column: 3;
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  align-self: center;
}

.lt-custom-block__icon {
  width: var(--custom-block-icon-size);
  height: var(--custom-block-icon-size);
  background: #2B61FF;
  padding: 1rem;
  border-radius: 8px;
}

.lt-custom-block__icon path,
.lt-custom-block__icon circle {
  fill: var(--custom-block-icon-color);
  transition: all 0.3s ease;
}

/* Custom block title sizing to match contact boxes */
.lt-custom-blocks__items .lt-card__heading {
  font-size: 1.6rem;
  font-weight: 400;
}

/* Remove blue hover on recent articles titles */
.lt-recent-articles .lt-card__link:hover,
.lt-recent-articles .lt-card__link:focus {
  color: inherit !important;
}


/* Adjust custom block icons on mobile to match category cards visually */
@media (max-width: 767px) {
  .lt-custom-block__icon {
    width: 48px;
    height: 48px;
    padding: 0.55rem; /* Reduce padding to keep icon visible */
    border-radius: 6px; /* Reduce from 8px */
  }
  
  /* Tighten spacing between title and description */
  .lt-custom-blocks .lt-card__heading {
    margin-bottom: 0.375rem !important;
  }
}

.lt-text-secondary {
  color: var(--color-text-secondary);
}

.lt-custom-blocks__items .lt-card {
  padding: 2rem;
}

.lt-custom-blocks__items .lt-text-secondary {
  font-size: 18px;
  font-weight: 300;
  margin: 0;
}

/* Tighten spacing on mobile to match category cards */
@media (max-width: 767px) {
  .lt-custom-blocks .lt-card__heading {
    margin-bottom: 0 !important; /* Remove extra 6px */
  }
  
  .lt-custom-blocks__items .lt-text-secondary {
    margin-top: 0.2rem !important; /* Keep the 3.2px spacing */
  }
}

@media (max-width: 767px) {
  .lt-custom-blocks__items .lt-card {
    padding: 1.5rem;
    gap: 0 1rem;
  }
  
  .lt-custom-block__icon {
    width: 48px;
    height: 48px;
    padding: 0.55rem;
  }
  
  .lt-custom-blocks__items .lt-card__content {
    gap: 0.2rem;
  }
}

.lt-block-list-item {
  padding: 2rem;
  color: var(--block-text-color);
  justify-content: center;
}

.lt-block-list-item .lt-card__text {
  font-size: 18px;
  font-weight: 300;
}

.lt-block-list-item__link:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  content: "";
  background-color: var(--block-bg);

  border-radius: var(--border-radius-base);
  border: 1px solid #353434;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 0 rgba(0, 0, 0, 0.04);
  transition: background-color 0.3s ease;
}

.lt-block-list-item__link:hover,
.lt-block-list-item__link:focus {
  color: inherit;
  text-decoration: none;
}

.lt-block-list-item__link:focus:before,
.lt-block-list-item__link:hover:before {
  background-color: #2d2e34;
}

/* Tighten spacing between title and description, add space after icon */
/* For category cards */
.lt-block-list-item .lt-card__image,
#block-list .lt-card__image {
  margin-bottom: 0.4rem; /* Tighter - about 10px */
}

.lt-block-list-item .lt-card__heading,
#block-list .lt-card__heading {
  margin-bottom: 0.2rem; /* Tighter - about 6px */
}

/* Arrow inline with category title */
.lt-category-arrow {
  position: absolute;
  margin-left: 0.25rem;
  opacity: 0;
  transition: opacity 0.2s ease, margin-left 0.2s ease;
}

.lt-block-list-item:hover .lt-category-arrow,
.lt-block-list-item:focus-within .lt-category-arrow,
#block-list .lt-card:hover .lt-category-arrow,
#block-list .lt-card:focus-within .lt-category-arrow {
  opacity: 1;
  margin-left: 0.5rem;
}

/* Fix tight line spacing when category titles wrap */
.lt-block-list-item .lt-card__heading,
#block-list .lt-card__heading {
  line-height: 1.4; /* Add breathing room between lines */
}

/* Match category icon size to custom blocks on tablet/mobile */
@media (max-width: 767px) {
  .lt-category__icon {
    width: 48px !important;
    height: 48px !important;
  }
  
  .lt-card__image {
    width: 48px !important;
    height: 48px !important;
  }
}

/* Horizontal layout for category cards - icon and title side-by-side */
.lt-block-list-item.lt-card,
#block-list .lt-card {
  display: grid;
  grid-template-columns: 64px 1fr;
  grid-template-rows: auto 1fr;
  gap: 0 1.6rem;
  align-items: start;
  text-align: left !important;
}

.lt-block-list-item .lt-card__image,
#block-list .lt-card__image {
  grid-column: 1;
  grid-row: 1;
  margin: 0;
  align-self: start;
}

.lt-block-list-item .lt-card__heading,
#block-list .lt-card__heading {
  grid-column: 2;
  grid-row: 1;
  margin: 0;
  line-height: 1.4;
  align-self: start;
  text-align: left !important;
}

.lt-block-list-item.lt-card__image,
#block-list .lt-card__image {
  margin-top: 0 !important;
}

.lt-block-list-item .lt-card__content,
#block-list .lt-card__content {
  margin-top: 0 !important;
}

.lt-block-list-item .lt-card__text,
#block-list .lt-card__text {
  grid-column: 1 / -1;
  grid-row: 2;
  margin-top: 1rem;
  text-align: left !important;
}

.lt-category__icon {
  width: 64px;
  height: 64px;
  display: block
}

/* Match padding and gap to custom blocks on mobile */
@media (max-width: 767px) {
  .lt-block-list-item,
  .lt-block-list-item.lt-card,
  #block-list .lt-card {
    padding: 1.5rem !important;
    gap: 0 1rem !important;
    grid-template-columns: 48px 1fr !important;
  }
}

.lt-block-list-item .lt-card__heading,
#block-list .lt-card__heading {
  margin-bottom: 0.5rem;
}

.recent-activity {
  margin-bottom: 4rem;
}

.recent-activity-item-link {
  display: block;
  margin-bottom: 0.5rem;
}

.recent-activity-header {
  margin-bottom: var(--text-margin-bottom);
  font-size: var(--text-2xl);
}

@media only screen and (min-width: 768px) {
  .recent-activity-header {
    font-size: var(--text-3xl);
  }
}

.recent-activity-list {
  display: grid;
  margin-bottom: 0;
  list-style: none;
  gap: calc(var(--grid-gutter-width) * 2);
}

[dir="ltr"] .recent-activity-list {
  padding-left: 0;
}

[dir="rtl"] .recent-activity-list {
  padding-right: 0;
}

@media (min-width: 768px) {
  .recent-activity-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

.recent-activity-item {
  display: flex;
  padding: 2rem;
  flex-direction: column;
  background-color: #fff;

  border: var(--border-width) solid var(--color-border);
  border-radius: var(--border-radius-lg);
  align-items: flex-start;
}

.recent-activity-item h3 {
  font-family: var(--font-family-body);
}

.recent-activity-item > * + * {
  margin-top: 1rem;
}

.recent-activity-item > * {
  margin-bottom: 0;
}

.recent-activity-item > *:not([hidden]) + *:not([hidden]) {
  margin-top: var(--flow-space, 1rem);
}

.recent-activity-item-meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
}

.recent-activity-item-parent {
  display: block;
}

.recent-activity-comment-icon:after {
  content: attr(data-comment-count);
}

[dir="ltr"] .recent-activity-comment-icon:after {
  margin-left: 4px;
}

[dir="rtl"] .recent-activity-comment-icon:after {
  margin-right: 4px;
}

.recent-activity-controls {
  padding-top: 1.5rem;
}

.cta-box {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  background-color: var(--color-bg-cta);
  border-radius: var(--border-radius-lg);
  padding-inline-start: 2rem;
  padding-inline-end: 2rem;
}

.cta-box--large {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.share {
  white-space: nowrap;
  list-style: none;
}

[dir="ltr"] .share {
  padding-left: 0;
}

[dir="rtl"] .share {
  padding-right: 0;
}

.share li {
  position: relative;
  display: inline-flex;
  margin-bottom: 5px;
  vertical-align: top;
}

.share a {
  display: block;
  width: 30px;
  height: 30px;
  overflow: hidden;
  line-height: 30px;
  touch-action: manipulation;
  color: var(--color-text-primary);
}

.share a:active {
  background-image: none;
}

.share svg {
  width: 20px;
  height: 20px;
}

.lt-new-request-page {
  width: 100%;
  margin-bottom: 3rem;
}

.lt-new-request-form {
  margin-bottom: 1.5rem;
}

.lt-new-request-page--light {
  background-color: #f7f8fc;
  color: #191a1f;
}

.lt-new-request-title {
  padding-bottom: 12px;
  margin-bottom: 40px;
  border-bottom: 1px solid #d1d3db;
}
/* Remove border under title */
.lt-new-request-title {
  border-bottom: none !important;
}

/* Form field labels - 15px regular weight */
#new-request-form label[data-garden-id="forms.field_label"],
#new-request-form label[for*="input"] {
  font-size: 15px !important;
  font-weight: 500 !important;
}

/* Form field descriptions - 13px medium weight, color #353434 */
#new-request-form [data-garden-id="forms.field_hint"],
#new-request-form .ck-voice-label,
#new-request-form div[id*="hint"] {
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #353434 !important;
  order: 2 !important;
  margin-top: 8px !important;
  margin-bottom: 0 !important;
}


/* Increase spacing between fields - but not hidden ones */
#new-request-form [data-garden-id="forms.field"]:not([style*="display: none"]),
#new-request-form [data-garden-id="dropdowns.combobox.field"]:not([style*="display: none"]) {
  margin-bottom: 32px !important;
}

/* Force hide LTID field completely with no spacing */
#new-request-form [data-garden-id="forms.field"][style*="display: none"] {
  margin: 0 !important;
  padding: 0 !important;
  height: 0 !important;
  min-height: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
}

/* Make file upload area bigger */
#new-request-form [data-garden-id="forms.file_upload"] {
  min-height: 120px !important;
  padding: 24px !important;
}

#new-request-form [data-garden-id="forms.file_upload"] button {
  min-height: 120px !important;
}

/* Make file upload text smaller on mobile - more specific selectors */
@media (max-width: 768px) {
  #new-request-form [data-garden-id="forms.file_upload"] button,
  #new-request-form [data-garden-id="forms.file_upload"],
  #new-request-form [data-garden-id="forms.file_upload"] * {
    font-size: 13px !important;
  }
}

@media (max-width: 480px) {
  #new-request-form [data-garden-id="forms.file_upload"] button,
  #new-request-form [data-garden-id="forms.file_upload"],
  #new-request-form [data-garden-id="forms.file_upload"] * {
    font-size: 12px !important;
  }
}

/* Reduce ALL border thickness on focus - very aggressive */
#new-request-form *:focus,
#new-request-form *:focus-within {
  border-width: 1px !important;
  outline-width: 1px !important;
  box-shadow: none !important;
}

/* Specifically override Zendesk Garden UI focused states */
#new-request-form [data-garden-id*="forms"]:focus,
#new-request-form [data-garden-id*="dropdowns"]:focus,
#new-request-form [data-garden-id*="forms"]:focus-within,
#new-request-form [data-garden-id*="dropdowns"]:focus-within {
  border-width: 1px !important;
  box-shadow: none !important;
}

/* Extra specific for the dropdown */
#new-request-form div[data-garden-id^="dropdowns"] {
  border-width: 1px !important;
}

#new-request-form div[data-garden-id^="dropdowns"]:focus-within {
  border-width: 1px !important;
}

/* Override Zendesk Garden styled-components shadows - block child inheritance */

/* Text inputs */
#new-request-form input.StyledTextInput-sc-k12n8x-0,
#new-request-form input[data-garden-id="forms.input"] {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 2px 0px, rgba(0, 0, 0, 0.02) 0px 4px 8px 0px !important;
}

/* Dropdown - only the outermost trigger element */
#new-request-form .StyledTrigger-sc-14t9k4c-0 {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 2px 0px, rgba(0, 0, 0, 0.02) 0px 4px 8px 0px !important;
}

/* Remove shadow from dropdown children */
#new-request-form .StyledTrigger-sc-14t9k4c-0 * {
  box-shadow: none !important;
}

/* Focus state for editable area */
#new-request-form .ck-editor__editable:focus {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15), 0 10px 20px 0 rgba(0, 0, 0, 0.05) !important;
}

/* File upload */
#new-request-form [data-garden-id="forms.file_upload"] {
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 2px 0px, rgba(0, 0, 0, 0.02) 0px 4px 8px 0px !important;
}

/* Focus states */
#new-request-form input.StyledTextInput-sc-k12n8x-0:focus,
#new-request-form .StyledTrigger-sc-14t9k4c-0:focus-within,
#new-request-form .ck-editor:focus-within,
#new-request-form [data-garden-id="forms.file_upload"]:focus-within {
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 3px 0px, rgba(0, 0, 0, 0.03) 0px 6px 12px 0px !important;
}


/* Very subtle grey background for CKEditor toolbar */
#new-request-form .ck-editor__top {
  background-color: #ffffff !important;
}

/* Keep the toolbar items clean */
#new-request-form .ck-toolbar {
  background-color: transparent !important;
}

/* Keep the editable area white */
#new-request-form .ck-editor__editable {
  background-color: #ffffff !important;
}

/* Make toolbar buttons transparent/match background */
#new-request-form .ck-toolbar .ck-button,
#new-request-form .ck-toolbar .ck-dropdown__button,
#new-request-form .ck-toolbar .ck-splitbutton__action,
#new-request-form .ck-toolbar .ck-splitbutton__arrow {
  background-color: transparent !important;
}

/* Solid blue on hover */
#new-request-form .ck-toolbar .ck-button:hover,
#new-request-form .ck-toolbar .ck-dropdown__button:hover {
  background-color: #2B61FF !important;
}

/* Solid blue on active/pressed state */
#new-request-form .ck-toolbar .ck-button.ck-on,
#new-request-form .ck-toolbar .ck-button:active {
  background-color: #2B61FF !important;
}

/* Make icon color white on hover/active for contrast */
#new-request-form .ck-toolbar .ck-button:hover .ck-icon,
#new-request-form .ck-toolbar .ck-button.ck-on .ck-icon,
#new-request-form .ck-toolbar .ck-button:active .ck-icon {
  color: white !important;
}

/* Also set fill for SVG elements that use fill instead of color */
#new-request-form .ck-toolbar .ck-button:hover .ck-icon svg,
#new-request-form .ck-toolbar .ck-button:hover .ck-icon svg *,
#new-request-form .ck-toolbar .ck-button.ck-on .ck-icon svg,
#new-request-form .ck-toolbar .ck-button.ck-on .ck-icon svg *,
#new-request-form .ck-toolbar .ck-button:active .ck-icon svg,
#new-request-form .ck-toolbar .ck-button:active .ck-icon svg * {
  fill: white !important;
}

/* Round corners of CKEditor container on new request form */
#new-request-form .ck-editor {
  border-radius: var(--border-radius-base);
}

/* Round corners of toolbar top */
#new-request-form .ck-editor__top {
  border-radius: var(--border-radius-base) var(--border-radius-base) 0 0 !important;
}

/* Round corners of editable area bottom */
#new-request-form .ck-editor__editable {
  border-radius: 0 0 var(--border-radius-base) var(--border-radius-base) !important;
}

.lt-error-page {
  max-width: 600px;
}

.lt-error-page__articles {
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--border-radius-base);
}

.pagination-list {
  margin-top: 0;
  list-style: none;
}

[dir="ltr"] .pagination-list {
  padding-left: 0;
  margin-left: 0;
}

[dir="rtl"] .pagination-list {
  padding-right: 0;
  margin-right: 0;
}

.pagination-next,
.pagination-prev,
.pagination-first,
.pagination-last {
  display: inline-block;
}

[dir="ltr"] .pagination-next-text {
  margin-right: 1rem;
}

[dir="rtl"] .pagination-next-text {
  margin-left: 1rem;
}

[dir="ltr"] .pagination-prev-text {
  margin-left: 1rem;
}

[dir="rtl"] .pagination-prev-text {
  margin-right: 1rem;
}

.lt-scroll-to-top {
  position: fixed;
  bottom: -50px;
  z-index: 3;
  width: 3rem;
  height: 3rem;
  font-size: 2rem !important;
  color: var(--color-link);
  text-align: center;
  cursor: pointer;
  background-color: transparent;
  border: var(--border-width) solid var(--color-link);
  border-radius: var(--border-radius-base);
  transition: bottom 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.lt-scroll-to-top.is-active {
  bottom: 30px;
}

.lt-scroll-to-top:hover {
  color: var(--color-link-hover);
  border-color: var(--color-link-hover);
}

@media (max-width: 575px) {
  .lt-scroll-to-top {
    display: none;
  }
}

[dir="ltr"] .lt-scroll-to-top {
  left: 2rem;
}

[dir="rtl"] .lt-scroll-to-top {
  right: 2rem;
}

.recent-articles h3,
.related-articles h3 {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  .recent-articles h3,
  .related-articles h3 {
    margin-top: 1rem;
  }
}

.recent-articles ul,
.related-articles ul {
  list-style: none;
}

.recent-articles ul > li,
.related-articles ul > li {
  margin-bottom: 0.5rem;
}

.recent-articles ul > li a {
  padding-bottom: 1px;
  color: #191a1f;
  font-weight: 300;
  font-size: 1.1rem;
}

.related-articles ul > li a {
  padding-bottom: 1px;
  color: #191a1f;
  font-weight: 400;
  font-size: 1rem;
}

.recent-articles ul > li a:hover,
.related-articles ul > li a:hover {
  color: var(--color-brand-primary) !important;
  text-decoration: underline !important;
}

@media (max-width: 768px) {
  .recent-articles ul > li a,
  .related-articles ul > li a {
    font-size: 1rem !important;
  }
}

/* Article body links - add underline on hover (but not card links) */
.lt-article__body p a:hover,
.lt-article__body li a:hover,
.lt-article__body td a:hover {
  text-decoration: underline !important;
}

[dir="ltr"] .recent-articles ul,
[dir="ltr"] .related-articles ul {
  padding-left: 0;
}

[dir="rtl"] .recent-articles ul,
[dir="rtl"] .related-articles ul {
  padding-right: 0;
}

.recent-articles h3 {
  font-size: 1.1rem;
  font-weight: 500;
}

.related-articles {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@media (max-width: 991px) {
  .lt-user-info {
    width: 100%;
    padding-bottom: 1rem;
    border-bottom: var(--border-width) solid var(--color-border);
    order: -1;
  }

  .lt-user-info__menu {
    position: static;
    padding: 0;
    border: 0;
    box-shadow: none;
  }

  .lt-user-info__menu [role="menuitem"] {
    padding-top: 0.5rem;
    padding-right: 0;
    padding-bottom: 0.5rem;
    padding-left: 0;
    font-weight: var(--topbar-font-weight);
  }
}

.lt-user-info__menu {
  border: none;
}

.lt-status-widget {
  font-weight: 600;
}

.lt-status-widget,
.lt-status-widget:hover,
.lt-status-widget:focus,
.lt-status-widget:active {
  color: #fff;
}

.lt-status-widget-container {
  display: flex;
  align-items: center;
}

.lt-status-widget__indicator {
  width: 0.75rem;
  height: 0.75rem;
  background-color: #aaa;
  border-radius: 50%;
}

.lt-status-widget__indicator--none {
  background-color: #2ecc71;
}

.lt-status-widget__indicator--operational {
  background-color: #2ecc71;
}

.lt-status-widget__indicator--minor {
  background-color: #f1c40f;
}

.lt-status-widget__indicator--major {
  background-color: #e67e22;
}

.lt-status-widget__indicator--critical {
  background-color: #e74c3c;
}

.lt-status-widget__indicator--maintenance {
  background-color: #3498db;
}

[dir="ltr"] .lt-status-widget__indicator__text {
  margin-left: 0.5rem;
}

[dir="rtl"] .lt-status-widget__indicator__text {
  margin-right: 0.5rem;
}

.lt-profile-header {
  text-align: center;
  border-radius: var(--border-radius-base);
}

.lt-profile-header__avatar {
  display: inline-block;
  margin-bottom: 16px;
}

.lt-profile-header__private-badge {
  display: inline-block;
  margin-bottom: 1.5rem;
  background-color: var(--color-brand-primary);
}

.lt-profile-header__description {
  word-break: break-all;
  word-break: break-word;
}

[dir="ltr"] .lt-profile__buttons > * + *,
[dir="ltr"] [data-action="userProfileActions"] > * + * {
  margin-left: var(--grid-gutter-width);
}

[dir="rtl"] .lt-profile__buttons > * + *,
[dir="rtl"] [data-action="userProfileActions"] > * + * {
  margin-right: var(--grid-gutter-width);
}

.lt-profile-stats {
  margin-bottom: 1rem;
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
  list-style: none;
}

[dir="ltr"] .lt-profile-stats {
  padding-left: 0;
}

[dir="rtl"] .lt-profile-stats {
  padding-right: 0;
}

.lt-profile-stats__stat {
  margin-bottom: 0.5rem;
}

@media (max-width: 767px) {
  .lt-profile-stats__stat {
    display: block;
  }

  .lt-profile-stats__stat:before {
    display: none;
  }
}

[dir="ltr"] .lt-profile-stats__label {
  margin-right: calc(var(--padding-base-horizontal) / 2);
}

[dir="rtl"] .lt-profile-stats__label {
  margin-left: calc(var(--padding-base-horizontal) / 2);
}

.lt-profile-stats__value {
  color: var(--color-text-primary);
}

.lt-profile-nav {
  margin-bottom: 1.5rem;
  overflow: hidden;
  font-size: var(--text-sm);
  font-weight: 600;
  background-color: var(--color-bg-secondary);
  border-radius: var(--border-radius-base);
}

.lt-profile-nav__items {
  margin: 0;
  list-style: none;
}

[dir="ltr"] .lt-profile-nav__items {
  padding-left: 0;
}

[dir="rtl"] .lt-profile-nav__items {
  padding-right: 0;
}

.lt-profile-nav__item {
  margin-bottom: 0;
}

@media (min-width: 576px) {
  .lt-profile-nav__item {
    display: inline-block;
    vertical-align: middle;
  }
}

.lt-profile-nav__item a {
  display: block;
  color: var(--color-text-primary);
}

.lt-profile-nav__item.is-active {
  color: #fff;
  background-color: var(--color-brand-primary);
}

.lt-profile-nav__item.is-active,
.lt-profile-nav__item a {
  padding: 1rem var(--padding-base-horizontal);
  line-height: 1;
}

[dir="ltr"] .lt-profile-nav__item:after {
  right: var(--padding-base-horizontal) !important;
}

[dir="rtl"] .lt-profile-nav__item:after {
  left: var(--padding-base-horizontal) !important;
}

.lt-profile-section {
  width: 100%;
}

.lt-profile-section__header {
  margin-bottom: 1.5rem;
}

.lt-profile-section__title {
  margin-bottom: 1rem;
  font-size: var(--font-size-h3);
}

.lt-profile-section__description {
  font-size: var(--text-sm);
  color: var(--color-text-secondary);
}

@media (min-width: 576px) {
  .lt-profile-section__description {
    padding-bottom: 0;
  }
}

.lt-profile-contribution {
  position: relative;
  padding: 1rem var(--grid-gutter-width);

  word-wrap: break-word;
  background-color: var(--color-bg-secondary);

  border-radius: var(--border-radius-base);
}

.lt-profile-contribution__header {
  margin-bottom: 0.5rem;
}

.lt-profile-contribution__status {
  margin-bottom: 0.5rem;
}

.lt-profile-contribution__title {
  margin-bottom: 0.5rem;
  font-size: var(--text-base);
  font-weight: 600;
}

.lt-profile-contribution__body {
  margin-bottom: 1rem;
}

.lt-profile-contribution__breadcrumbs {
  padding: 0;
  margin-bottom: 1rem;
  font-size: var(--text-sm);
}

.lt-profile__no-activity,
.lt-profile__private-activity {
  color: var(--color-text-secondary);
  text-align: center;
}

.lt-profile-activity-list {
  list-style: none;
}

[dir="ltr"] .lt-profile-activity-list {
  padding-left: 0;
}

[dir="rtl"] .lt-profile-activity-list {
  padding-right: 0;
}

.lt-profile-activity {
  position: relative;
  margin-bottom: 2rem;
}

.lt-profile-activity__header {
  margin-bottom: 1rem;

  font-size: var(--text-sm);
  font-weight: 600;
}

.lt-profile-activity__avatar {
  width: 30px;
  height: 30px;
}

[dir="ltr"] .lt-profile-activity__avatar {
  margin-right: calc(var(--padding-base-horizontal) / 2);
}

[dir="rtl"] .lt-profile-activity__avatar {
  margin-left: calc(var(--padding-base-horizontal) / 2);
}

[dir="ltr"] .lt-profile-contribution__title:before {
  margin-right: 4px;
}

[dir="rtl"] .lt-profile-contribution__title:before {
  margin-left: 4px;
}

.user-subscribe {
  display: inline-block;
}

.lt-profile-badge-item {
  border: var(--border-width) solid var(--color-border);
  border-radius: var(--border-radius-base);
}

.lt-profile-badge {
  width: 40px;
  height: 40px;
}

.lt-profile-badge__image {
  width: 40px;
  height: 40px;
}

.lt-profile-activity .lt-icon {
  width: 1rem;
  height: 1rem;
}

.lt-attachment-list {
  margin: 0;

  list-style: none;
}

[dir="ltr"] .lt-attachment-list {
  padding-left: 0;
}

[dir="rtl"] .lt-attachment-list {
  padding-right: 0;
}

.lt-attachment-list__item {
  position: relative;
  margin-bottom: 0.5rem;
}

[dir="ltr"] .lt-attachment-list__item {
  padding-left: 1.5rem;
}

[dir="rtl"] .lt-attachment-list__item {
  padding-right: 1.5rem;
}

.lt-attachment-list__item:last-child {
  margin-bottom: 0;
}

.lt-attachment-list__icon {
  position: absolute;
  top: 4px;
  width: 1rem;
  height: 1rem;
}

[dir="ltr"] .lt-attachment-list__icon {
  left: 0;
}

[dir="rtl"] .lt-attachment-list__icon {
  right: 0;
}

.lt-skip-navigation {
  position: absolute;
  top: auto;
  z-index: -999;
  display: flex;
  padding: 20px;
  margin: 20px;
  overflow: hidden;
  font-size: 14px;
  color: var(--color-text-primary);
  background-color: var(--color-bg);
  border: var(--border-width) solid var(--color-link);
  align-items: center;
  justify-content: center;
}

[dir="ltr"] .lt-skip-navigation {
  left: -999px;
}

[dir="rtl"] .lt-skip-navigation {
  right: -999px;
}

.lt-skip-navigation:focus,
.lt-skip-navigation:active {
  top: auto;
  z-index: 999;
  overflow: auto;
  text-align: center;
  text-decoration: none;
}

[dir="ltr"] .lt-skip-navigation:focus,
[dir="ltr"] .lt-skip-navigation:active {
  left: auto;
}

[dir="rtl"] .lt-skip-navigation:focus,
[dir="rtl"] .lt-skip-navigation:active {
  right: auto;
}
/* ==========================================================================
  Notification
  ========================================================================== */
.notification {
  display: table;
  width: 100%;
  padding: 0.75rem 1rem;
  font-family: sans-serif;
  font-size: var(--text-sm);
  color: #555;
  border: var(--border-width) solid;
  transition: height 0.2s;
}

.notification a {
  color: #158ec2;
}

.notification-inner {
  max-width: 980px;
  padding: 0 20px;
  margin: 0 auto;
}

.notification-icon,
.notification-text,
.notification-dismiss {
  display: table-cell;
  vertical-align: middle;
}

.notification-text {
  width: 100%;
  padding: 0 15px;
}

.notification + .notification {
  position: relative;
  top: -1px;
  margin-bottom: -1px;
}
/* Error */
.notification-error {
  background: #ffeded;
  border-color: #f7cbcb;
}

.notification-error .notification-icon:before,
.notification-error .notification-inline.notification-error:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23555555'/%3E%3C/svg%3E");
}
/* Notice */
.notification-notice {
  background: #dbf3ff;
  border-color: #b5e0f5;
}

.notification-notice .notification-icon:before,
.notification-notice .notification-inline.notification-error:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23555555'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3.5 6l2 2L9 4.5'/%3E%3Ccircle cx='6' cy='6' r='5.5'/%3E%3C/g%3E%3C/svg%3E");
}
/* Alert / Lock */
.notification-alert {
  color: var(--color-ui-danger-text);
  background: var(--color-ui-danger-bg);
  border-color: var(--color-ui-danger-bg);
}

.notification-alert .notification-icon:before,
.notification-alert .notification-inline.notification-error:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cpath fill='none' stroke='%23ad5e18' stroke-linecap='round' d='M5.06 1.27l-4.5 8.5c-.18.33.06.73.44.73h9c.38 0 .62-.4.44-.73l-4.5-8.5a.494.494 0 00-.88 0zM5.5 4v2'/%3E%3Ccircle cx='5.5' cy='8' r='.8' fill='%23ad5e18'/%3E%3C/svg%3E");
}

.notification-icon:before,
.notification-inline.notification-error:before {
  display: inline-block;
  width: 14px;
  height: 14px;
  vertical-align: middle;
  content: "";
  background-size: cover;
}
/* Dismiss button */
.notification-dismiss,
a.notification-dismiss {
  color: #555;
  text-decoration: none !important;
  cursor: pointer;
  opacity: 0.6;
  transition: opacity 100ms ease;
}

.notification-dismiss:hover {
  opacity: 1;
}
/* Inline notifications */
.notification-inline {
  position: relative;
  padding: 0.25rem 0.5rem;
  margin-top: 0.5rem;
  vertical-align: middle;
  border-radius: var(--border-radius-base);
}

[dir="ltr"] .notification-inline {
  text-align: left;
}

[dir="rtl"] .notification-inline {
  text-align: right;
}

.notification-inline[aria-hidden="true"] {
  display: none;
}

.notification-inline.notification-error:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' focusable='false' viewBox='0 0 12 12'%3E%3Cg fill='none' stroke='%23e35b66'%3E%3Ccircle cx='5.5' cy='6.5' r='5'/%3E%3Cpath stroke-linecap='round' d='M5.5 3.5v3'/%3E%3C/g%3E%3Ccircle cx='5.5' cy='9' r='1' fill='%23e35b66'/%3E%3C/svg%3E");
}

[dir="ltr"] .notification-inline.notification-error:before {
  margin: -2px 5px 0 0;
}

[dir="rtl"] .notification-inline.notification-error:before {
  margin: -2px 0 0 5px;
}

.notification-inline.notification-error {
  padding: 0;
  color: var(--color-ui-danger-text);
  background-color: transparent;
  border: 0;
}

.notification-inline.notification-large {
  padding: 13px 15px;
  margin-bottom: 25px;
}

[dir="ltr"] .notification-left-aligned {
  padding-left: 0;
  text-align: left;
}

[dir="rtl"] .notification-left-aligned {
  padding-right: 0;
  text-align: right;
}

.lt-backdrop {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 9;
  display: none;
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.4);
}

[dir="ltr"] .lt-backdrop {
  left: 0;
}

[dir="rtl"] .lt-backdrop {
  right: 0;
}

@media (max-width: 991px) {
  .lt-backdrop.is-active {
    display: block;
  }
}

.lt-popular-searches__label {
  display: none;
}

.lt-popular-searches__item:hover,
.lt-popular-searches__item:active,
.lt-popular-searches__item:focus {
  color: var(--hero-color-text);
  text-decoration: none;
  background-color: var(--color-brand-primary);
  border-color: var(--color-brand-primary);
    font-weight: 600;
}

.lt-popular-searches__item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: var(--hero-color-text);
  padding: clamp(8px, 0.5vw + 7px, 10px) clamp(12px, 0.5vw + 11px, 14px);
  border: 1px solid #FFFFFF;
  border-radius: 32px;
  text-transform: uppercase;
  font-family: 'Miriam Libre', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  transition: color 0.2s ease, background-color 0.2s ease, border-color 0.2s ease, font-weight 0.1s ease;
}

.lt-popular-searches__item .ltx-pill-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  filter: brightness(0) invert(1);
  max-width: 0;
  opacity: 0;
  overflow: hidden;
  transition: max-width 0.25s ease, opacity 0.25s ease;
}

.lt-popular-searches__item:hover .ltx-pill-icon,
.lt-popular-searches__item:focus .ltx-pill-icon,
.lt-popular-searches__item:active .ltx-pill-icon {
  max-width: 20px;
  opacity: 1;
}

@media (max-width: 767px) {
  .lt-popular-searches {
    align-items: flex-start;
    justify-content: flex-start;
  }

  .lt-popular-searches > div {
    flex-direction: row !important;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

/* Contact boxes — centred pill layout */
.lt-contact-boxes .lt-container-inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.lt-contact-boxes__heading {
  text-align: center;
  font-family: 'Miriam Libre', sans-serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 1.28125rem + 1.5625vw, 3rem);
  letter-spacing: -0.02em;
  margin-bottom: clamp(1.5rem, 1.25rem + 1.111vw, 2.5rem);
}

/* ── Explore Topics ── */
.ltx-explore-topics__layout {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 2rem;
  align-items: start;
}

.ltx-explore-topics__title {
  font-family: 'Miriam Libre', sans-serif;
  font-weight: 400;
  font-size: clamp(1.75rem, 1.28125rem + 1.5625vw, 3rem);
  letter-spacing: -0.02em;
  margin-bottom: clamp(1.5rem, 1.25rem + 1.111vw, 2.5rem);
}

.ltx-explore-topics__sections-col {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 0;
}

.ltx-explore-topics__column {
  border-left: 1px solid #353434;
  padding: 0 2rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
}

.ltx-explore-topics__column:first-child {
  border-left: none;
  padding-left: 0;
}

.ltx-explore-topics__section-link {
  display: inline;
  font-size: clamp(1.2rem, 0.5vw + 0.9rem, 1.4rem);
  font-weight: 300;
  line-height: 1.5;
  color: inherit;
  text-decoration: none;
  background-image: linear-gradient(currentColor, currentColor);
  background-size: 0% 1px;
  background-repeat: no-repeat;
  background-position: 0 100%;
  transition: background-size 0.25s ease, font-weight 0.1s ease;
}

.ltx-explore-topics__section-link:hover {
  color: inherit;
  font-weight: 400;
  background-size: 100% 1px;
}

.ltx-explore-topics .ltx-explore-topics__section-link:active,
.ltx-explore-topics .ltx-explore-topics__section-link:visited {
  color: #ffffff !important;
  font-weight: 400;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .ltx-explore-topics__sections-col {
    grid-template-columns: repeat(2, 1fr);
  }
}

  @media (max-width: 767px) {
  .ltx-explore-topics__layout {
    grid-template-columns: 1fr;
    gap: 0;
  }

  .ltx-explore-topics__sections-col {
    grid-template-columns: 1fr;
  }

  .ltx-explore-topics__column {
    border-left: none;
    border-top: 1px solid #353434;
    padding: 0;
  }

  .ltx-explore-topics__column:first-child {
    border-top: none;
  }
}

.lt-contact-boxes__list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  width: 100%;
  max-width: 600px;
}

.lt-contact-pill {
  width: 100%;
}

.lt-contact-pill__link {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 1.25rem;
  padding-left: 1.5rem;
  padding-right: 1.25rem;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
  border: 1px solid #ffffff;
  border-radius: 40px;
  text-decoration: none;
  color: #ffffff;
  max-width: 400px;
  margin: 0 auto;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.lt-contact-pill__link:hover {
  background: #2B61FF;
  border-color: #2B61FF;
  color: #ffffff;
  text-decoration: none;
}

.lt-contact-pill__link:hover .lt-contact-pill__label {
  font-weight: 600;
}

.lt-contact-pill__link:hover .lt-contact-pill__arrow {
  transform: translateX(5px);
}

.lt-contact-pill__icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
}

img.lt-contact-pill__icon[data-svg]:not([data-svg-processed]) {
  visibility: hidden;
}

.lt-contact-pill__icon path,
.lt-contact-pill__icon circle,
.lt-contact-pill__icon rect {
  fill: #ffffff;
}

.lt-contact-pill__label {
  flex: 1;
  font-family: 'Miriam Libre', sans-serif;
  font-size: clamp(1rem, 1.05vw, 1.1rem);
  font-weight: 500;
  text-align: center;
 	text-transform: uppercase;
  letter-spacing: 0.04em;
}

.lt-contact-pill__arrow {
  display: flex;
  align-items: center;
  font-family: 'Miriam Libre', sans-serif;
  font-size: 1.75rem;
  flex-shrink: 0;
  line-height: 1;
  margin-right: 0.375rem;
  transition: transform 0.25s ease;
}

.lt-info-block {
  border-radius: var(--border-radius-base);
}

.lt-info-block-container + .lt-footer-submit-ticket {
  margin-top: 4rem;
}

.lt-vote {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 0.5rem;
}

.lt-vote svg {
  width: 1.5rem;
  height: 1.5rem;
  stroke-width: 1.5;
}

skeleton-loader-block,
.lt-skeleton-loader-block {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 1rem;
  overflow: hidden;
  background-color: var(--color-border);
  border-radius: 0;
}

skeleton-loader-block:after,
.lt-skeleton-loader-block:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  animation: lt-shimmer 3s infinite;
}

skeleton-loader-block.lt-loader-title,
.lt-skeleton-loader-block.lt-loader-title {
  width: 60%;
  height: 1.25rem;
}

[dir="ltr"] skeleton-loader-block:after,
[dir="ltr"] .lt-skeleton-loader-block:after {
  background-image: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(-100%);
}

[dir="rtl"] skeleton-loader-block:after,
[dir="rtl"] .lt-skeleton-loader-block:after {
  background-image: linear-gradient(
    -90deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 20%,
    rgba(255, 255, 255, 0.5) 60%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: translateX(100%);
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.lt-accordion-loading {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 0.5rem 0;
}

.lt-accordion-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #868ea5;
  animation: lt-dot-bounce 1.2s ease-in-out infinite;
}

.lt-accordion-dot:nth-child(2) { animation-delay: 0.2s; }
.lt-accordion-dot:nth-child(3) { animation-delay: 0.4s; }

@keyframes lt-dot-bounce {
  0%, 80%, 100% { transform: scale(0.7); opacity: 0.4; }
  40% { transform: scale(1); opacity: 1; }
}

@keyframes lt-shimmer {
  100% {
    transform: translateX(100%);
  }
}
/* Search */
/* Search */
.search {
  display: flex;
  gap: 1rem;
}

.searchbox h2 {
  margin-bottom: 0.5rem;
  font-size: var(--text-base);
}

.lt-search-wrap {
  position: relative;
}

.lt-search-wrap:not(.lt-search-wrap--hero):not(.lt-search-wrap--requests) {
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.lt-search-wrap:not(.lt-search-wrap--hero) input[type="search"] {
  height: 48px;
  background-color: #252830;
  padding-inline-start: 56px;
  font-weight: 400;
  color: #ffffff;
  border: 2px solid transparent;
  border-radius: 40px;
  box-shadow: none;
  font-size: 15px;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.lt-search-wrap:not(.lt-search-wrap--hero) input[type="search"]:focus {
  border-color: rgba(43, 97, 255, 0.7) !important;
  box-shadow:
    0 0 8px 2px rgba(43, 97, 255, 0.08),
    0 0 18px 4px rgba(43, 97, 255, 0.14) !important;
}

.lt-search-wrap:not(.lt-search-wrap--hero) input[type="search"]::-moz-placeholder {
  color: #D1D3DB;
  font-weight: 400;
  font-size: 15px;
}

.lt-search-wrap:not(.lt-search-wrap--hero) input[type="search"]::placeholder {
  color: #D1D3DB;
  font-weight: 400;
  font-size: 15px;
}

@media (max-width: 767px) {
  .lt-search-wrap:not(.lt-search-wrap--hero) input[type="search"] {
    height: 40px;
  }
}

.lt-search-wrap svg {
  position: absolute;
  top: 50%;
  z-index: 1;
  width: 1.5rem;
  height: 1.5rem;
  stroke: #D1D3DB;
  transform: translateY(-50%);
}

.lt-search-wrap--hero svg {
  stroke: #D1D3DB;
}

.lt-search-wrap--hero input[type="search"]::-moz-placeholder {
  color: #D1D3DB;
  font-size: 1rem;
  font-weight: 400;
}

.lt-search-wrap--hero input[type="search"]::placeholder {
  color: #D1D3DB;
  font-size: 1rem;
  font-weight: 400;
}

[dir="ltr"] .lt-search-wrap svg {
  left: 1.5rem;
}

[dir="rtl"] .lt-search-wrap svg {
  right: 1rem;
}

.lt-search-wrap--requests {
  margin-inline-start: 0;
  margin-inline-end: 0;
  max-width: 100%;
}

.lt-search-results-page {
  margin-bottom: 3rem;
}

/* Add underline to links in no-results message */
.lt-search-results-page .lt-flow a:hover,
.lt-search-results-page .lt-flow a:focus {
  text-decoration: underline;
}

.lt-search-result {
  border-top: var(--border-width) solid var(--color-border);
}

.lt-search-result__text em {
  position: relative;
  padding: 0 3px;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  border-radius: 3px;
}

.lt-search-result__text em:after {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--color-warning);
  opacity: 0.15;
}

[dir="ltr"] .lt-search-result__text em:after {
  left: 0;
}

[dir="rtl"] .lt-search-result__text em:after {
  right: 0;
}
/* ==========================================================================
  Search Results Filters
   ========================================================================== */
.lt-search-filters {
  background-color: var(--color-bg-secondary);
  border-radius: var(--border-radius-base);
}

.lt-search-filter .h5 {
  color: var(--color-brand-primary-inverse);
}

.lt-search-filter__btn {
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  background-color: transparent;
  background-image: none;
  border: 0;
}

[dir="ltr"] .lt-search-filter__btn {
  text-align: left;
}

[dir="rtl"] .lt-search-filter__btn {
  text-align: right;
}

.lt-search-filter__btn-content {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}

.lt-search-filter__link {
  align-items: center;
  color: var(--color-text-primary);
  text-decoration: none;
  border: var(--border-width) solid transparent;
  border-radius: var(--border-radius-base);
}

.lt-search-filter__link:active {
  background-image: none;
}

.lt-search-filter__item.is-active .lt-search-filter__link {
  font-weight: var(--font-weight-bold);
  color: var(--color-brand-primary-inverse);
  background-color: var(--color-brand-primary);
  border-color: var(--color-brand-primary);
}

.lt-search-filter__link a,
.lt-search-filter__link svg {
  color: currentColor;
}

.lt-search-filter__count {
  display: inline-flex;
  font-size: var(--text-sm);
}
/* My Activities */
.lt-my-activities-items {
  width: 100%;
  margin-bottom: 3rem;
  table-layout: fixed;
  border-spacing: 0;
  border-collapse: collapse;
}

@media (min-width: 576px) {
  .lt-my-activities-items {
    table-layout: auto;
  }
}

.lt-my-activities-items__head {
  display: none;
  color: var(--color-text-secondary);
}

@media (min-width: 576px) {
  .lt-my-activities-items__head {
    display: table-header-group;
    font-weight: var(--font-weight-bold);
  }
}

@media (min-width: 576px) {
  .lt-my-activities-items__body {
    display: table-row-group;
  }
}

.lt-my-activities-items__row {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

@media (min-width: 576px) {
  .lt-my-activities-items__row {
    display: table-row;
  }
}

.lt-my-activities-items__col {
  display: block;
}

.lt-my-activities-items__col--activity {
  display: none;
}

@media (min-width: 576px) {
  .lt-my-activities-items__col {
    display: table-cell;
    padding-top: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(235, 235, 235, 0.2);
  }

  [dir="ltr"] .lt-my-activities-items__col + .lt-my-activities-items__col {
    padding-left: var(--padding-base-horizontal);
  }

  [dir="rtl"] .lt-my-activities-items__col + .lt-my-activities-items__col {
    padding-right: var(--padding-base-horizontal);
  }
}

@media (max-width: 575px) {
  .lt-my-activities-items__request-id {
    display: inline;
  }
}

@media (min-width: 576px) {
  .lt-my-activities-items__request-id {
    display: none;
  }
}

.lt-my-activities-items__col .requests-link {
  position: relative;
  color: var(--color-text-secondary);
  white-space: nowrap;
}

/* Change request title links to alt blue with arrow effect */
.lt-my-activities-item__title {
  color: #73A9FF;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: gap 0.2s ease;
}

.lt-my-activities-item__title:after {
  content: '→';
  opacity: 0;
  transition: opacity 0.2s ease;
  font-size: 1.1em;
}

.lt-my-activities-item__title:hover {
  color: #73A9FF;
}

.lt-my-activities-item__title:hover:after {
  opacity: 1;
}

.lt-my-activities-menu-item {
  margin-bottom: 1rem;
}

@media (min-width: 576px) {
  [dir="ltr"] .lt-my-activities-menu-item + .lt-my-activities-menu-item {
    margin-left: 1rem;
  }

  [dir="rtl"] .lt-my-activities-menu-item + .lt-my-activities-menu-item {
    margin-right: 1rem;
  }
}

.lt-my-activities-menu--main {
  border-bottom: var(--border-width) solid var(--color-border);
}

.lt-my-activities-menu--main .lt-my-activities-menu-item {
  padding: 0.5rem 1rem;
  background-color: var(--color-link);
  border-radius: var(--border-radius-base);
}

.lt-my-activities-menu-item__link,
.lt-my-activities-menu-item__link:hover,
.lt-my-activities-menu-item__link:focus {
  color: #fff;
}

.lt-my-activities-menu--main .lt-my-activities-menu-item.is-active {
  font-weight: var(--font-weight-bold);
  color: var(--color-text-primary);
  background-color: var(--color-bg-secondary);
}

.lt-my-activities-menu--sub .lt-my-activities-menu-item.is-active {
  font-weight: var(--font-weight-bold);
}

/* Style inactive tab links with medium grey */
.lt-my-activities-menu--sub .lt-my-activities-menu-item:not(.is-active) a {
  color: #9ca3af;
  text-decoration: none;
  transition: color 0.2s ease;
}

.lt-my-activities-menu--sub .lt-my-activities-menu-item:not(.is-active) a:hover {
  color: #d1d3db;
}

@media (min-width: 576px) {
  [dir="ltr"] .lt-my-activities-menu-item + .lt-my-activities-menu-item {
    margin-left: 1rem;
  }

  [dir="rtl"] .lt-my-activities-menu-item + .lt-my-activities-menu-item {
    margin-right: 1rem;
  }
}

@media (max-width: 575px) {
  .lt-my-activities-item {
    padding: 1rem var(--padding-base-horizontal);
    margin-bottom: 1.5rem;
    border: var(--border-width) solid var(--color-border);
    border-radius: var(--border-radius-base);
  }
}
/* Comments */
/* ==========================================================================
  Comment Form
  ========================================================================== */
.lt-comment-form {
  position: relative;
}

@media (min-width: 576px) {
  [dir="ltr"] .lt-comment-form {
    padding-left: 4rem;
  }

  [dir="rtl"] .lt-comment-form {
    padding-right: 4rem;
  }
}

.lt-comment-form__avatar {
  position: absolute;
  top: 0;
}

@media (max-width: 575px) {
  .lt-comment-form__avatar {
    display: none;
  }
}

[dir="ltr"] .lt-comment-form__avatar {
  left: 0;
}

[dir="rtl"] .lt-comment-form__avatar {
  right: 0;
}

.lt-comment-form__attachments {
  margin-bottom: 1.5rem;
}

.lt-comment-form__mark-as-solved {
  position: relative;
}

.lt-comment-form__ccs {
  margin-bottom: 0;
}

.lt-comment-form__ccs + textarea {
  margin-top: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.lt-comment-form__body {
  margin-bottom: 1rem;
}

/* ==========================================================================
  Comment Sorter
  ========================================================================== */
.lt-comment-sorter {
  border-bottom: var(--border-width) solid var(--color-border);
}

.lt-comment-sorter__item.is-active {
  font-weight: 600;
}

.lt-comment-sorter__item + .lt-comment-sorter__item:before {
  margin: 0 6px;
  font-size: 10px;
  font-weight: 900;
  content: "\2022";
}
/* ==========================================================================
  Comment
  ========================================================================== */
.lt-comment {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: var(--border-width) solid var(--color-border);
}

.lt-comment__header {
  position: relative;
  margin-bottom: 24px;
}

.lt-comment__content {
  flex-grow: 1;
}

.lt-comment__voting-and-actions {
  flex-shrink: 0;
}

[dir="ltr"] .lt-comment__voting-and-actions {
  margin-left: 16px;
}

[dir="rtl"] .lt-comment__voting-and-actions {
  margin-right: 16px;
}

.lt-comment__official-heading {
  display: block;
  margin-bottom: 1rem;
  font-weight: var(--font-weight-bold);
}

.lt-comment--official .lt-comment__inner {
  position: relative;
  padding: 1.5rem;
}

.lt-comment--official .lt-comment__inner:after {
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  content: "";
  background-color: var(--info-callout-color);
  border-radius: var(--border-radius-base);
  opacity: 0.15;
}

[dir="ltr"] .lt-comment--official .lt-comment__inner:after {
  left: 0;
}

[dir="rtl"] .lt-comment--official .lt-comment__inner:after {
  right: 0;
}

.lt-comment__body {
  margin-bottom: 24px;
  word-break: break-word;
}

.lt-comment__body ul {
  list-style: disc;
}

.lt-comment__body ul ul,
.lt-comment__body ul ol,
.lt-comment__body ol ul,
.lt-comment__body ol ol {
  margin-top: 12px;
}

.lt-comment__body ul li,
.lt-comment__body ol li {
  margin-bottom: 12px;
}

@media (max-width: 575px) {
  .lt-comment__body [dir="auto"] {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .lt-comment__body {
    margin-bottom: 0;
  }
}

[dir="ltr"] .lt-comment__body ul,
[dir="ltr"] .lt-comment__body ol {
  padding-left: 20px;
}

[dir="rtl"] .lt-comment__body ul,
[dir="rtl"] .lt-comment__body ol {
  padding-right: 20px;
}

.lt-comment__actions {
  padding-top: 8px;
}
/* Comment List */
.lt-comments {
  margin-bottom: 3rem;
}

.lt-comments__callout:empty {
  display: none;
}

.lt-comments__list {
  list-style: none;
}

[dir="ltr"] .lt-comments__list {
  padding-left: 0;
}

[dir="rtl"] .lt-comments__list {
  padding-right: 0;
}

/* Article */
/* NEW */
.lt-article-container {
  display: grid;
  gap: 4rem;
  grid-template-columns: 1fr;
}

@media (min-width: 1200px) {
  .lt-article-container {
    gap: 3rem;
    grid-template-columns: 1fr 280px;
  }
}

.lt-article-container__article {
  min-width: 0;
}

.ltx-article-body-wrap {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
}

/* Article page only: light background for whole page */
.lt-article-page {
  background-color: #f7f8fc;
}

.lt-article-page .lt-article-container {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1200px) {
  .lt-article-page .lt-article-container {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lt-article-page .lt-article-container__article.lt-bg-light {
    background-color: transparent;
  }
}

@media (max-width: 768px) {
  .section-page .lt-header .lt-flow h1 + div {
    font-size: 16px !important;
    font-weight: 300 !important;
  }
}

.lt-article__body {
  --accordion-color-text: #191a1f;
  --flow-space: clamp(1rem, 0.3333vw + 0.9000rem, 1.2rem);
  margin-top: 2.5rem;
  margin-bottom: 3.75rem;
  word-break: break-word;
}

.lt-article__body .callout,
.lt-article__body .note,
.lt-article__body .warning,
.lt-article__body .danger,
.lt-article__body .success {
  margin-bottom: clamp(1.75rem, 1.25vw + 1.3750rem, 2.5rem);
}

.lt-article__body p,
.lt-article__body {
  line-height: 1.4 !important;
  letter-spacing: 0;
  font-size: clamp(1rem, 0.1667vw + 1rem, 1.05rem);
  font-weight: 400;
  margin-bottom: clamp(1rem, 0.3333vw + 0.9000rem, 1.2rem);
}

.lt-article__body img {
  display: block;
  --flow-space: clamp(1.5rem, 1.6667vw + 1.0000rem, 2.5rem);
  margin-bottom: clamp(1.5rem, 1.6667vw + 1.0000rem, 2.5rem);
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.lt-article__body p:has(> img.wysiwyg-image-resized),
.lt-article__body p:has(> img.wysiwyg-image),
.lt-article__body p:has(> img:not([class])),
.lt-article__body figure.wysiwyg-media {
  --flow-space: clamp(2rem, 2.0833vw + 1.3750rem, 3.25rem);
}

.lt-article__body iframe {
  --flow-space: clamp(1.5rem, 1.6667vw + 1.0000rem, 2.5rem);
}

.lt-article__body h2,
.lt-article__body h3,
.lt-article__body h4 {
  scroll-margin-top: calc(var(--header-height) + 1.5rem);
}

.lt-article__body h2,
.lt-article__body .h2 {
  --flow-space: clamp(2.75rem, 3.3333vw + 1.7500rem, 4.25rem);
  color: #000000;
  font-size: clamp(1.5625rem, 1.0417vw + 1.0625rem, 2.1875rem);
  font-weight: 500;
  letter-spacing: -0.05rem;
  margin-bottom: clamp(1.125rem, 0.625vw + 0.9375rem, 1.5rem);
}

.lt-article__body h3,
.lt-article__body .h3 {
  --flow-space: clamp(2.25rem, 2.0833vw + 1.6250rem, 3.5rem);
  color: #000000;
  font-size: clamp(1.25rem, 0.625vw + 0.875rem, 1.5rem);
  font-weight: 600;
  letter-spacing: -0.05rem;
  margin-bottom: clamp(0.5rem, 0.4167vw + 0.375rem, 0.75rem);
}

.lt-article__body h4,
.lt-article__body h5,
.lt-article__body h6,
.lt-article__body .h1,
.lt-article__body .h2,
.lt-article__body .h4,
.lt-article__body .h5,
.lt-article__body .h6 {
  color: #191a1f;
}

.lt-article__body ul li,
.lt-article__body ol li {
  margin-bottom: 0.625rem !important;
}

.lt-article__body ul li:last-child,
.lt-article__body ol li:last-child {
  margin-bottom: clamp(1rem, 0.3333vw + 0.9000rem, 1.2rem);
}

.lt-article__body .list-bullet ul:not([class]) > li,
.lt-article__body .list-bullet > li {
  margin-top: 0 !important;
  margin-bottom: 1.25rem !important;
}

.lt-article__body .list-bullet ul:not([class]) > li:last-child,
.lt-article__body .list-bullet > li:last-child {
  margin-bottom: 1.5rem !important;
}

.lt-article__body .list-bullet > li:before {
  background-color: #191a1f !important;
  width: 1.9em !important;
  height: 1.9em !important;
  line-height: 1.9em !important;
}

.lt-article__body .callout,
.lt-article__body .note,
.lt-article__body .warning,
.lt-article__body .danger,
.lt-article__body .success {
  --flow-space: clamp(1.75rem, 1.25vw + 1.3750rem, 2.5rem);
  margin-bottom: clamp(1.75rem, 1.25vw + 1.3750rem, 2.5rem);
}

.lt-article__body .callout > * + *,
.lt-article__body .note > * + *,
.lt-article__body .warning > * + *,
.lt-article__body .danger > * + *,
.lt-article__body .success > * + * {
  margin-top: 0.5rem;
}

.lt-article__body zd-summary-block {
  display: block;
  --flow-space: --flow-space: clamp(1rem, 0.3333vw + 0.9000rem, 1.2rem);
}

@media (max-width: 767px) {
  .content-tags {
    margin-bottom: 2rem;
  }

  .lt-article-vote {
    margin-bottom: 2rem;
  }
}

/* Tablet range - ensure 18px applies */
@media (min-width: 769px) and (max-width: 1199px) {
  .section-page .lt-header .lt-flow h1 + div {
    font-size: 18px !important;
    font-weight: 300 !important;
    margin-top: 10px;
  }
}

 /* Section description styling - match category description */
.section-page .lt-header .lt-flow h1 + div {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 10px;
}

/* Remove underlines from section page article card links */
.section-page .lt-article-box__item .lt-card__link,
.section-page .lt-article-box__item .lt-card__link:hover,
.section-page .lt-article-box__item .lt-card__link h4,
.section-page .lt-article-box__item .lt-card__link p {
  text-decoration: none !important;
}

/* Preventing a Grid Blowout https://css-tricks.com/preventing-a-grid-blowout/ */

.lt-article-container__article.lt-bg-light {
  color: #000000;
}

html.sidenav-enabled .lt-section-articles {
  display: none;
}

.toc-enabled .lt-article-container__toc {
  display: block;
}

.toc-enabled .lt-article-container__sidebar {
  padding-bottom: 24px;
}

.lt-article-list {
  margin-top: 0;
  margin-bottom: 0;
  list-style: none;
}

[dir="ltr"] .lt-article-list {
  padding-left: 0;
}

[dir="rtl"] .lt-article-list {
  padding-right: 0;
}

.lt-article-list > * + * {
  margin-top: 1rem;
}

/* Related articles links - blue underline on hover */
.lt-article-list a:hover,
.lt-article-list__link:hover {
  color: var(--color-brand-primary) !important;
  text-decoration: underline !important;
}

.lt-star-icon {
  position: relative;
  top: -0.125rem;
  width: 0.75rem;
  height: 0.75rem;
  vertical-align: middle;
  fill: var(--color-service-warning);
}

.lt-promoted-articles-accordion .accordion {
  background-color: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  position: relative;
}

.lt-promoted-articles-accordion .accordion::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #D1D3DB;
  transform-origin: left;
}

.lt-promoted-articles-accordion article-accordion:last-child .accordion::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #D1D3DB;
}

.lt-promoted-articles-accordion .accordion:not([open]):hover::before {
  background: #2B61FF;
  animation: ltx-line-slide 0.8s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

.lt-promoted-articles-accordion .accordion[open]::before {
  background: #2B61FF;
}

.lt-promoted-articles-accordion .accordion.closing .accordion__content {
  max-height: 0;
  opacity: 0;
  padding-bottom: 0;
}

@keyframes ltx-line-slide {
  from { transform: scaleX(0); }
  to   { transform: scaleX(1); }
}

.lt-promoted-articles-accordion article-accordion:last-child .accordion {
  border-bottom: none;
}

.lt-promoted-articles-accordion .accordion .accordion__content {
  border-top: none;
}

.lt-promoted-articles-accordion .accordion__content {
  overflow: hidden;
  max-height: 0;
  padding-top: 0;
  padding-bottom: 0;
  transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1),
              padding 0.4s cubic-bezier(0.4, 0, 0.2, 1),
              opacity 0.4s ease;
  opacity: 0;
}

.lt-promoted-articles-accordion .accordion[open] .accordion__content {
  max-height: 600px;
  padding-top: 0 !important;
  padding-bottom: 1rem;
  opacity: 1;
}

/* Fix promoted articles accordion - hide headings and ensure text is visible */
.lt-promoted-articles-accordion .accordion__content h1,
.lt-promoted-articles-accordion .accordion__content h2,
.lt-promoted-articles-accordion .accordion__content h3,
.lt-promoted-articles-accordion .accordion__content h4,
.lt-promoted-articles-accordion .accordion__content h5,
.lt-promoted-articles-accordion .accordion__content h6 {
  display: none !important;
}

/* Ensure all text in accordion content is visible */
.lt-promoted-articles-accordion .accordion__content {
  color: var(--color-text-primary) !important;
}

.lt-promoted-articles-accordion .accordion__content p,
.lt-promoted-articles-accordion .accordion__content li,
.lt-promoted-articles-accordion .accordion__content span {
  color: var(--color-text-primary) !important;
}

/* Promoted articles accordion content styling */
.lt-promoted-articles-accordion .accordion__content p {
  font-size: clamp(1rem, 0.1667vw + 0.9500rem, 1.1rem);
  font-weight: 300;
}

/* Remove indent — zero out the base accordion horizontal margins */
.lt-promoted-articles-accordion .accordion .accordion__content {
  padding-top: 0 !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* Read More — styled as carousel MORE button */
.lt-promoted-articles-accordion .accordion__content a {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 6px 12px;
  border: 1px solid #D1D3DB;
  border-radius: 20px;
  font-family: 'Miriam Libre', sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #ffffff !important;
  text-decoration: none;
  width: fit-content;
  margin-top: 2rem !important;
  transition: background 0.2s ease, border-color 0.2s ease, font-weight 0.1s ease;
}

.lt-promoted-articles-accordion .accordion__content a:hover {
  background: #2B61FF;
  border-color: #2B61FF;
  color: #ffffff !important;
  text-decoration: none;
    font-weight: 600;
}

.lt-promoted-articles-accordion .accordion__content a::after {
  content: '→';
  font-family: 'Miriam Libre', sans-serif;
  display: inline-block;
  transition: transform 0.25s ease;
}

.lt-promoted-articles-accordion .accordion__content a:hover::after {
  transform: translateX(3px);
}

.lt-promoted-articles-accordion.lt-flow {
  --flow-space: 0;
}

.lt-promoted-articles-accordion .accordion__summary {
  padding: 1.4rem 0.75rem;
  font-size: clamp(1.2rem, 0.5vw + 0.9rem, 1.4rem);
  font-weight: 300;
  letter-spacing: -0.02em;
}

.lt-promoted-articles-accordion .accordion__summary-wrapper::after {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M10.2 0V20M0 9.8H20' stroke='%23D1D3DB' stroke-width='1.8'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.lt-promoted-articles-accordion .accordion[open] .accordion__summary-wrapper::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20'%3E%3Cpath d='M0 9.8H20' stroke='%23ffffff' stroke-width='1.8'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}

#promoted-articles-accordion {
  max-width: 960px;
  margin: 0;
  width: 100%;
}

.lt-article-box__item h4 {
  color: var(--color-text-primary);
  font-weight: 400;
  font-size: 1.125rem;
  margin-bottom: 12px;
}

.lt-article-box__item p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 22.873px;
}

/* Match hover effect to recent articles - arrow instead of blue color */
.section-page .lt-article-box__item .lt-card__link:hover {
  color: inherit;
}

.section-page .lt-article-box__item .lt-card__link:hover h4 {
  color: var(--color-text-primary) !important;
}

.section-page .lt-article-box__item .lt-card__link:hover p {
  color: var(--color-text-primary) !important;
}

.lt-article-vote {
  border-top: 1px solid #d1d3db;
  border-bottom: 1px solid #d1d3db;
  padding: 20px 0;
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 3.75rem;
  width: 100%;
}

.lt-article-vote__controls {
  display: flex;
  gap: 12px;
}

.lt-article-vote__item {
  width: 40px !important;
  height: 40px !important;
  padding: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 40px !important;
  border: none !important;
  background: rgba(209, 211, 219, 0.3) !important;
  color: #191a1f !important;
  transition: background 0.2s ease, color 0.2s ease;
  overflow: hidden;
  font-size: 0 !important;
}

.lt-article-vote__item svg,
.lt-article-vote__item img {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  pointer-events: none;
}

.lt-article-vote__item span {
  display: none;
}

.lt-article-vote__item--up:hover,
.lt-article-vote__item--up:focus-visible,
.lt-article-vote__item--down:hover,
.lt-article-vote__item--down:focus-visible {
  background: rgba(43, 97, 255, 0.80) !important;
  color: #191a1f !important;
}

.lt-article-vote__item--up[aria-pressed="true"],
.lt-article-vote__item--down[aria-pressed="true"] {
  background: #2b61ff !important;
  color: #ffffff !important;
}

.lt-article-vote__item--up:hover img,
.lt-article-vote__item--up:focus-visible img,
.lt-article-vote__item--up[aria-pressed="true"] img {
  filter: brightness(0) invert(1);
}

.lt-article-vote__item--down:hover img,
.lt-article-vote__item--down:focus-visible img,
.lt-article-vote__item--down[aria-pressed="true"] img {
  filter: brightness(0) invert(1);
}

.lt-article-vote__count {
  display: none;
}

.lt-article-vote__label {
  font-size: 0.9rem;
  color: #000000;
  letter-spacing: 0.1em;
  transition: opacity 0.3s ease;
  letter-spacing: 0.02em;
}

.lt-article-vote__label strong {
  font-weight: 500;
}

.lt-article-page {
  margin-bottom: 2rem;
}

.lt-article {
  position: relative;
}

.lt-article .lt-meta,
.lt-article .lt-btn--icon {
  color: #868ea5 !important;
}

.lt-article-container__article .lt-btn--secondary {
  color: #191a1f;
  border-color: #191a1f;
}

[dir="ltr"] .lt-article-subscribe > * + * {
  margin-left: 1rem;
}

[dir="rtl"] .lt-article-subscribe > * + * {
  margin-right: 1rem;
}

/* Article page title */
.lt-article__title {
  color: #000000 !important;
  font-weight: 500 !important;
  font-size: clamp(1.875rem, 1.875vw + 0.975rem, 3rem) !important;
  letter-spacing: -0.05rem !important;
}

.lt-article__body .wysiwyg-font-size-x-large {
  font-size: var(--font-size-h2);
}

.lt-article__body .wysiwyg-font-size-large {
  font-size: var(--font-size-h3);
}

.lt-article__body .wysiwyg-font-size-medium {
  font-size: var(--font-size-h4);
}

.lt-article__body .wysiwyg-font-size-small {
  font-size: var(--text-sm);
}

.lt-article__body a {
  color: var(--color-brand-primary);
}

/* Remove underline from all links (including WYSIWYG underline class) */
.lt-article__body a,
.lt-article__body .wysiwyg-underline {
  text-decoration: none !important;
}

.lt-article__header {
  margin-bottom: 1.5rem;
  padding-bottom: 0.375rem;
  border-bottom: 1px solid #E0E2E2;
}

.lt-article__title.lt-mb-3 {
  margin-bottom: 0.5rem !important;
}

.lt-article__header .lt-mb-4 {
  margin-bottom: 0.75rem !important;
}

/* Category */
.lt-category-tree-item {
  margin-bottom: 2rem;
}

.lt-category-tree-item__sections {
  margin-bottom: 1.5rem;
}

/* Match vertical spacing to horizontal spacing on category section cards */
.lt-category-tree-item__sections .section {
  margin-bottom: 2rem !important; /* Reduce from ~4.5rem to 2rem to match column gaps */
}

.lt-category-tree-item__title-link {
  color: inherit;
}

.lt-category-tree-item + .lt-category-tree-item {
  padding-top: 2rem;
  border-top: var(--border-width) solid var(--color-border);
}

.lt-section-link {
  color: inherit;
  text-decoration: none;
  font-size: 1.6rem !important;
}

.lt-section-link:hover,
.lt-section-link:focus {
  color: inherit;
  text-decoration: none;
}

/* Show all articles link - arrow on hover */
.lt-card--section .lt-underlined-link {
  position: relative;
  transition: padding-right 0.2s ease;
}

.lt-card--section .lt-underlined-link:hover,
.lt-card--section .lt-underlined-link:focus {
  opacity: 1 !important;
  color: #73A9FF !important; /* Keep the same color, don't darken */
  padding-right: 1.25rem;
}

.lt-card--section .lt-underlined-link:hover::after,
.lt-card--section .lt-underlined-link:focus::after {
  content: '→';
  position: absolute;
  right: 0;
  transition: right 0.2s ease;
}

.lt-card--section .lt-article-list-item__link {
  color: var(--color-text-primary);
  font-size: 1.1rem;
  font-weight: 300;
}

.lt-card--section .lt-article-list-item__link:hover,
.lt-card--section .lt-article-list-item__link:focus {
  color: inherit !important;
  text-decoration: underline !important;
}

.lt-card--section .lt-underlined-link {
  font-size: 1rem;
}

.lt-section__icon {
  display: none;
}

.lt-section-articles summary {
  font-size: var(--text-lg);
}

/* Section title - arrow on hover */
.lt-section-link {
  display: inline;
  text-decoration: none;
}

.lt-section-link::after {
  content: ' →';
  display: inline;
  margin-left: 0.25rem;
  opacity: 0;
  transform: translateX(-5px);
  transition: opacity 0.2s ease, transform 0.2s ease, margin-left 0.2s ease;
}

.lt-section-link:hover,
.lt-section-link:focus {
  color: inherit;
  text-decoration: none;
}

.lt-section-link:hover::after,
.lt-section-link:focus::after {
  opacity: 1;
  transform: translateX(0);
  margin-left: 0.5rem;
}

@media (min-width: 1200px) {
  .lt-section-articles .accordion {
    overflow: visible;
    border: 0;
  }

  .lt-section-articles summary {
    margin-bottom: 1rem;
    padding: 0 !important;
    font-size: var(--text-xl);
  }

  .lt-section-articles .accordion__content {
    overflow: visible;
    margin: 0;
    padding: 0;
    border: 0;
  }

  .lt-section-articles .accordion__summary-wrapper > .lt-icon {
    display: none;
  }
}
/* Community */
.lt-community-nav-item {
  display: block;
  margin-bottom: 1rem;
}

@media (min-width: 768px) {
  [dir="ltr"] .lt-community-nav-item + .lt-community-nav-item {
    margin-left: 1rem;
  }

  [dir="rtl"] .lt-community-nav-item + .lt-community-nav-item {
    margin-right: 1rem;
  }
}

.lt-community-nav-item.is-active {
  font-weight: var(--font-weight-bold);
}

[dir="ltr"] .lt-follow > * + * {
  margin-left: 1rem;
}

[dir="rtl"] .lt-follow > * + * {
  margin-right: 1rem;
}

@media (min-width: 576px) {
  .lt-topic-controls {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 576px) {
  .lt-topic-controls__item {
    display: flex;
    align-items: center;
  }
}

.lt-topic-controls__item--subscribe {
  display: flex;
  align-items: center;
}

.lt-post {
  position: relative;
}

.lt-post__text {
  margin-bottom: 2rem;
  word-wrap: break-word;
}

.lt-post__actions {
  padding-top: 0.5rem;
}

.lt-post__actions svg {
  width: 1.5rem;
  height: 1.5rem;
}

.lt-post__actions button {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  cursor: pointer;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  align-items: center;
  justify-content: center;
}

.lt-post-callout {
  border-radius: var(--border-radius-lg);
}

.lt-post-list-item {
  padding-top: 1rem;
  margin-bottom: 1rem;
  border-top: var(--border-width) solid var(--color-border);
}

.lt-post-list-item__side {
  min-width: 120px;
}

.community-badge-achievements img {
  width: 1rem;
  height: 1rem;
}

.community-badge-titles img {
  width: 1rem;
  height: 1rem;
}

.profile-info .community-badge-achievements img {
  width: 2.5rem;
  height: 2.5rem;
}

.hotposts-header {
  display: block;
  margin-bottom: 0.5rem;
}

.hotposts-meta {
  display: flex;
  width: 100%;
}

.hotposts-author,
.hotposts-comments,
.hotposts-date,
.hotposts-img,
.hotposts-votes {
  display: inline-flex;
  align-items: center;
}

.hotposts-img {
  width: 20px;
  height: 20px;
  overflow: hidden;
  vertical-align: bottom;
  border-radius: 50%;
}

[dir="ltr"] .hotposts-img {
  margin-right: 8px;
}

[dir="rtl"] .hotposts-img {
  margin-left: 8px;
}

.hotposts-img img {
  display: block;
  width: 100%;
  height: 100%;
}

.hotposts-name {
  display: inline-block;
  vertical-align: bottom;
}

.hotposts-icon {
  display: inline-flex;
  width: 13px;
  height: 13px;
  background-repeat: no-repeat;
  background-size: contain;
}

[dir="ltr"] .hotposts-icon {
  margin-right: 4px;
}

[dir="rtl"] .hotposts-icon {
  margin-left: 4px;
}

.hotposts-tabs .tab {
  padding: 15px 0 0;
  margin: 0;
  border: none;
}

.hotposts-tabs .tabs-menu {
  border-bottom: var(--border-width) solid #eceeef;
}

.hotposts-tabs .tabs-link {
  padding: 0 0 8px;
  margin-bottom: -2px;
  color: #2d7ccc;
  border: none;
  border-bottom: var(--border-width) solid #eceeef;
}

[dir="ltr"] .hotposts-tabs .tabs-link {
  margin-right: 20px;
}

[dir="rtl"] .hotposts-tabs .tabs-link {
  margin-left: 20px;
}

.hotposts-tabs .tabs-link:hover,
.hotposts-tabs .tabs-link:focus {
  color: #1f568d;
}

.hotposts-tabs .tabs-link.is-active {
  color: #4e5565;
  border-color: #4e5565;
}
/* Request */
.lt-request-table-filters {
  display: flex;
  padding: 1rem;
  margin-bottom: 1.5rem;
  flex-direction: column;
  background-color: var(--color-bg-secondary);
  border-radius: var(--border-radius-lg);
  gap: 1rem;
}
@media (min-width: 768px) {
  .lt-request-table-filters {
    width: 100%;
    flex-direction: row;
    justify-content: space-between;
    gap: 2rem;

    align-items: flex-end;
  }
}

.lt-request-table-filters__item--search {
  flex: 1;
}

.lt-request-table-organization__col--button [role="button"] {
  height: calc(1rem + var(--padding-base-horizontal) + 2px);
  padding-top: 0;
  padding-bottom: 0;
  line-height: calc(1rem + var(--padding-base-horizontal) + 2px);
}

[dir="ltr"] .lt-request-table-organization__col--button {
  padding-left: calc(var(--padding-base-horizontal) / 2);
}

[dir="rtl"] .lt-request-table-organization__col--button {
  padding-right: calc(var(--padding-base-horizontal) / 2);
}

.requests-sort-symbol {
  position: absolute;
  bottom: 0;
  font-size: var(--text-xxs);
}

[dir="ltr"] .requests-sort-symbol {
  left: calc(100% + 0.25rem);
}

[dir="rtl"] .requests-sort-symbol {
  right: calc(100% + 0.25rem);
}

.lt-request-page {
  margin-bottom: 3rem;
  background-color: #f7f8fc;
  color: #191a1f;
  padding-top: 3rem;
}

/* Remove bottom margin from hero unit on request page only */
body:has(.lt-request-page) .lt-hero-unit.lt-mb-8 {
  margin-bottom: 0 !important;
}

/* Make entry info text darker on request pages */
.lt-request-page .lt-entry-info .lt-meta {
  color: #868EA5 !important;
}

.lt-request-page .lt-entry-info .author a {
  color: #353434;
}

.lt-request-id {
  margin-bottom: 1rem;
  font-weight: var(--font-weight-bold);
}

.lt-request-follow-up:empty {
  display: none;
}

.lt-request-sidebar {
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: var(--text-sm);
  background-color: var(--block-bg);
  border-radius: var(--border-radius-base);
  color: #ffffff;
}

.lt-request-sidebar dt {
  color: #9ca3af;
  font-size: 13px;
  font-weight: 400;
}

.lt-request-sidebar dd {
  color: #ffffff;
  font-size: 15px;
  font-weight: 500;
  margin-top: 0.25rem !important;
}

/* File upload styling on request page - match new request form */
.lt-request-page .upload-dropzone {
  background-color: #f7f8fc;
  border: 1px solid #353434;
  border-style: solid;
  border-radius: var(--border-radius-base);
  padding: 2rem;
  min-height: 120px;
  margin-top: 1.75rem;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: background-color 0.2s ease, border-color 0.2s ease;
  box-shadow: rgba(0, 0, 0, 0.06) 0px 0px 2px 0px, rgba(0, 0, 0, 0.02) 0px 4px 8px 0px;
}

.lt-request-page .upload-dropzone span {
  color: #191a1f !important;
  font-weight: 400;
}

.lt-request-page .upload-dropzone a {
  color: #191a1f !important;
}

.lt-request-page .upload-dropzone:hover {
  background-color: #e8f0ff;
  border-color: #2B61FF;
}

.lt-request-page .upload-dropzone:focus-within {
  background-color: #e8f0ff;
  border-color: #2B61FF;
}

/* Add spacing above sidebar when it wraps below content on mobile */
@media (max-width: 767px) {
  .lt-request-sidebar {
    margin-top: 2rem;
  }
}

/* END OF LOTUS THEME */

/* Full-width footer matching header layout */
.lt-footer .lt-container {
  max-width: 100%;
  width: 100%;
}

.lt-footer .lt-container-inner {
  max-width: 100%;
}

/* Divider between header and breadcrumb/search bar on non-home pages */
body:not(.homepage) .lt-hero-unit.lt-container {
  border-top: 0.5px solid #8C8C8F;
}


/* Indent dropdown items in mobile menu only */
@media (max-width: 991px) {
  .lt-dropdown-menu--topbar a[role="menuitem"] {
    padding-left: 1.5rem; /* Try 1.5rem, 2rem, or 2.5rem */
  }
}

/* Change category description on category page*/
.lt-category-tree-item__title + div {
  font-size: 1.1rem;
  font-weight: 300;
  line-height: 1.5;
  margin-top: 10px !important;
}

@media (max-width: 768px) {
  .lt-category-tree-item__title + div {
    font-size: 16px;
  }
}

/* Fix video card border - make it apply to wrapper instead of link */
.lt-video-item-wrapper.lt-card--shadow {
  position: relative;
  border: 1px solid #353434;
  box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.08), 0 8px 16px 0 rgba(0, 0, 0, 0.04);
  border-radius: var(--border-radius-base);
  overflow: hidden;
  background-color: var(--block-bg);
}

/* Apply hover effects to video item wrapper */
.lt-video-item-wrapper.lt-card--shadow {
  transition: background-color 0.3s ease, border-color 0.3s ease;
}

.lt-video-item-wrapper.lt-card--shadow:hover {
  background-color: #2d2e34;
  border-color: var(--color-brand-primary);
}

/* Keep the link pseudo-element hidden */
.lt-video-item-wrapper .lt-card__link:before {
  display: none;
}

zd-summary-block,
[dir="ltr"] zd-summary-block {
  display: flex !important;
  flex-direction: column !important;
  padding: 1.5rem 1.5rem 2rem !important;
  gap: .9rem !important;
  border-radius: 12px !important;
  border: none !important;
  border-left: none !important;
  position: relative !important;
  background: #EEF3FF !important;
  margin-bottom: 2.25rem;
}

zd-summary-block p {
  font-size: clamp(1rem, 0.1667vw + 1rem, 1.05rem) !important;
  line-height: 1.4;
}

.zd-summary-block__header-icon svg {
  display: block;
  margin-top: -2px;
}

zd-summary-block::before {
  content: "" !important;
  position: absolute !important;
  inset: 0 !important;
  border-radius: 12px !important;
  padding: 2px !important;
  background: linear-gradient(135deg, #2B61FF, #FC04DF) !important;
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0) !important;
  -webkit-mask-composite: xor !important;
  mask-composite: exclude !important;
  pointer-events: none !important;
}

[dir="ltr"] zd-summary-block {
  border-left: none !important;
}

.zd-summary-block__header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 6px;
}

.zd-summary-block__header-icon {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  display: block;
}

.zd-summary-block__header-label {
  font-family: 'Miriam Libre', sans-serif;
  font-weight: 700;
  font-size: 0.875rem;
  line-height: 1.286;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #191A1F;
}

zd-summary-block > *:not(.zd-summary-block__header) {
  padding-left: 1.5rem;
}

[x-cloak] { display: none !important; }

/* Homepage hero unit bottom margin only */
.homepage .lt-hero-unit {
  margin-bottom: clamp(100px, 5vw + 60px, 120px) !important;
}

body:not(.scrolled) .lt-topbar {
  background-color: rgba(11, 11, 11, 0.7) !important;
  transition: background-color 0.3s ease;
}

body.scrolled .lt-topbar,
body:not(.homepage) .lt-topbar {
  background-color: rgba(11, 11, 11, 0.7) !important;
}

/* Light background for search results page content */
.lt-search-results-page {
  background-color: #f7f8fc;
  color: #191A1F;
}

/* Fix text colors on search results page */
.lt-search-results-page .breadcrumbs a,
.lt-search-results-page .lt-breadcrumbs--search-results a {
  color: #353434 !important;
}

/* Fix breadcrumb arrow color to dark */
.lt-search-results-page .breadcrumbs > li + li:before,
.lt-search-results-page .react-breadcrumbs ol > li + li:before {
  content: url("data:image/svg+xml,%3Csvg width='8' height='15' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.209209 0.209209C0.488155 -0.0697365 0.940416 -0.0697365 1.21936 0.209209L7.64793 6.63778C7.92688 6.91673 7.92688 7.36899 7.64793 7.64793L1.21936 14.0765C0.940416 14.3555 0.488155 14.3555 0.209209 14.0765C-0.0697365 13.7976 -0.0697365 13.3453 0.209209 13.0664L6.13271 7.14286L0.209209 1.21936C-0.0697365 0.940416 -0.0697365 0.488155 0.209209 0.209209Z' fill='%23191A1F'/%3E%3C/svg%3E%0A") !important;
}

/* Smaller breadcrumbs on desktop */
@media (min-width: 768px) {
  .breadcrumbs,
  .react-breadcrumbs ol {
    font-size: 14px;
  }
}

.breadcrumbs > li + li:before,
.react-breadcrumbs ol > li + li:before {
  content: url("data:image/svg+xml,%3Csvg width='5' height='10' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.209209 0.209209C0.488155 -0.0697365 0.940416 -0.0697365 1.21936 0.209209L7.64793 6.63778C7.92688 6.91673 7.92688 7.36899 7.64793 7.64793L1.21936 14.0765C0.940416 14.3555 0.488155 14.3555 0.209209 14.0765C-0.0697365 13.7976 -0.0697365 13.3453 0.209209 13.0664L6.13271 7.14286L0.209209 1.21936C-0.0697365 0.940416 -0.0697365 0.488155 0.209209 0.209209Z' fill='white'/%3E%3C/svg%3E%0A");
}

.lt-search-results-page .lt-search-result__title a {
  color: var(--color-brand-primary) !important;
}

.lt-search-results-page .lt-meta__link {
  color: #868EA5 !important;
}

/* Smaller breadcrumbs and date on search results */
.lt-search-results-page .breadcrumbs,
.lt-search-results-page .lt-breadcrumbs--search-results {
  font-size: 14px;
}

/* Scale down breadcrumb arrow icon to match 14px text */
.lt-search-results-page .breadcrumbs > li + li:before,
.lt-search-results-page .react-breadcrumbs ol > li + li:before {
  content: url("data:image/svg+xml,%3Csvg width='6' height='12' viewBox='0 0 8 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.209209 0.209209C0.488155 -0.0697365 0.940416 -0.0697365 1.21936 0.209209L7.64793 6.63778C7.92688 6.91673 7.92688 7.36899 7.64793 7.64793L1.21936 14.0765C0.940416 14.3555 0.488155 14.3555 0.209209 14.0765C-0.0697365 13.7976 -0.0697365 13.3453 0.209209 13.0664L6.13271 7.14286L0.209209 1.21936C-0.0697365 0.940416 -0.0697365 0.488155 0.209209 0.209209Z' fill='%23191A1F'/%3E%3C/svg%3E%0A") !important;
  transform: scale(0.75);
  display: inline-block;
}

.lt-footer-5-columns {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-items: center;
  gap: 3rem 2rem;
}

.lt-footer-column {
  text-align: center;
}

@media (min-width: 1200px) {
  .lt-footer-5-columns {
    grid-template-columns: repeat(5, 1fr);
    gap: 2rem;
  }
}

.lt-footer__bottom--centered {
  justify-content: center;
}

/* ========================================
   ALERTS BANNER POSITIONING & STYLING
   ======================================== */

/* Remove any body/html margin that creates gap at top */
html, body {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Remove spacing from main containers */
.lt-header-wrapper,
header-component,
main,
.container {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

@keyframes alertGradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

/* Force alerts to absolute top */
alerts-banner {
  position: sticky;
  top: 0;
  z-index: 1001;
  display: block;
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

/* Ensure alerts appear before everything */
body > alerts-banner:first-child,
body > *:first-child alerts-banner {
  margin-top: 0 !important;
}

/* Alert styling - all in CSS for easy editing */
alerts-banner .alert {
  display: flex;
  flex-flow: row nowrap;
  padding: 4px 1.5rem;
  align-items: center;
  position: relative;
  color: #fff;
  min-height: 36px;
  width: 100%;
  z-index: 1000;
  border-radius: 0;
  margin: 0;
}

alerts-banner .alert__body {
  flex-grow: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.25rem;
  font-family: 'Miriam Libre', sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.375;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}

alerts-banner .alert__title {
  font-weight: 600;
  display: inline;
  margin: 0;
}

alerts-banner .alert__text {
  display: inline;
  margin: 0;
}

alerts-banner .alert__close {
  margin: 0;
  margin-left: 1rem;
  padding: 0.25rem;
  border: 0;
  background: transparent;
  color: #fff;
  flex-shrink: 0;
  cursor: pointer;
  transition: opacity 0.2s ease;
}

alerts-banner .alert__close:hover {
  opacity: 0.7;
}

alerts-banner .alert__close svg {
  width: 1.25rem;
  height: 1.25rem;
  display: block;
}

alerts-banner .alert__text a,
alerts-banner .alert__body a {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
  transition: opacity 0.2s ease;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
}

alerts-banner .alert__text a:hover,
alerts-banner .alert__body a:hover {
  opacity: 0.8;
}

/* Arrow icon for links */
alerts-banner .alert__text a::after,
alerts-banner .alert__body a::after {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke-width='2' stroke='white'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M13.5 4.5L21 12m0 0l-7.5 7.5M21 12H3' /%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-left: 0.25rem;
}

.lt-header-wrapper--sticky:not(:first-child) {
  top: 32px !important;
}

/* Adjust for when there are no alerts (they get removed/dismissed) */
alerts-banner:empty + * .lt-header-wrapper--sticky,
body:not(:has(alerts-banner .alert)) .lt-header-wrapper--sticky {
  top: 0 !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
  alerts-banner .alert {
    padding: 0.375rem 1rem;
    font-size: 14px;
  }
  
  alerts-banner .alert__body {
    text-align: left;
    justify-content: flex-start;
  }
  
  alerts-banner .alert__close {
    margin-left: 0.75rem;
  }
}

/* Custom article CTA button */
.article-cta-button {
  display: inline-block;
  color: #000 !important;
  padding: 4px 10px;
  background-color: transparent;
  border: 1.5px solid #000;
  border-radius: 4px;
  text-decoration: none !important;
  transition: all 0.2s ease;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 0.3px;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.08);
}

.article-cta-button:hover,
.article-cta-button:active,
.article-cta-button:focus {
  color: var(--color-brand-primary) !important;
  text-decoration: none !important;
  background-color: transparent;
  border-color: var(--color-brand-primary);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
}

/* ── Instant search autocomplete dropdown ── */
zd-autocomplete {
  background-color: #191A1F !important;
  border-radius: 8px !important;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.4) !important;
  border: 1px solid rgba(255, 255, 255, 0.08) !important;
  padding: 24px !important;
  overflow: hidden;
}

zd-autocomplete-header {
  display: block;
  font-family: 'Miriam Libre', sans-serif;
  font-size: 17.6px;
  font-weight: 400;
  color: #FFFFFF;
  letter-spacing: 0.02em;
  text-align: center;
  padding-bottom: 16px;
  margin-bottom: 4px;
  border-bottom: 1px solid #D1D3DB;
}

zd-autocomplete-multibrand {
  display: block;
  padding: 16px;
  border-radius: 4px;
  border-bottom: 1px solid rgba(53, 52, 52, 0.6);
  background-color: transparent !important;
  cursor: pointer;
  transition: background-color 0.15s ease;
}

zd-autocomplete-multibrand:last-child {
  border-bottom: none;
}

zd-autocomplete-multibrand:hover {
  background-color: rgba(53, 52, 52, 0.35) !important;
  outline: none;
}

zd-autocomplete-multibrand,
zd-autocomplete-multibrand:focus,
zd-autocomplete-multibrand[aria-selected="true"] {
  border-left-color: #2B61FF !important;
  outline: none;
}

zd-autocomplete-title-multibrand {
  display: block;
  font-family: 'Brown LL', sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #FFFFFF !important;
  margin-bottom: 8px;
}

zd-autocomplete-title-multibrand em {
  display: inline;
  font-style: normal;
  font-weight: inherit;
  background-color: rgba(115, 169, 255, 0.5);
  border-radius: 3px;
  padding: 0 2px;
  color: #FFFFFF !important;
}

zd-autocomplete-breadcrumbs-multibrand {
  display: block;
  font-family: 'Brown LL', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.2;
  color: #F7F8FC !important;
  letter-spacing: 0.03em;
}

/* ============================================
   Article FAQ Block
   ============================================ */

.ltx-faq {
  padding-top: 1rem;
}

.ltx-faq__item {
  border-top: 1px solid #353434;
  list-style: none;
}

.ltx-faq__item:last-child {
  border-bottom: 1px solid #353434;
}

.ltx-faq__question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 0.75rem;
  font-size: clamp(1.1rem, 0.5vw + 0.9rem, 1.4rem);
  font-weight: 400;
  color: #191a1f;
  cursor: pointer;
  list-style: none;
  user-select: none;
}

.ltx-faq__question::-webkit-details-marker {
  display: none;
}

.ltx-faq__question::after {
  content: '';
  display: block;
  flex-shrink: 0;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cpath d='M14 4v20M4 14h20' stroke='%232b61ff' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  transition: transform 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.ltx-faq__item[open] > .ltx-faq__question::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='28' viewBox='0 0 28 28'%3E%3Cpath d='M4 14h20' stroke='%232b61ff' stroke-width='1.8' stroke-linecap='round'/%3E%3C/svg%3E");
  transform: rotate(180deg);
}

.ltx-faq__answer {
  overflow: hidden;
}

.ltx-faq__answer-inner {
  padding: 0.25rem 0.75rem 1.25rem;
}