.cmp-date{padding-top:24px;font-family:var(--inter-regular)}
.cmp-date p{margin:0}
.cmp-date .cmp-date_container{display:flex;align-items:center;gap:12px}
.cmp-date .cmp-date_container .cmp-date_text{display:flex;flex-direction:column;gap:8px}
.cmp-date .cmp-date_container .cmp-date_text .cmp-date_date{display:flex;flex-direction:column;gap:8px;font-size:12px;font-style:normal;font-weight:400;line-height:16px;color:var(--Text-Light)}
@media(min-width:1024px){.cmp-date .cmp-date_container .cmp-date_text .cmp-date_date{flex-direction:row;align-items:center;font-size:16px;line-height:20px}
}
.cmp-date .cmp-date_container .cmp-date_text .cmp-date_date .separator{display:none}
@media(min-width:1024px){.cmp-date .cmp-date_container .cmp-date_text .cmp-date_date .separator{display:flex;width:6px;height:6px;border-radius:32px;background:var(--Secondary-Black)}
}