.cmp-user-participations{padding:2rem 0;display:flex;flex-direction:column;flex-wrap:nowrap;gap:1.5rem}
@media(max-width:1024px){.cmp-user-participations{padding:1.5rem 0;gap:.75rem}
}
.cmp-user-participations__title{margin-bottom:32px}
@media(max-width:1024px){.cmp-user-participations__title{margin-bottom:16px}
}
.cmp-user-participations__title .text .cmp-text h2,.cmp-user-participations__title .text .cmp-text h3,.cmp-user-participations__title .text .cmp-text h4,.cmp-user-participations__title .text .cmp-text p,.cmp-user-participations__title .text .cmp-text span{font-size:3rem;line-height:3.25rem;margin:0}
@media(max-width:1024px){.cmp-user-participations__title .text .cmp-text h2,.cmp-user-participations__title .text .cmp-text h3,.cmp-user-participations__title .text .cmp-text h4,.cmp-user-participations__title .text .cmp-text p,.cmp-user-participations__title .text .cmp-text span{font-size:2rem;line-height:2.25rem}
}
.cmp-user-participations__list{width:100%}
.cmp-user-participations__list .participations-result{padding:16px 0;border-bottom:1px solid var(--Greyscale-200);display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-between;gap:12px}
@media(min-width:1024px){.cmp-user-participations__list .participations-result{padding:24px 0}
}
.cmp-user-participations__list .participations-result:last-child{border-bottom:unset}
.cmp-user-participations__list .participations-result__left{display:flex;flex-direction:column;gap:8px;align-items:flex-start}
@media(min-width:1024px){.cmp-user-participations__list .participations-result__left{gap:12px}
}
@media(max-width:1024px){.cmp-user-participations__list .participations-result__left .title{font-size:1rem;line-height:20px}
}
.cmp-user-participations__list .participations-result__left .title a{text-decoration:none}
.cmp-user-participations__list .participations-result__left .tag{display:inline-block;padding:4px 8px;align-items:center;border-radius:4px;background-color:var(--Neutral-White,#0c0c0c);border:1px solid var(--Secondary-Black,#0c0c0c);text-transform:capitalize;font-size:14px;line-height:18px}
.cmp-user-participations__list .participations-result__left .date .date-value{color:var(--Text-Light)}
.cmp-user-participations__list .participations-result__right{position:relative}
@media(max-width:1024px){.cmp-user-participations__list .participations-result__right{padding-left:0}
}
.cmp-user-participations__list .participations-result__right picture{height:96px;width:129px;display:block}
@media(max-width:1024px){.cmp-user-participations__list .participations-result__right picture{height:56.6px;width:76px}
}
.cmp-user-participations__list .participations-result__right picture img{width:100%;height:100%;object-fit:cover}
@media(max-width:1024px){.cmp-user-participations__list .participations-result__right picture img{width:100%;height:100%;object-fit:cover}
}
.cmp-user-participations__bottom #pagination-controls{display:flex;gap:10px;justify-content:center;margin-top:20px}
.cmp-user-participations__bottom #pagination-controls a{display:flex;align-items:center;justify-content:center;width:40px;height:40px;text-decoration:none;color:var(--Text-Dark);font-weight:bold}
.cmp-user-participations__bottom #pagination-controls .page-link{border-radius:50%;border:1px solid var(--Text-Dark);transition:background-color .3s,color .3s}
.cmp-user-participations__bottom #pagination-controls .page-link.active{background-color:var(--Text-Dark);color:white}
.cmp-user-participations__bottom #pagination-controls .page-link:hover{background-color:var(--Text-Dark);color:white}
.cmp-user-participations__bottom #news-count{text-align:center;margin-top:15px;font-size:14px;color:var(--Text-Dark)}