/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
@layer components{.accordion{@apply gap-m border rounded-default border-neutralQuaternary bg-system-primary p-m flex flex-col cursor-pointer;}.accordion-toggle{@apply gap-s text-linkText flex items-center;}.accordion-wrapper-content{display:none;opacity:0;}.accordion.active .accordion-wrapper-content{@apply px-l overflow-auto;display:block;animation:fadeInAnimation ease-in-out 0.3s;animation-iteration-count:1;animation-fill-mode:forwards;}.accordion-wrapper-content a{text-decoration:underline;}.accordion .accordion-toggle-icon-close{display:none;}.accordion .accordion-toggle-icon-open{display:inline-flex;}.accordion.active .accordion-toggle-icon-close{display:inline-flex;}.accordion.active .accordion-toggle-icon-open{display:none;}.accordion-title{@apply text-linkText no-underline w-fit mb-0;}@keyframes fadeInAnimation{0%{opacity:0;}100%{opacity:1;}}}.dark.text-white.bg-secondary .accordion-group .accordion{border-color:var(--color-neutral-secondary);background-color:var(--color-secondary);}.dark.text-white.bg-secondary .accordion-group .prose > *,.dark.text-white.bg-secondary .accordion-group .prose ul li p,.dark.text-white.bg-secondary .accordion-group .prose ol li p,.dark.text-white.bg-secondary .accordion-group .prose table tr th p,.dark.text-white.bg-secondary .accordion-group .prose table tr td p,.dark.text-white.bg-secondary .accordion-group .prose table tr th,.dark.text-white.bg-secondary .accordion-group .prose table tr td,.dark.text-white.bg-secondary .accordion-group .accordion-toggle{color:white;}.dark.text-white.bg-secondary .accordion-group .prose a,.dark.text-white.bg-secondary .accordion-group .prose p a,.dark.text-white.bg-secondary .accordion-group .prose ul li p a,.dark.text-white.bg-secondary .accordion-group .prose ol li p a,.dark.text-white.bg-secondary .accordion-group .prose table tr th a,.dark.text-white.bg-secondary .accordion-group .prose table tr td a{color:var(--color-system-link-dodl-dark-theme) !important;}.dark.text-white.bg-secondary .accordion-group .prose table{border-radius:1.5rem;background-color:rgb(255,255,255,0.05);}.dark.text-white.bg-secondary .accordion-group .prose table tr th,.dark.text-white.bg-secondary .accordion-group .prose table tr td{padding-top:1.5rem !important;padding-bottom:1.5rem !important;border-bottom-color:var(--color-neutral-secondary) !important;}.dark.text-white.bg-secondary .accordion-group .prose table tr:last-child td{border-bottom:none;}@media (max-width:640px){.paragraph--type--accordion table tr:has(> :last-child:nth-child(2)){display:flex;flex-direction:column;}.paragraph--type--accordion table tr:has(> :last-child:nth-child(2)) td:first-child{border:none;}.dark.text-white.bg-secondary .accordion-group .prose .paragraph--type--accordion table tr:has(> :last-child:nth-child(2)) td:first-child{padding-bottom:0 !important;}}
@layer components{}

