/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.button,input.button{@apply inline-flex items-center justify-center w-auto gap-s py-1.5 px-4 lg:px-6 text-white text-buttonText !no-underline border-solid border-2 rounded-full text-left hover:cursor-pointer;@apply focus:border-system-warning-primary focus:outline-none;@apply disabled:border-neutralQuaternary disabled:bg-neutralQuaternary disabled:text-neutralTertiary disabled:pointer-events-none;&.icon-leading{@apply flex-row-reverse pl-2 lg:pl-4 nojs:pl-4 nojs:lg:pl-6;}&.icon-trailing{@apply flex-row pr-2 lg:pr-4 nojs:pr-4 nojs:lg:pr-6;}&.icon-only{@apply p-1.5 leading-none;}&.icon-only .title,&[class*="icon-only-"] .title{@apply sr-only;}&.icon-only-sm{@apply max-sm:p-1.5 max-sm:leading-none;.title{@apply sm:not-sr-only;}}&.icon-only-md{@apply max-md:p-1.5 max-md:leading-none;.title{@apply md:not-sr-only;}}&.icon-only-lg{@apply max-lg:p-1.5 max-lg:leading-none;.title{@apply lg:not-sr-only;}}&.icon-only-xl{@apply max-xl:p-1.5 max-xl:leading-none;.title{@apply xl:not-sr-only;}}.icon{@apply w-6 h-6 text-center leading-6 empty:hidden;}}.button-primary,input.button-primary{@apply bg-primary border-primary dark:bg-white dark:border-current dark:text-primary;}.button-secondary{@apply bg-secondary border-secondary dark:bg-white dark:border-current dark:text-secondary;}.button-primary:not(.button-outline,.button-inverted):focus,.button-secondary:not(.button-outline,.button-inverted):focus{text-decoration:underline !important;}.button-tertiary{@apply bg-tertiary border-tertiary text-secondary dark:bg-white dark:border-current dark:text-tertiary;}.button-outline{@apply border-current;}.button-inverted{@apply border-white disabled:border-transparent;}.button-outline,.button-inverted{@apply bg-white;}.button-outline.button-primary,.button-inverted.button-primary{@apply text-primary;}.button-outline.button-secondary,.button-inverted.button-secondary{@apply text-secondary;}
@layer components{.icon{@apply !font-normal;}}
.dark.text-white .tabs-wrapper:not(.shadow-default) a.tab{color:var(--color-system-primary);border-color:var(--color-system-primary) !important;}.dark.text-white .tab-content:not(.bg-system-primary) .prose > *,.dark.text-white .tab-content:not(.bg-system-primary) .prose > ul li p,.dark.text-white .tab-content:not(.bg-system-primary) .prose > ol li p,.dark.text-white .tab-content:not(.bg-system-primary) .prose > table tr th p,.dark.text-white .tab-content:not(.bg-system-primary) .prose > table tr td p,.dark.text-white .tab-content:not(.bg-system-primary) .prose > table tr th,.dark.text-white .tab-content:not(.bg-system-primary) .prose > table tr td{color:white;}.dark.text-white .tab-contents .prose > a,.dark.text-white .tab-contents .prose > p a,.dark.text-white .tab-contents .prose > ul li p a,.dark.text-white .tab-contents .prose > ol li p a,.dark.text-white .tab-contents .prose > table tr th a,.dark.text-white .tab-contents .prose > table tr td a{color:var(--color-system-link-dodl-dark-theme) !important;}
