/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.occ-chart{position:relative;width:100%;opacity:0;animation:fadeIn 0.6s ease-out forwards;max-height:600px;}.occ-chart canvas{display:block;width:100%;height:100%;}@media (max-width:767px){.occ-chart{aspect-ratio:4 / 3;max-height:var(--occ-chart-max-height-mobile,400px);}.occ-chart--pie,.occ-chart--doughnut,.occ-chart--polararea{aspect-ratio:1 / 1;}}@media (min-width:768px){.occ-chart{aspect-ratio:16 / 9;max-height:var(--occ-chart-max-height-desktop,600px);}.occ-chart--pie,.occ-chart--doughnut,.occ-chart--polararea{aspect-ratio:1 / 1;}}@keyframes fadeIn{from{opacity:0;transform:translateY(10px);}to{opacity:1;transform:translateY(0);}}.occ-chart--bar{animation:fadeIn 0.6s ease-out forwards,slideUp 0.8s ease-out forwards;}.occ-chart--line{animation:fadeIn 0.6s ease-out forwards;}.occ-chart--pie,.occ-chart--doughnut{animation:fadeIn 0.6s ease-out forwards,scaleIn 0.8s ease-out forwards;}@keyframes slideUp{from{transform:translateY(20px);}to{transform:translateY(0);}}@keyframes scaleIn{from{transform:scale(0.9);}to{transform:scale(1);}}.occ-chart-table-container{opacity:0;animation:fadeIn 0.6s ease-out 0.3s forwards;}.occ-chart-table-container--visuallyhidden{position:fixed;left:-9999em;outline:none;}
.paragraph--unpublished{background-color:#fff4f4;}