.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{.card-curved{header{@apply relative min-h-[150px] after:content-[''] after:absolute after:inset-x-0 after:inset-y-0 after:-bottom-0.5 after:pointer-events-none after:bg-current;&::after{mask:url("data:image/svg+xml,%3Csvg width='300' height='60' viewBox='0 0 300 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M78.3423 60.0045H300V0.534668C231.078 28.2387 156.819 48.5125 78.3423 60.0045Z' fill='%23D50032' fill-opacity='0.5'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-0.000883049 59.6255H300V12.9995C242.573 29.638 182.277 42.2171 119.573 50.2332C79.4334 55.3493 39.5395 58.4463 -0.000883049 59.6255Z' fill='%23D50032'/%3E%3C/svg%3E");mask-size:contain;mask-position:right bottom;mask-repeat:no-repeat;margin-top:2rem;}}}.paragraph--card.dark .prose a{@apply text-system-link-dodl-dark-theme;}.paragraph--section.text-white.dark .paragraph--card:has(a).text-secondary a.card-link:not(.button){color:var(--color-system-link-dodl);}}
@layer components{.icon{@apply !font-normal;}}
.video-component--media *:not(svg){width:100%;}
@keyframes spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.podcast-player{.progress-bar{--buffered-width:0%;--progress-width:0%;position:relative;height:4px;cursor:pointer;border-radius:2px;background-color:#e5e7eb;}.progress-bar::before{position:absolute;top:0;left:0;width:var(--buffered-width);height:100%;content:"";border-radius:2px;background-color:rgb(0,0,0,0.1);}.progress{position:relative;z-index:1;width:var(--progress-width,0%);height:100%;border-radius:2px;background-color:var(--color-primary);}.progress::after{position:absolute;z-index:2;top:50%;right:-6px;width:12px;height:12px;content:"";transition:opacity 0.2s ease;transform:translateY(-50%);opacity:0;border-radius:50%;background:var(--color-primary);box-shadow:0 0 0 2px white;}.progress:hover::after{position:absolute;top:50%;right:-6px;width:12px;height:12px;content:"";transition:transform 0.2s ease;transform:translateY(-50%);border-radius:50%;background:var(--color-primary);}.progress:active::after{transform:translateY(-50%) scale(0.95);}.progress-bar:hover .progress::after{opacity:1;}.progress-bar:active .progress::after{transform:translateY(-50%) scale(0.95);}.volume-slider{width:12px;height:100px;padding:0;border-radius:6px;background:#e5e7eb;appearance:none;writing-mode:bt-lr;-webkit-appearance:slider-vertical;}.volume-slider::-webkit-slider-runnable-track{width:12px;height:100%;border-radius:6px;background:linear-gradient(to top,var(--color-primary) var(--volume-percentage,50%),#e5e7eb var(--volume-percentage,50%));}.volume-slider::-moz-range-track{width:12px;height:100%;border-radius:6px;background:linear-gradient(to top,var(--color-primary) var(--volume-percentage,50%),#e5e7eb var(--volume-percentage,50%));}.volume-slider::-webkit-slider-thumb,.volume-slider::-webkit-slider-thumb:focus,.volume-slider::-webkit-slider-thumb:hover,.volume-slider::-webkit-slider-thumb:active{width:20px;height:20px;cursor:pointer;transform:translateX(8%);border:2px solid white !important;border-radius:50%;background:var(--color-primary) !important;box-shadow:0 2px 4px rgb(0,0,0,0.1);-webkit-appearance:none;appearance:none;}.volume-slider::-moz-range-thumb,.volume-slider::-moz-range-thumb:focus,.volume-slider::-moz-range-thumb:hover,.volume-slider::-moz-range-thumb:active{width:20px;height:20px;cursor:pointer;transform:translateX(8%);border:2px solid white;border-radius:50%;background:var(--color-primary) !important;box-shadow:0 2px 4px rgb(0,0,0,0.1);-moz-appearance:none;appearance:none;}&.is-buffering .buffering::before{position:absolute;z-index:5;top:0;right:0;bottom:0;left:0;content:"";border-radius:8px;background:rgb(255,255,255,0.8);}&.is-buffering .buffering::after{position:absolute;z-index:10;top:50%;left:50%;width:20px;height:20px;margin:-25px 0 0 -10px;content:"";animation:spin 0.8s linear infinite;border:2px solid rgb(239,68,68,0.2);border-top:2px solid #ef4444;border-radius:50%;}&.is-buffering .buffering div{position:absolute;z-index:10;top:50%;left:50%;transform:translate(-50%,15px);color:#ef4444;font-size:12px;font-weight:500;}[data-tooltip]::before,[data-tooltip]::after{position:absolute;top:92%;left:50%;visibility:hidden;margin-top:8px;padding:5px 10px;content:attr(data-tooltip);transition:opacity 0.2s ease,visibility 0.2s ease;transform:translateX(-50%);white-space:nowrap;pointer-events:none;opacity:0;color:white;border-radius:4px;background-color:rgb(0,0,0,0.8);font-size:14px;line-height:1;}[data-tooltip]:hover::before,[data-tooltip]:hover::after{visibility:visible;opacity:1;}[data-tooltip]:active::before,[data-tooltip]:active::after,[data-tooltip].playing::before,[data-tooltip].playing::after{visibility:hidden;transition:opacity 0s,visibility 0s;opacity:0;}.speed-control{position:relative;z-index:1000;display:inline-block;}.speed-toggle{position:relative;display:flex;align-items:center;justify-content:center;min-width:45px;padding:8px;cursor:pointer;transition:color 0.2s ease;color:#666;border:none;background:none;font-size:0.9em;}.speed-toggle:hover{color:#333;}.speed-menu{position:absolute;z-index:1000;bottom:100%;left:50%;display:none;flex-direction:column;min-width:80px;margin-bottom:8px;padding:4px 0;transform:translateX(-50%);border:1px solid rgb(0,0,0,0.1);border-radius:4px;background:#fff;box-shadow:0 2px 8px rgb(0,0,0,0.2);}.speed-menu.show{display:flex;}.speed-option{position:relative;display:flex;align-items:center;justify-content:center;width:100%;min-height:32px;padding:8px 16px;cursor:pointer;transition:all 0.2s ease;text-align:center;color:#666;border:none;background:none;font-size:0.9em;}.speed-option:hover{color:#333;background-color:#f5f5f5;}.speed-option.selected{color:#333;background-color:#f0f0f0;font-weight:500;}.speed-option.selected::before{position:absolute;top:0;bottom:0;left:0;width:2px;content:"";background-color:#666;}.speed-menu::after{position:absolute;bottom:-5px;left:50%;width:10px;height:10px;content:"";transform:translateX(-50%) rotate(45deg);border-right:1px solid rgb(0,0,0,0.1);border-bottom:1px solid rgb(0,0,0,0.1);background:#fff;box-shadow:2px 2px 2px rgb(0,0,0,0.1);}@media (forced-colors:active){.progress{background-color:CanvasText;}}}
