/*! tailwindcss v4.3.3 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
      "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji",
      "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-blue-700: oklch(48.8% 0.243 264.376);
    --color-blue-800: oklch(42.4% 0.199 265.638);
    --color-slate-900: oklch(20.8% 0.042 265.755);
    --color-white: #fff;
    --spacing: 0.25rem;
    --font-weight-semibold: 600;
    --radius-lg: 0.5rem;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring:where(:not(iframe)) {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .sticky {
    position: sticky;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .h-full {
    height: 100%;
  }
  .w-full {
    width: 100%;
  }
  .flex-1 {
    flex: 1;
  }
  .list-inside {
    list-style-position: inside;
  }
  .list-outside {
    list-style-position: outside;
  }
  .list-decimal {
    list-style-type: decimal;
  }
  .list-disc {
    list-style-type: disc;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .justify-start {
    justify-content: flex-start;
  }
  .gap-0 {
    gap: 0px;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-7 {
    gap: calc(var(--spacing) * 7);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-9 {
    gap: calc(var(--spacing) * 9);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .self-end {
    align-self: flex-end;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .bg-slate-900 {
    background-color: var(--color-slate-900);
  }
  .py-20 {
    padding-block: calc(var(--spacing) * 20);
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-white {
    color: var(--color-white);
  }
  .italic {
    font-style: italic;
  }
  @media (width >= 40rem) {
    .sm\:block {
      display: block;
    }
    .sm\:hidden {
      display: none;
    }
  }
  @media (width >= 48rem) {
    .md\:block {
      display: block;
    }
    .md\:hidden {
      display: none;
    }
    .md\:py-32 {
      padding-block: calc(var(--spacing) * 32);
    }
  }
  @media (width >= 64rem) {
    .lg\:block {
      display: block;
    }
    .lg\:hidden {
      display: none;
    }
  }
}
@layer base {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  ul:not([class]) {
    list-style-type: disc;
    padding-left: calc(var(--spacing) * 3);
  }
  ol:not([class]) {
    list-style-type: decimal;
    padding-left: calc(var(--spacing) * 3);
  }
  li + li {
    margin-top: calc(var(--spacing) * 2);
  }
  .resource-item {
    display: flex;
    flex-direction: column;
  }
}
@layer components {
  .site-button {
    display: inline-flex;
    align-items: center;
    border-radius: var(--radius-lg);
    padding-inline: calc(var(--spacing) * 6);
    padding-block: calc(var(--spacing) * 3);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .site-button-primary {
    background-color: var(--color-blue-700);
    color: var(--color-white);
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-blue-800);
      }
    }
  }
}
@layer utilities {
  html {
    scroll-behavior: smooth;
  }
  .justify-between {
    justify-content: space-between;
  }
  .items-center {
    align-items: center;
  }
  .flex {
    display: flex;
  }
  .flex-col {
    flex-direction: column;
  }
  .features li::marker {
    color: var(--wp--preset--color--hcp-primary-luforbec-200-green) !important;
    font-weight: 700 !important;
  }
  .features.red li::marker {
    color: var(--wp--preset--color--hcp-primary-luforbec-100-pink) !important;
    font-weight: 700 !important;
  }
  .page-id-77 {
    background-color: #009145 !important;
    min-height: 100vh;
  }
  .resource-item, .shadow {
    box-shadow: 4px 4px 0 0 #000;
  }
  li.second {
    margin-left: 12px;
  }
  .icon-text {
    position: relative;
    padding-left: 34px;
  }
  .icon-text1 {
    position: relative;
    padding-left: 34px;
  }
  .icon-text::before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.2em;
    width: 25px;
    height: 25px;
    background-image: url('/wp-content/uploads/2026/07/mail.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }
  .icon-text1::before {
    content: "";
    position: absolute;
    left: 0;
    top: -0.2em;
    width: 25px;
    height: 25px;
    background-image: url('/wp-content/uploads/2026/07/tel.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }
  strong {
    font-family: "AgendaOne", Arial, sans-serif !important;
    font-weight: 700 !important;
  }
  .list-decimal.crke {
    list-style-type: lower-alpha;
  }
  .separator {
    border-top: 4px solid !important;
  }
  #navigacija-patient {
    display: flex;
    flex-direction: row;
    font-family: "AgendaOne", Arial, sans-serif;
    justify-content: center;
    border-top: 1px solid white;
    border-bottom: 1px solid white;
    background: var(--wp--preset--color--hcp-primary-luforbec-100-pink);
    border-radius: 50px;
  }
  #navigacija-patient a {
    appearance: none;
    padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--ml);
    text-align: center;
    border-right: 1px solid white;
    background: var(--wp--preset--color--hcp-primary-luforbec-100-pink);
    color: white;
    font-size: var(--wp--preset--font-size--heading-3);
    font: inherit;
    font-weight: 700;
    cursor: pointer;
  }
  #navigacija-patient a:first-child {
    border-left: 1px solid white;
  }
  @media (max-width: 600px) {
    #navigacija-patient {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0 -var(--wp--preset--spacing--m);
    }
    #navigacija-patient a {
      text-align: center;
      border-bottom: 1px solid white;
    }
  }
  .custom-tabs__buttons {
    display: flex;
    justify-content: center;
    gap: 0;
  }
  .custom-tabs__buttons.patient {
    width: 100%;
  }
  .custom-tabs__buttons.patient .custom-tabs__button {
    width: 20%;
  }
  .patient__buttons.patient .custom-tabs__button {
    width: 25%;
  }
  @media (max-width: 600px) {
    .custom-tabs__buttons {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin: 0 -var(--wp--preset--spacing--m);
    }
    .custom-tabs__buttons.patient .custom-tabs__button {
      width: 100%;
    }
  }
  .custom-tabs__button {
    appearance: none;
    padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--ml);
    border-top: 1px solid var(--wp--preset--color--hcp-primary-luforbec-200-green);
    border-bottom: 1px solid var(--wp--preset--color--hcp-primary-luforbec-200-green);
    border-right: 1px solid var(--wp--preset--color--hcp-primary-luforbec-200-green);
    background: white;
    color: var(--wp--preset--color--hcp-text-dark-grey);
    font-size: var(--wp--preset--font-size--heading-3);
    font: inherit;
    font-weight: 400;
    cursor: pointer;
  }
  .custom-tabs__button:first-child {
    border-left: 1px solid var(--wp--preset--color--hcp-primary-luforbec-200-green);
  }
  .custom-tabs__button:hover {
    color: #000;
  }
  .custom-tabs__button.is-active {
    background: var(--wp--preset--color--hcp-primary-luforbec-200-green);
    color: white;
  }
  .custom-tabs__button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 2px;
  }
  .custom-tabs__content[hidden] {
    display: none;
  }
  .custom-accordion {
    border-top: 1px solid #d8d8d8;
  }
  .custom-accordion__button {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: var(--wp--preset--spacing--l) var(--wp--preset--spacing--sm);
    background: var(--wp--preset--color--additional-colours-lupin-light-green);
    color: inherit;
    font-family: "AgendaOne", Arial, sans-serif;
    font-weight: 500;
    text-align: left;
    border-bottom: 4px solid var(--wp--preset--color--hcp-primary-lupin-green);
    cursor: pointer;
  }
  .custom-accordion__button.white {
    background: white;
  }
  .custom-accordion__button.clinical {
    padding: var(--wp--preset--spacing--sm) var(--wp--preset--spacing--m);
  }
  .custom-accordion__button h3 {
    font-family: "AgendaOne", Arial, sans-serif;
    font-weight: 500;
  }
  .red .custom-accordion__button {
    border-bottom: 4px solid var(--wp--preset--color--hcp-primary-luforbec-100-pink);
  }
  .custom-tabs__button.is-active {
    font-family: "AgendaOne", Arial, sans-serif;
    font-weight: 700;
  }
  .custom-accordion__button h3 {
    margin: 0 !important;
    font-family: "AgendaOne", Arial, sans-serif !important;
    font-weight: 500 !important;
  }
  .custom-accordion__button:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 4px;
  }
  .custom-accordion__icon {
    position: relative;
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    margin-left: 20px;
    color: var(--wp--preset--color--hcp-primary-lupin-green);
  }
  .red .custom-accordion__icon {
    color: var(--wp--preset--color--hcp-primary-luforbec-100-pink);
  }
  .custom-accordion__icon::before,
.custom-accordion__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 4px;
    background: var(--wp--preset--color--hcp-primary-lupin-green);
    transform: translate(-50%, -50%);
    transition: transform 0.2s ease;
  }
  .red .custom-accordion__icon::before,
.red .custom-accordion__icon::after {
    background: var(--wp--preset--color--hcp-primary-luforbec-100-pink);
  }
  .custom-accordion__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
  }
  .custom-accordion__item.is-open .custom-accordion__icon::after {
    transform: translate(-50%, -50%) rotate(0);
  }
  .custom-accordion__content {
    border-bottom: 4px solid var(--wp--preset--color--hcp-primary-lupin-green);
  }
  .clinical .custom-accordion__content {
    background: var(--wp--preset--color--additional-colours-lupin-light-green);
  }
  .white .custom-accordion__content {
    background: white;
  }
  .red .custom-accordion__content {
    border-bottom: 4px solid var(--wp--preset--color--hcp-primary-luforbec-100-pink);
  }
  .custom-accordion__content[hidden] {
    display: none;
  }
  .wp-block-navigation .wp-block-navigation-item {
    margin-top: 0px !important;
  }
  .wp-block-navigation .wp-block-navigation-item a {
    padding: 16px;
  }
  .wp-block-navigation a {
    border-bottom: 4px solid transparent;
  }
  .wp-block-navigation a[aria-current="page"] {
    border-bottom: 4px solid var(--wp--preset--color--hcp-primary-lupin-green);
    font-weight: 700;
    text-decoration: none;
  }
  .patient.wp-block-navigation a[aria-current="page"] {
    border-bottom: 4px solid var(--wp--preset--color--hcp-primary-luforbec-100-pink);
    font-weight: 700;
    text-decoration: none;
  }
  .hero-section {
    padding: 0px 48px !important;
  }
  @media (max-width: 781px) {
    .hero-section {
      padding: 0px !important;
    }
  }
  .wp-block-columns {
    padding-left: var(--wp--preset--spacing--xl) !important;
    padding-right: var(--wp--preset--spacing--xl) !important;
  }
  @media (max-width: 1024px) {
    .wp-block-columns {
      padding-left: var(--wp--preset--spacing--xl) !important;
      padding-right: var(--wp--preset--spacing--xl) !important;
    }
  }
  @media (max-width: 600px) {
    .wp-block-columns {
      padding-left: var(--wp--preset--spacing--sm) !important;
      padding-right: var(--wp--preset--spacing--sm) !important;
    }
  }
  .px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  @media (max-width: 600px) {
    .reverse-columns-mobile {
      flex-direction: column-reverse !important;
      gap: 0 !important;
    }
    .no-tablet-padding {
      padding-left: 0px !important;
      padding-right: 0px !important;
    }
  }
  .stack-mobile-only {
    display: flex !important;
    flex-wrap: nowrap !important;
  }
  @media (max-width: 600px) {
    .stack-mobile-only {
      flex-direction: column;
    }
    .stack-mobile-only > .wp-block-column {
      flex-basis: 100% !important;
      width: 100%;
    }
  }
  button svg path {
    stroke: #333333;
  }
  button.is-active svg path {
    stroke: white;
  }
  button svg path.izjema {
    fill: #333333;
  }
  button.is-active svg path.izjema {
    fill: white;
  }
  .buttons-gap {
    gap: 16px !important;
  }
  .font-regular {
    font-family: "AgendaOne", Arial, sans-serif !important;
    font-weight: 400 !important;
  }
  .font-medium {
    font-family: "AgendaOne", Arial, sans-serif !important;
    font-weight: 500 !important;
  }
  .edge {
    margin-left: -48px !important;
  }
  @media (max-width: 600px) {
    .custom-tabs {
      padding-top: var(--wp--preset--spacing--m) !important;
      padding-bottom: var(--wp--preset--spacing--m) !important;
    }
    .edge {
      margin-left: -24px !important;
    }
    .mobile-pb-ml {
      padding-bottom: var(--wp--preset--spacing--ml) !important;
    }
    .mobile-mb-ml {
      margin-bottom: var(--wp--preset--spacing--ml) !important;
    }
    .mobile-pt-ml {
      padding-top: var(--wp--preset--spacing--ml) !important;
    }
    .mobile-mt-ml {
      margin-top: var(--wp--preset--spacing--ml) !important;
    }
    .mobile-pb-m {
      padding-bottom: var(--wp--preset--spacing--m) !important;
    }
    .mobile-mb-m {
      margin-bottom: var(--wp--preset--spacing--ml) !important;
    }
    .mobile-pt-m {
      padding-top: var(--wp--preset--spacing--m) !important;
    }
    .mobile-py-m {
      padding-top: var(--wp--preset--spacing--m) !important;
      padding-bottom: var(--wp--preset--spacing--m) !important;
    }
    .mobile-mt-m {
      margin-top: var(--wp--preset--spacing--m) !important;
    }
    .mobile-py-0 {
      padding-top: 0px !important;
      padding-bottom: 0px !important;
    }
    .mobile-pb-0 {
      padding-bottom: 0px !important;
    }
    .mobile-pt-0 {
      padding-top: 0px !important;
    }
    .mobile-my-0 {
      margin-top: 0px !important;
      margin-bottom: 0px !important;
    }
    .mobile-text-center {
      text-align: center !important;
    }
    .mobile-text-left {
      text-align: left !important;
    }
    .mobile-text-right {
      text-align: right !important;
    }
    .custom-tabs__button {
      border-left: 1px solid var(--wp--preset--color--hcp-primary-lupin-green) !important;
    }
    .display-mobile {
      display: block !important;
    }
    .display-desktop {
      display: none !important;
    }
    .display-tablet {
      display: none !important;
    }
  }
  @media (min-width: 600px) and (max-width: 1024px) {
    .display-mobile {
      display: none !important;
    }
    .display-desktop {
      display: none !important;
    }
    .display-tablet {
      display: block !important;
    }
  }
  @media (min-width: 1024px) {
    .display-mobile {
      display: none !important;
    }
    .display-desktop {
      display: block !important;
    }
    .display-tablet {
      display: none !important;
    }
  }
  .video-modal {
    position: fixed;
    inset: 0;
    z-index: 9999;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 24px;
  }
  .video-modal.is-open {
    display: flex;
  }
  .video-modal__overlay {
    position: absolute;
    inset: 0;
    background: rgba(51, 51, 51, 0.50);
  }
  .video-modal__content {
    position: relative;
    z-index: 1;
    width: min(100%, 1000px);
    background: #000;
  }
  .video-modal__video {
    position: relative;
    aspect-ratio: 16 / 9;
  }
  .video-modal__video iframe {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
  .video-modal__close {
    position: absolute;
    top: -60px;
    right: 0;
    border: 0;
    width: 44px;
    height: 44px;
    background: transparent;
    color: #fff;
    font-size: 36px;
    line-height: 1;
    cursor: pointer;
  }
  body.video-modal-open {
    overflow: hidden;
  }
  .green {
    color: var(--wp--preset--color--hcp-primary-luforbec-200-green) !important;
  }
  body {
    font-family: var(--wp--preset--font-family--agenda-one);
    font-weight: 400;
  }
  strong,
b {
    font-weight: 700;
  }
  .references a {
    text-decoration: underline !important;
  }
  p a {
    text-decoration: underline !important;
  }
  p.privacy a {
    text-decoration: none !important;
  }
  header a {
    text-decoration: none !important;
  }
  .pdf-selection-form button {
    background: var(--wp--preset--color--hcp-primary-luforbec-200-green) !important;
    color: white !important;
    font-family: var(--wp--preset--font-family--agenda-one) !important;
    font-weight: 700 !important;
    border-radius: 50px !important;
    padding-top: var(--wp--preset--spacing--sm);
    padding-right: var(--wp--preset--spacing--ml);
    padding-bottom: var(--wp--preset--spacing--sm);
    padding-left: var(--wp--preset--spacing--ml);
    cursor: pointer;
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-border-style: solid;
      --tw-font-weight: initial;
    }
  }
}
