.logged-in header.wp-block-template-part {
top: 0;
}
header.wp-block-template-part {
position: relative;
}
.header-paid__disclosure p {
font-size: 12px;
line-height: 1.4;
letter-spacing: 0.02rem;
color: #6F7274;
margin: 0;
}
.header-paid__disclosure a {
text-underline-offset: 2px;
}
.header-container--paid {
margin-block-start: 0 !important;
}
.header-container--paid .header-row>.wp-block-group {
padding: 0 !important;
}
.header-row .wp-block-image {
align-content: center;
margin: 0 !important;
}
.paid-roundup-header-container {
padding: 48px 12px 0;
background-position: center;
background-size: cover;
position: relative;
margin: 0;
>* {
z-index: 2;
position: relative;
}
}
.paid-roundup-header-container.has-bg-img {
padding: 48px 12px;
&::before {
content: '';
width: 100%;
height: 100%;
display: block;
background-color: var(--wp--preset--color--dark-night);
opacity: 0.8;
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--blue-30);
padding: 2px 8px;
gap: 4px;
font-size: 12px;
line-height: 1.4;
font-weight: 700;
font-family: var(--wp--preset--font-family--primary);
}
>* {
margin: 0 !important;
}
}
.wp-block-post-title {
color: var(--wp--preset--color--midnight);
margin-top: 16px;
font-size: 32px !important;
font-weight: 700 !important;
}
.paid-roundup-header-container.has-bg-img .wp-block-post-title {
color: var(--wp--preset--color--white);
text-shadow: 0 8px 24px rgba(149, 157, 165, 0.20);
}
.p4-blocks-standard-byline {
margin-top: 24px;
}
.main-container {
padding: 48px 12px;
margin: 0;
}
@media screen and (min-width: 620px) {
.main-container {
padding-top: 48px;
padding-bottom: 48px;
}
}
@media screen and (min-width: 1024px) {
.header-container--paid .header-row {
padding: 26px 16px !important;
}
.page-template-page-paid-roundup .header-row .wp-block-image,
.post-template-page-paid-roundup .header-row .wp-block-image {
width: 148px !important;
height: auto !important;
}
.wp-block-post-title {
font-size: 40px !important;
}
}