.page-template-archive {
background-color: #ffffff;
}
.page-template-archive .archive-grid {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
gap: 30px;
}
.page-template-archive .archive-container {
margin-top: 100px;
margin-bottom: 150px;
}
.page-template-archive .post-card__thumbnail {
margin-bottom: 10px;
}
.page-template-archive .post-card__title {
font-size: 25px;
margin: 0;
font-weight: 300;
letter-spacing: -0.02em;
margin-bottom: 20px;
font-weight: bold;
text-wrap: balance;
}
.page-template-archive .post-card__button {
background: #e20613;
color: #ffffff;
padding: 10px 20px;
font-weight: bold;
font-size: 18px;
text-decoration: none;
border-radius: 10px;
display: inline-block;
}
.single-elementor {
margin-bottom: 150px;
}
.single-header__image {
margin-bottom: 20px;
}
.single-header__title {
font-size: 50px;
font-weight: bold;
text-wrap: balance;
margin-bottom: 20px;
}