*{box-sizing:border-box}.custom-accordion{color:#f7f7f7;font-weight:500;font-size:1.2rem;border-radius:5px}.accordion-item{border:none;margin-bottom:1px}.accordion-header{width:100%;color:black;font-size:1.2rem;border-bottom:1px solid #343a40;border-radius:5px;padding:1rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;text-align:left}.arrow-icon{width:20px;height:20px;background-image:url(/arrow-down.png);background-size:contain;background-repeat:no-repeat;display:inline-block;transition:transform .3s ease}.arrow-icon.open{transform:rotate(180deg)}.accordion-body{color:#343a40;padding:0 1rem;border:none;border-radius:5px;font-size:1rem;font-weight:500;max-height:0;overflow:hidden;transition:max-height .4s ease-out,padding .4s ease-out}.accordion-body.open{padding:5px 20px}