.frhd__trisec-wrapper p {
    margin-bottom: 10px;
}
.frhd__trisec-wrapper {
    display: flex;
    align-content: stretch;
    padding: 5px;
    flex-direction: row;
    column-gap: 15px;
    max-height: 570px;
}
.frhd__trisec-featured {
    flex-basis: 60%;
    background-color: gray;
    min-height: 500px;
    overflow: hidden;
}
.frhd__trisec-aside {
    display: flex;
    flex-basis: 40%;
    flex-direction: column;
    row-gap: 15px;
}
.frhd__trisec-featured,
.frhd__trisec-aside {
    flex-grow: 1;
    position: relative;
}
.frhd__trisec-aside-top,
.frhd__trisec-aside-bottom {
    flex-basis: 50%;
    overflow: hidden;
    position: relative;
    min-height: 200px;
}
.frhd__overlay-wrap {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
}
.frhd__overlay-inner {
    padding: 100px 25px 25px;
    background: linear-gradient(to top, #191c20 0, rgb(25 28 32 / 95%) calc(100% - 150px), rgb(25 28 32 / 0%) 100%);
    color: #fff;
}
.frhd__trisec-featured .frhd__overlay-inner {
    background: linear-gradient(to top, #000 30%, #191c20 50%, rgb(25 28 32 / 0%) 70%);
}
.frhd__trisec-featured,
.frhd__trisec-aside-top,
.frhd__trisec-aside-bottom {
    background: #f5f5f5;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}
.frhd__categories a {
    position: relative;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    padding: 6px 19px;
    z-index: 1;
    margin-right: 10px;
}
.frhd__categories {
    padding-left: 7px;
    padding-bottom: 7px;
}
.frhd__trisec-featured .frhd__categories {
    margin-bottom: 7px;
}
.frhd__categories a:before {
    position: absolute;
    z-index: -1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    content: '';
    transition: box-shadow .25s 0s;
    border-radius: 3px;
    background-color: #00B552;
    transform: skewX(-25deg);
}
.frhd__trisec-aside .frhd__categories a {
    font-size: 14px;
    padding: 3px 12px;
}
.frhd__trisec-aside-top .frhd__categories a:before {
    background-color: #ff6552;
}
.frhd__trisec-aside-bottom .frhd__categories a:before {
    background-color: #1a8cb2;
}

h2.frhd__entry-title {
    margin-bottom: 20px;
    line-height: 1;
}
.frhd__entry-title a {
    color: #fff !important;
    font-size: 35px;
    text-decoration: none;
    font-weight: bold;
    text-decoration-line: underline;
    text-decoration-color: transparent;
    transition: .3s;
}
.frhd__entry-title a:hover {
    color: #fff;
    text-decoration: underline;
    text-decoration-color: #56ca71;
}
.frhd__trisec-aside h2.frhd__entry-title {
    margin-bottom: 10px;
    line-height: 24px;
}
.frhd__trisec-aside .frhd__entry-title a {
    font-size: 24px;
}
.frhd__trisec-aside-top .frhd__entry-title a:hover {
    text-decoration-color: #ff6552;
}
.frhd__trisec-aside-bottom .frhd__entry-title a:hover {
    text-decoration-color: #1a8cb2;
}
time.frhd__post-date {
    display: flex;
    align-items: center;
}
time.frhd__post-date svg {
    width: 18px;
    height: 18px;
    fill: #9e9e9e;
    margin-right: 8px;
}
img.frhd__tri-thumb {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}

@media (max-width: 767px) {
    .frhd__trisec-wrapper {
        flex-direction: column;
    }
    .frhd__trisec-featured {
        margin-bottom: 15px;
    }
    .frhd__trisec-featured,
    .frhd__trisec-aside-top,
    .frhd__trisec-aside-bottom {
        max-height: 400px !important;
    }
}