.meetings-schedule{display:grid;gap:1rem}.meetings-schedule__state,.meetings-schedule__title{margin:0}.meetings-schedule__list{display:grid;gap:.9rem;list-style:none;margin:0;padding:0}.meetings-schedule__item{align-items:center;background:#efefed;border:1px solid transparent;border-radius:1.5rem;column-gap:26px;display:grid;grid-template-columns:10.1rem 1fr;padding:20px}.meetings-schedule__item--clickable{cursor:pointer}.meetings-schedule__item--clickable:hover{background:#f6f6f6;border-color:#223b40}.meetings-schedule__item--clickable:focus-visible{outline:2px solid #2f4a52;outline-offset:2px}.meetings-schedule__date{border-right:2px solid #4d6168;padding-right:1.3rem;text-align:center}.meetings-schedule__date-main{color:#223b40;font-family:Inter;font-size:34px;font-style:normal;font-weight:800;line-height:36px;margin-bottom:0;text-align:center}.meetings-schedule__date-time{color:#2e4750;margin-bottom:0}.meetings-schedule__content{min-width:0}.meetings-schedule__item-title{color:#233f47;font-size:19px;font-weight:700;line-height:1.15;margin:0}.meetings-schedule__item-meta{color:#2e4750;line-height:1.2;margin:0}.meetings-schedule__debug{border:1px solid #d7d7d7;border-radius:.75rem;font-size:.8rem;margin:0;max-height:22rem;overflow:auto;padding:.75rem;white-space:pre-wrap}@media (max-width:767px){.meetings-schedule__item{border-radius:1.2rem;grid-template-columns:1fr;padding:1rem;row-gap:1rem}.meetings-schedule__date{border-bottom:2px solid #4d6168;border-right:0;padding-bottom:.8rem;padding-right:0}}