.block-header-image {
position: relative;
height: 60rem;
}
.block-header-image img {
width: 100%;
height: 100%;
object-fit: cover;
} @media only screen and (max-width: 1440px) {
.block-header-image {
height: 50rem;
}
}
@media only screen and (max-width: 1199px) {
.block-header-image {
height: 35rem;
}
}
@media only screen and (max-width: 767px) {
.block-header-image {
height: 17.5rem;
}
}.block-text {
padding: 8rem 0;
} @media only screen and (max-width: 1440px) {
.block-text {
padding: 6rem 0;
}
.block-text .header-wrapper {
gap: 3rem;
}
}
@media only screen and (max-width: 991px) {
.block-text {
padding: 4rem 0;
}
.block-text .header-wrapper {
gap: 1rem;
}
.block-text .second_text {
margin-top: 1rem;
}
}
@media only screen and (max-width: 767px) {
.block-text {
padding: 3rem 0;
}
}.post-single .content-page > .block-text:not(:first-child) {
border-top: 0.25rem solid rgb(24 39 72 / 10%);
}
.post-single .block-text p,
.post-single .block-text ul {
margin-bottom: 4rem;
}
.post-single .block-text h3 {
margin-bottom: 2rem;
}.block-post-teaser-list {
padding: 8rem 0;
}
.post-teaser-container .post-teaser {
position: relative;
border-radius: 5px;
overflow: hidden;
height: 100%;
display: block;
text-decoration: none;
padding-bottom: 5rem;
}
.post-teaser-container .post-teaser .image {
height: 23.667rem;
}
.post-teaser-container .post-teaser img {
height: 100%;
width: 100%;
object-fit: cover;
}
.post-teaser-container .post-teaser .post-teaser-content {
padding: 2rem;
}
[data-theme="dark"] .post-teaser-container .post-teaser .post-teaser-content {
}
.post-teaser-container .post-teaser .post-teaser-content .post-meta {
display: flex;
align-items: center;
justify-content: space-between;
gap: 1rem;
margin-bottom: 1.5rem;
}
.block-post-teaser-list .post-teaser .post-teaser-content .author {
display: inline-block;
}
.post-teaser .post-teaser-content .post-meta .tag,
.post-teaser .post-teaser-content .post-meta .reading-time {
position: relative;
display: inline-block;
}
.post-teaser .post-teaser-content .post-meta .tag:not(:last-child):after {
content: ',';
}
.post-teaser .post-teaser-content .post-meta .reading-time:before {
content: ' | ';
}
.post-teaser-container .post-teaser .post-teaser-content .title {
font-weight: var(--font-weight-semi-bold);
height: 4.375rem;
margin-bottom: 1rem;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
text-overflow: ellipsis;
}
.post-teaser-container .post-teaser .icon {
position: absolute;
bottom: 2rem;
right: 2rem;
width: 3rem !important;
margin-left: auto;
transition: margin 0.3s ease;
}
.post-teaser-container .post-teaser:hover .icon {
margin-right: -0.5rem;
} @media only screen and (max-width: 1440px) {
.block-post-teaser-list {
padding: 6rem 0;
}
}
@media only screen and (max-width: 1199px) {
.post-teaser-container .row {
--bs-gutter-y: 2rem;
}
}
@media only screen and (max-width: 991px) {
.block-post-teaser-list {
padding: 4rem 0;
}
.post-teaser-container .post-teaser .image {
height: 24.75rem;
}
.post-teaser-container .post-teaser .post-teaser-content .title {
margin-bottom: calc(1rem + 1.25rem);
}
.block-post-teaser-list .btn {
margin-top: 4rem;
}
}