.custom-accordion{width:100%}.custom-accordion-header{padding:8px 12px;display:flex;justify-content:space-between;align-items:center;background:var(--shade-300);color:var(--text-100);cursor:pointer;font-size:12px;line-height:12px;font-weight:500;margin-bottom:0}.custom-accordion-content{max-height:0;overflow:hidden;background-color:var(--shade-300);transition:var(--global-transition)}.dropdown-arrow-wrapper{width:16px;height:16px;display:flex;justify-content:center;align-items:center}.dropdown-arrow{transition:var(--global-transition);transform:rotate(180deg)}.dropdown-arrow.active{transform:rotate(0deg)}.event-live-time{position:relative;font-style:normal;font-weight:500;font-size:12px;line-height:12px;display:flex;margin-left:4px;min-width:54px;color:var(--text-100)}.in-play{width:auto;color:#02C502}.event-live-time-indicator{position:absolute;right:-3px}@media (max-width:1024px){.event-live-time{width:auto;line-height:12px}}