.page-template-paid-roundup,
.post-template-paid-roundup {
.header-container {
padding: 48px 12px;
background-color: var(--wp--preset--color--dark-green-90);
background-position: center;
background-size: cover;
position: relative;
margin: 0;
>* {
z-index: 2;
position: relative;
}
}
.header-container.has-bg-img {
&::before {
content: '';
width: 100%;
height: 100%;
display: block;
background-color: var(--wp--preset--color--gray-90);
opacity: 0.70;
position: absolute;
top: 0;
left: 0;
z-index: 0;
mix-blend-mode: multiply;
}
&::after {
content: '';
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left: 0;
z-index: 1;
backdrop-filter: blur(8px);
}
}
.updated-container {
display: flex;
flex-direction: row;
>div {
display: flex;
border-radius: 999px;
background-color: var(--wp--preset--color--soft-blue-50);
padding: 4px 16px;
gap: 4px;
font-size: 13px;
line-height: 1.4;
font-weight: 400;
}
>* {
margin: 0 !important;
}
}
.wp-block-post-title {
color: var(--wp--preset--color--white);
margin-top: 8px;
}
.p4-blocks-standard-byline {
margin-top: 8px;
}
.main-container {
padding: 48px 16px;
margin: 0;
}
.sidebar-listicle-container {
.listicle__heading {
font-size: 24px;
line-height: 32.77px;
font-family: var(--wp--preset--font-family--tiempos-text);
font-weight: 500;
margin-bottom: 16px;
}
.listicle__listicle {
margin: 0;
padding-left: 25px;
display: flex;
flex-direction: column;
gap: 12px;
}
}
}
@media screen and (min-width: 620px) {
.page-template-paid-roundup,
.post-template-paid-roundup {
.main-container {
padding-top: 72px;
padding-bottom: 72px;
}
}
}