 {} *{} /*endBaseStyles*/ #IE-warning { display: none; position: fixed; width: 100%; height: 100%; z-index: 9999; background: white; } .IE-warning-message { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); text-align: center; } .accordion-content { transition: max-height 0.3s ease-out, padding 0.3s ease, opacity 0.3s ease; max-height: 0; opacity: 0; overflow: hidden; } .accordion-item.active .accordion-content { max-height: 500px; opacity: 1; padding-top: 1rem; padding-bottom: 1.5rem; } .accordion-item.active .icon-plus { transform: rotate(45deg); } .btn-sage { background-color: #A3B19B; color: white; transition: all 0.3s ease; } .btn-sage:hover { background-color: #2C3E38; }
