.pw-featured-grid {
    padding-bottom: 40px;
}

.pw-featured-grid .section-header {
    margin-left: 90px;
    margin-right: 90px;
    width: calc(100% - 180px);
    border-bottom: 1px solid var(--wp--preset--color--green-black);
    margin-bottom: 65px;
}

.pw-featured-grid .section-header .featured-grid-title {
    margin: 0;
    margin-top: 55px;
    margin-bottom: 30px;
}

.pw-featured-grid  .section-content {
    margin-left: 90px;
    margin-right: 90px;
    width: calc(100% - 180px);
    display: flex;
    position: relative;
}

.pw-featured-grid  .section-content .featured-grid-columns {
    width: 100%;
    display: flex;
    justify-content: space-between;

}

.pw-featured-grid  .section-content .featured-grid-column {
    display: flex;
    flex-direction: column;
    width: calc(50% - 30px);
}

.pw-featured-grid a {
    text-decoration: none;
    color: var(--wp--preset--color--green-black);
}

.pw-featured-grid  .section-content .featured-grid-column:first-child {
    padding-right: 30px;
    border-right: 1px solid var(--wp--preset--color--green-black);
}

.pw-featured-grid  .section-content .featured-grid-column:last-child {
    padding-left: 30px;
}

.pw-featured-grid .post-img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    height: 20vw;
    margin-bottom: 13px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.pw-featured-grid .empty-info {
    padding-left: 20px;
    padding-top: 20px;
    color: var(--wp--preset--color--green-black);
}

.pw-featured-grid .empty-info p {
    font-weight: 500;
    font-size: 24px;
    margin: 0;
}

.pw-featured-grid .empty-info p.guests {
    margin-top: 93px;
}

.pw-featured-grid  .post-item {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
}

.pw-featured-grid .post-title {
    margin:0;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 7px;
}

.pw-featured-grid .post-description {
    margin:0;
    font-size: 19px;
    font-weight: 400;
    margin-bottom: 10px;
}

.pw-featured-grid .post-meta {
    margin:0;
    font-size: 16px;
    font-weight: 400;
    color: var(--wp--preset--color--dark-gray);
}

.pw-featured-grid  .post-pills {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.pw-featured-grid .pill {
    border-radius: 100px;
    border: 1px solid var(--wp--preset--color--green-black);
    padding: 3px 7px;
    text-transform: uppercase;
    color: var(--wp--preset--color--green-black);
    font-size: 10px;
    font-weight: 600;
}

.pw-featured-grid .btn:hover {
    border: 1px solid var(--wp--preset--color--acid-green);
    background-color: var(--wp--preset--color--acid-green);
}

.pw-featured-grid .play-btn {
    gap: 5px;
    margin-top: 30px;
    border: none;
    background-color: var(--wp--preset--color--acid-green);
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 16px;
}
@media (max-width: 800px) {
    .pw-featured-grid .section-header {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
        margin-bottom: 30px;
    }
    .pw-featured-grid .section-header .featured-grid-title {
        margin-top: 25px;
        margin-bottom: 25px;
    }
    .pw-featured-grid .section-content {
        margin-left: 20px;
        margin-right: 20px;
        width: calc(100% - 40px);
    }
    .pw-featured-grid .section-content .featured-grid-column {
        width: 100%;
    }
    .pw-featured-grid .section-content .featured-grid-column:first-child {
        padding-right: 0px;
        border: none;
    }
    .pw-featured-grid .section-content .featured-grid-column:last-child {
        padding-left: 0px;
        border: none;
    }
    .pw-featured-grid .post-item {
        border-bottom: 1px solid var(--wp--preset--color--green-black);
        padding-bottom: 20px;
    }
    .pw-featured-grid .featured-grid-column:last-child .post-item:last-child {
        border-bottom: none;
    }
    .pw-featured-grid .post-title {
        font-size: 18px;
        margin-bottom: 9px;
    }
    .pw-featured-grid .post-description {
        font-size: 16px;
        margin-bottom: 7px;
    }
    .pw-featured-grid .post-meta {
        font-size: 16px;
    }
    .pw-featured-grid .post-img {
        height: 50vw;
        margin-bottom: 15px;
    }
    .pw-featured-grid .play-btn {
        margin-top: 33px;
    }
}
