.myroami-btn-wrapper:hover {
    background-color: var(--main-black);
}

.myroami-btn-wrapper:hover .myroami-btn-text {
    color: var(--main-white);
}

.section-featured_posts .ct-section-inner-wrap,
.section-editable_posts .ct-section-inner-wrap,
.section-two_one-grid .ct-section-inner-wrap {
    display: grid !important;
    grid-template-columns: minmax(0, 3fr) minmax(0, 304px) !important;
    gap: 32px !important;
    align-items: start !important;
}

.section-editable_posts .ct-section-inner-wrap {
    grid-template-columns: minmax(0, 304px) minmax(0, 3fr) !important;
}

.homepage-featured-posts,
.container-two_one-grid {
    display: grid;
    grid-template-columns: minmax(0, 304px) minmax(0, 2fr);
    gap: 32px;
    align-items: start;
}

.homepage-featured-posts-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 32px;
    align-items: start;
}

.homepage-featured-posts-row__item {
    min-width: 0;
}

.homepage-featured-posts__column,
.latest-articles-block {
    min-width: 0;
}

.homepage-featured-posts__column--main {
    max-width: none;
}

.homepage-featured-posts__column--stacked {
    display: flex;
    flex-direction: column;
}

.homepage-featured-posts__card {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.homepage-featured-posts__card--stacked+.homepage-featured-posts__card--stacked {
    padding-top: 24px;
    border-top: 1px solid var(--main-black);
}

.homepage-latest-posts-stacked .homepage-featured-posts__card--stacked+.homepage-featured-posts__card--stacked {
    padding-top: 20px;
}

.homepage-featured-posts__image-wrap {
    aspect-ratio: 16 / 9;
    overflow: hidden;
    margin-bottom: 16px;
    background-color: var(--blue-fifth);
}

.homepage-featured-posts__image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.homepage-featured-posts__image img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    display: block;
    object-position: center center;
}

.homepage-featured-posts__category-row,
.homepage-featured-posts__title-row,
.homepage-featured-posts__excerpt-row,
.homepage-featured-posts__meta-row {
    margin-bottom: 12px;
}

.homepage-featured-posts__category {
    color: var(--main-black);
    font-size: 12px;
    font-weight: var(--font-weight-bold);
    line-height: 100%;
    letter-spacing: 6%;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease-in-out;
}

.homepage-featured-posts__category:hover {
    border-bottom-color: var(--main-black);
}

.homepage-featured-posts__title {
    color: var(--main-black);
    font-size: 20px;
    font-weight: var(--font-weight-bold);
    line-height: 26px;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-color 0.2s ease-in-out;
}

.homepage-featured-posts__title:hover {
    border-bottom-color: var(--main-black);
}

.homepage-featured-posts__card--main .homepage-featured-posts__title {
    font-size: 32px;
    line-height: 38px;
    letter-spacing: -2%;
}

.homepage-featured-posts__excerpt-row p,
.homepage-featured-posts__meta-row,
.homepage-featured-posts__author-link {
    font-size: 16px;
    font-weight: var(--font-weight-regular);
    line-height: 24px;
}

.homepage-featured-posts__author-link,
.homepage-featured-posts__meta-row {
    font-size: 12px;
}

.homepage-featured-posts__excerpt-row {
    color: var(--black-two);
}

.homepage-featured-posts__meta-row {
    display: flex;
    flex-wrap: wrap;
    color: var(--main-black);
    overflow-wrap: anywhere;
    word-break: break-word;
}

.homepage-featured-posts__author-link {
    color: var(--main-black);
}

.homepage-featured-posts__meta-separator {
    padding: 4px;
}

.two-column-block-left_col-image img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 991px) {
    .section-featured_posts .ct-section-inner-wrap {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        align-items: start !important;
    }

    .section-editable_posts .ct-section-inner-wrap {
        display: grid !important;
        grid-template-columns: 1fr !important;
        gap: 28px !important;
        align-items: start !important;
    }

    .homepage-featured-posts {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .homepage-featured-posts-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .homepage-featured-posts__column--stacked {
        display: grid;
        gap: 16px;
        grid-template-columns: 1fr 1fr;
    }

    .homepage-featured-posts__card--stacked+.homepage-featured-posts__card--stacked {
        padding-top: 0px;
        border-top: none;
    }

    .homepage-featured-posts__column--main {
        order: -1;
    }
}

@media (max-width: 767px) {
    .homepage-featured-posts__card--main .homepage-featured-posts__title {
        font-size: 28px;
        line-height: 34px;
    }

    .homepage-featured-posts__title {
        font-size: 18px;
        line-height: 22px;
    }

    .homepage-featured-posts__image img {
        width: revert-layer;
    }
}

.homepage-featured-author-testimonial.cell {
    display: flex;
    flex-direction: column;
    gap: 16px;
    text-align: left;
    background-color: var(--main-white);
    border-radius: 0px;
}

.homepage-featured-author-testimonial__header {
    display: flex;
    align-items: flex-start;
    gap: 16px;
}

.homepage-featured-author-testimonial__image-wrap {
    flex-shrink: 0;
}

.homepage-featured-author-testimonial__image {
    width: 60px;
    height: 60px;
    display: block;
    object-fit: cover;
}

.homepage-featured-author-testimonial__image img {
    filter: grayscale(1);
}

.homepage-featured-author-testimonial__identity {
    min-width: 0;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.homepage-featured-author-testimonial__name {
    color: var(--main-black);
    text-decoration: none;
}

.homepage-featured-author-testimonial__job-title,
.homepage-featured-author-testimonial__description {
    color: var(--main-black);
}

.homepage-featured-author-testimonial__description p {
    margin: 0;
}

.homepage-featured-author-testimonial__tags-row {
    padding-top: 16px;
    border-top: 1px solid var(--main-black);
    margin-top: auto;
}

.homepage-featured-author-testimonial__tags {
    display: flex;
    flex-wrap: wrap;
    color: var(--main-black);
}

.homepage-featured-author-testimonial__tag {
    display: inline-flex;
    align-items: center;
}

.homepage-featured-author-testimonial__tag+.homepage-featured-author-testimonial__tag::before {
    content: '';
    width: 5px;
    height: 5px;
    display: inline-block;
    margin: 0 16px;
    color: var(--main-color);
    background-color: var(--main-color);
}