

.photo-post .featured-image img {
    transition: all 1s cubic-bezier(0.104, 0.204, 0.492, 1); }

.photo-post--content-spacing-false .featured-image-link, .photo-post--content-spacing-true {
    isolation: isolate;
    border-radius: var(--block-border-radius, 16px); }



.photo-post {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden; }
.photo-post .featured-image {
    overflow: hidden;
    position: relative; }
.photo-post .featured-image-link {
    display: block;
    height: 0;
    padding-bottom: var(--ratio-percent);
    position: relative;
    overflow: hidden; }
.photo-post .featured-image-link img,
.photo-post .featured-image-link .thb-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
.photo-post .featured-image-link img {
    height: 100%;
    width: 100%;
    object-fit: cover; }
.photo-post .featured-image-link .thb-placeholder {
    background: rgba(var(--color-body-rgb), 0.03);
    width: 100%;
    height: 100%; }
.photo-post .featured-image-link .thb-placeholder svg {
    fill: var(--color-accent); }
.photo-post .featured-image-link:hover img, .photo-post .featured-image-link:focus img {
    transform: scale(1.05); }
.photo-post .featured-image img {
    display: block;
    will-change: scale; }
.photo-post .photo-post-info {
    line-height: 1; }
.photo-post h5 {
    margin-bottom: 10px; }
.photo-post .post-meta {
    font-size: 0.75rem;
    color: var(--color-body, #2c2d2e);
    opacity: 0.7;
    margin-bottom: 15px; }
.photo-post .post-excerpt {
    font-size: 0.9375rem;
    margin-bottom: 20px; }
.photo-post .post-excerpt p {
    margin-bottom: 0; }
.photo-post .post-excerpt:last-child {
    margin-bottom: 0; }
.photo-post--large {
    width: 100%;
    position: relative; }
@media only screen and (min-width: 768px) {
    .photo-post--large {
        flex-direction: row; }
    .photo-post--large .featured-image {
        width: clamp(50%, 62.5%, 800px);
        margin-bottom: 0;
        padding-bottom: var(--ratio-percent-medium); } }
@media only screen and (min-width: 1068px) {
    .photo-post--large.photo-post--content-spacing-true .photo-post-info {
        padding: 50px; } }
@media only screen and (min-width: 1068px) {
    .photo-post--large.photo-post--content-spacing-true .featured-image-link {
        border-radius: calc(var(--block-border-radius, 16px) / 2) 0 0 calc(var(--block-border-radius, 16px) / 2); } }
@media only screen and (min-width: 1068px) {
    .photo-post--large.photo-post--content-spacing-true.photo-post--border-true .featured-image {
        padding: 10px 0 10px 10px; } }
@media only screen and (min-width: 1068px) {
    .photo-post--large.photo-post--content-spacing-true.photo-post--border-true.text_first .featured-image {
        padding: 10px 10px 10px 0; } }
@media only screen and (min-width: 768px) {
    .photo-post--large.text_first {
        flex-direction: row-reverse; } }
.photo-post--border-true {
    border: 1px solid var(--color-border, #dadce0); }
.photo-post--border-true .featured-image {
    padding: 10px; }
.photo-post--content-spacing-true .photo-post-info {
    padding: 20px;
    display: flex;
    flex-direction: column;
    flex: 1; }
.photo-post--content-spacing-true .photo-post-info .read-more {
    margin-top: auto; }
@media only screen and (min-width: 768px) {
    .photo-post--content-spacing-true .photo-post-info {
        padding: 30px; } }
.photo-post--content-spacing-true.photo-post--border-true .featured-image {
    padding-bottom: 0; }
.photo-post--content-spacing-true .featured-image {
    margin-bottom: 0; }
.photo-post--content-spacing-true .featured-image-link {
    border-top-left-radius: calc(var(--block-border-radius, 16px) / 2);
    border-top-right-radius: calc(var(--block-border-radius, 16px) / 2); }

.photos-card-spacing-small .photos.row {
    margin: 0 -5px; }
.photos-card-spacing-small .photos.row .columns,
.photos-card-spacing-small .photos.row .column {
    padding: 0 5px; }
.photos-card-spacing-small .photos.row .photo-post {
    margin-bottom: 10px;
    min-height: calc(100% - 10px); }
.photos-card-spacing-small .photos.row .pagination {
    margin-top: 20px; }

.photos-card-spacing-medium .photos.row {
    margin: 0 -10px; }
.photos-card-spacing-medium .photos.row .columns,
.photos-card-spacing-medium .photos.row .column {
    padding: 0 10px; }
.photos-card-spacing-medium .photos.row .photo-post {
    margin-bottom: 20px;
    min-height: calc(100% - 20px); }
.photos-card-spacing-medium .photos.row .pagination {
    margin-top: 10px; }

.photos.row .photo-post {
    min-height: calc(100% - 30px); }

@media only screen and (max-width: 767px) {
    .photo-posts.swipe-on-mobile .row {
        display: grid;
        grid-gap: 10px;
        grid-auto-flow: column;
        grid-auto-columns: minmax(calc(90vw - 15px), 1fr);
        overflow-x: auto;
        grid-template-columns: repeat(auto-fill, minmax(calc(90vw - 15px), 1fr));
        width: calc(100% + 30px);
        padding: 0 15px;
        margin-left: -15px;
        scroll-snap-type: x mandatory;
        scrollbar-width: none; }
    .photo-posts.swipe-on-mobile .row::-webkit-scrollbar {
        display: none; }
    .photo-posts.swipe-on-mobile .row .columns {
        scroll-snap-align: center;
        scroll-snap-stop: always;
        padding: 0; } }
