.custom-celebrity-list{background:rgb(var(--color-background));color:#1e1e1e}
.custom-celebrity-list__top{padding:12px 0 20px}
.custom-celebrity-list__title{margin:0;color:#1e1e1e;font-family:var(--font-heading-family);font-size:28px;font-weight:400;letter-spacing:-1.12px;line-height:1.33}
.custom-celebrity-list__text{color:#1e1e1e;font-size:1rem;font-weight:400;letter-spacing:0.05rem;line-height:1.28}
.custom-celebrity-list__text p{margin:0}
.custom-celebrity-list__list{padding-bottom:0}
.custom-celebrity-list__grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:8px;row-gap:24px}
.custom-celebrity-list__item{min-width:0}
.custom-celebrity-list .pagination-wrapper{margin-top:6rem}
@media screen and (min-width:1024px){.custom-celebrity-list__grid{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media screen and (max-width:1023px){
.custom-celebrity-list__top{padding:2rem 0;text-align:left}
.custom-celebrity-list__title{margin-bottom:2rem;font-size:2.25rem}
.custom-celebrity-list__text{font-size:1.125rem;line-height:1.35}
.custom-celebrity-list__grid{row-gap:3rem}
}
.template-index .custom-celebrity-list__grid{display:flex;flex-direction:row;flex-wrap:nowrap;gap:12px;overflow-x:auto;overflow-y:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;padding-bottom:12px;scrollbar-width:thin;scrollbar-color:#ccc transparent}
.template-index .custom-celebrity-list__grid::-webkit-scrollbar{height:4px}
.template-index .custom-celebrity-list__grid::-webkit-scrollbar-track{background:transparent}
.template-index .custom-celebrity-list__grid::-webkit-scrollbar-thumb{background-color:#ccc;border-radius:4px}
.template-index .custom-celebrity-list__item{flex:0 0 auto;width:200px;min-width:0}
@media screen and (max-width:1023px){.template-index .custom-celebrity-list__item{width:160px}}
.template-index .custom-celebrity-list__title{font-size:20px;letter-spacing:0}