/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.aha-button-wrapper{box-sizing:border-box;}.aha-button{box-sizing:border-box;}.aha-button *,.aha-button *::before,.aha-button *::after{box-sizing:border-box;}.aha-button--custom:hover,.aha-button--custom:focus-visible{color:var(--aha-button-hover-text-color,var(--aha-button-text-color,currentColor)) !important;background-color:var(--aha-button-hover-bg-color,var(--aha-button-bg-color,transparent)) !important;border-color:var(--aha-button-hover-border-color,var(--aha-button-border-color,currentColor)) !important;}.aha-button__icon{display:inline-flex;align-items:center;justify-content:center;line-height:1;}.aha-button__label{display:inline-flex;align-items:center;}
.aha-code-block-placeholder{display:block;padding:0.875rem 1rem;margin-block:1rem;border:1px dashed #64748b;border-radius:0.5rem;background:#f8fafc;color:#334155;font-size:0.875rem;line-height:1.4;}.aha-code-block-placeholder strong{font-weight:700;}.aha-code-block-placeholder__label{color:#475569;}.aha-code-block-placeholder__type{margin-left:0.35rem;color:#64748b;font-size:0.8125rem;}
.aha-container{box-sizing:border-box;}.aha-container *,.aha-container *::before,.aha-container *::after{box-sizing:border-box;}.aha-container__content{width:100%;min-width:0;}.aha-container__grid{gap:var(--aha-container-column-gap,1.5rem);}.aha-container--canvas-editor .aha-container__grid{min-height:8rem;background:transparent;}.aha-container .items-stretch > *{height:100%;}.aha-container__grid > *{min-width:0;}
.aha-files{display:block;box-sizing:border-box;margin-block:1.5rem;}.aha-files__title{margin:0 0 1rem;padding-bottom:0.75rem;border-bottom:1px solid rgb(226 232 240);color:rgb(15 23 42);font-weight:700;line-height:1.2;}.aha-files__list{display:flex;flex-direction:column;gap:0.75rem;}.aha-files__item{display:flex;align-items:center;gap:1rem;width:100%;max-width:48rem;min-height:4.5rem;padding:0.875rem 1rem;border:1px solid rgb(203 213 225);border-radius:0.25rem;background:rgb(255 255 255);color:rgb(15 23 42);text-decoration:none;transition:border-color 150ms ease,box-shadow 150ms ease,transform 150ms ease;}.aha-files__item:hover,.aha-files__item:focus{border-color:rgb(100 116 139);box-shadow:0 4px 12px rgb(15 23 42 / 0.08);color:rgb(15 23 42);text-decoration:none;transform:translateY(-1px);}.aha-files__item:focus-visible{outline:3px solid rgb(59 130 246 / 0.45);outline-offset:2px;}.aha-files__icon{position:relative;display:inline-flex;flex:0 0 auto;align-items:center;justify-content:center;width:2.5rem;height:3rem;border-radius:0.25rem;background:rgb(220 38 38);color:rgb(255 255 255);font-size:1.5rem;font-weight:700;line-height:1;}.aha-files__icon::after{content:"";position:absolute;top:0;right:0;width:0;height:0;border-top:0.75rem solid rgb(255 255 255 / 0.85);border-left:0.75rem solid transparent;}.aha-files__icon i{display:inline-flex;font-size:1.5rem;line-height:1;}.aha-files__icon-fallback{display:none;font-size:0.625rem;letter-spacing:0.03em;}.aha-files__content{display:flex;min-width:0;flex-direction:column;gap:0.25rem;}.aha-files__file-title{overflow-wrap:anywhere;font-size:1rem;font-weight:700;line-height:1.35;}.aha-files__item--pdf .aha-files__icon{background:rgb(220 38 38);}.aha-files__item--doc .aha-files__icon,.aha-files__item--docx .aha-files__icon,.aha-files__item--rtf .aha-files__icon,.aha-files__item--odt .aha-files__icon{background:rgb(37 99 235);}.aha-files__item--xls .aha-files__icon,.aha-files__item--xlsx .aha-files__icon,.aha-files__item--csv .aha-files__icon,.aha-files__item--ods .aha-files__icon{background:rgb(22 163 74);}.aha-files__item--ppt .aha-files__icon,.aha-files__item--pptx .aha-files__icon,.aha-files__item--odp .aha-files__icon{background:rgb(234 88 12);}.aha-files__item--txt .aha-files__icon{background:rgb(71 85 105);}.aha-files__item--zip .aha-files__icon,.aha-files__item--rar .aha-files__icon,.aha-files__item--7z .aha-files__icon{background:rgb(124 58 237);}@media (max-width:640px){.aha-files__item{max-width:none;align-items:flex-start;}}
.aha-heading{box-sizing:border-box;}.aha-heading a{color:inherit;text-decoration:inherit;}.aha-heading--empty{padding:1rem;border:1px dashed rgb(148 163 184);border-radius:0.375rem;background:rgb(248 250 252 / 0.7);color:rgb(71 85 105);}
.aha-image{display:block;box-sizing:border-box;}.aha-image--align-left{margin-left:0;margin-right:auto;}.aha-image--align-center{margin-left:auto;margin-right:auto;}.aha-image--align-right{margin-left:auto;margin-right:0;}.aha-image__link{display:block;color:inherit;text-decoration:none;}.aha-image__image{display:block;width:100%;height:auto;max-width:100%;}.aha-image--object-fit-contain .aha-image__image,.aha-image--object-fit-cover .aha-image__image,.aha-image--object-fit-fill .aha-image__image,.aha-image--object-fit-none .aha-image__image,.aha-image--object-fit-scale-down .aha-image__image{width:100%;height:100%;}.aha-image--object-fit-contain .aha-image__image{object-fit:contain;}.aha-image--object-fit-cover .aha-image__image{object-fit:cover;}.aha-image--object-fit-fill .aha-image__image{object-fit:fill;}.aha-image--object-fit-none .aha-image__image{object-fit:none;}.aha-image--object-fit-scale-down .aha-image__image{object-fit:scale-down;}
.aha-text-block{box-sizing:border-box;}.aha-text-block *,.aha-text-block *::before,.aha-text-block *::after{box-sizing:border-box;}.aha-text-block--empty{padding:1rem;border:1px dashed rgb(148 163 184);border-radius:0.375rem;background:rgb(248 250 252 / 0.7);color:rgb(71 85 105);}
.image{display:block;max-width:100%;height:auto;}
