/*components/accordion/css/index.scsss*/
.agenda_list-header {
   color: #faf9e9;
   font-family: var(--primary_font, "Raleway Variable", "Raleway", sans-serif);
   font-size: clamp(1.375rem, 1.03vw + 1.13125rem, 2.0625rem);
   font-weight: 600;
   line-height: 105%;
}
.agenda_list-list {
   display: flex;
   flex-direction: column;
}
.agenda_list-item {
   display: flex;
   gap: vaR(--gutter);
}
.agenda_list-label {
   width: 5.625rem;
   border-radius: 4px;
   background: #7cc09b;
   box-shadow: 0px 16px 32px -20px rgba(16, 68, 112, 0.13);
   color: #faf9e9;
   font-family: var(--primary_font, "Raleway Variable", "Raleway", sans-serif);
   font-size: 14px;
   font-style: normal;
   font-weight: 600;
   line-height: 115%; /* 16.1px */
   text-align: center;
   display: flex;
   justify-content: center;
   align-items: center;
}