.th-hero-posts {
}

    .th-hero-posts a {
        text-decoration: none;
    }

    .th-hero-posts .th-hero-posts--container {
    }

    @media (min-width: 1024px) {
        .th-hero-posts .th-hero-posts--container {
            display: grid;
            gap: 20px 30px;
            grid-template-columns: 1fr 1fr;
            grid-template-areas:
                "featured left-col"
                "featured left-col"
                "featured left-col"
                "featured left-col";
        }
    }

        .th-hero-posts .th-hero-posts--container .th-hero-posts--item {
            overflow: hidden;
            background: #fff;
            border: var(--neutral40) 1px solid;
            border-radius: 5px;
            box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
            transition: box-shadow 0.25s ease;
        }

        @media (min-width: 768px) {
            .th-hero-posts .th-hero-posts--container .th-hero-posts--item {
                display: flex;
                justify-content: space-between;
                margin-bottom: 20px;
            }

            .th-hero-posts .th-hero-posts--container .th-hero-posts--item:first-of-type {
                flex-direction: row-reverse;
            }

            .th-hero-posts .th-hero-posts--container .th-hero-posts--item:last-of-type {
                margin-bottom: 0;
            }
        }

        @media (min-width: 1024px) {
            .th-hero-posts .th-hero-posts--container .th-hero-posts--item {
                margin: 0;
            }

            .th-hero-posts .th-hero-posts--container .th-hero-posts--item:first-of-type {
                display: block;
                grid-area: featured;
            }
        }

        .th-hero-posts .th-hero-posts--container .th-hero-posts--item:hover {
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
        }

            .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-thumbnail {
                position: relative;
                display: block;
                width: 100%;
                background: var(--neutral20);
            }

            @media (min-width: 768px) {
                .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-thumbnail {
                    width: 176px;
                }

                .th-hero-posts .th-hero-posts--container .th-hero-posts--item:first-of-type .th-hero-posts--item-thumbnail {
                    width: 288px;
                }
            }

            @media (min-width: 1024px) {
                .th-hero-posts .th-hero-posts--container .th-hero-posts--item:first-of-type .th-hero-posts--item-thumbnail {
                    width: 100%;
                    height: 360px;
                }
            }

                .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-thumbnail a {
                    display: block;
                    width: 100%;
                    height: 100%;
                }

                    .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-thumbnail a img {
                        width: 100%;
                        max-width: 100%;
                        height: 100%;
                        max-height: 100%;
                        object-fit: cover;
                    }

                    @media (min-width: 1024px) {
                        .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-thumbnail a img {
                            height: 140px !important;
                            max-height: 140px !important;
                            margin: auto 0px !important;
                        }

                        .th-hero-posts .th-hero-posts--container .th-hero-posts--item:first-of-type .th-hero-posts--item-thumbnail a img {
                            height: 100% !important;
                            max-height: 100% !important;
                        }
                    }

                .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-thumbnail .th-play-icon {
                    position: absolute;
                    right: 15px;
                    bottom: 17px;
                    width: 57px;
                    height: 57px;
                }

                .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-thumbnail .th-play-icon {
                    display: none;
                }

                @media (min-width: 768px) {
                    .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-thumbnail .th-play-icon {
                        display: inline-block;
                    }
                }

            .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details {
                position: relative;
                padding: 10px 10px 22px;
            }

            .th-hero-posts .th-hero-posts--container .th-hero-posts--item.podcast .th-hero-posts--item-details,
            .th-hero-posts .th-hero-posts--container .th-hero-posts--item.radio .th-hero-posts--item-details,
            .th-hero-posts .th-hero-posts--container .th-hero-posts--item.video .th-hero-posts--item-details {
                padding-right: 57px; /* This is so the play icon doesn't overlap content */
            }

            @media (min-width: 768px) {
                .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details {
                    width: calc(100% - 176px);
                }

                .th-hero-posts .th-hero-posts--container .th-hero-posts--item:first-of-type .th-hero-posts--item-details {
                    padding: 1.176em;
                    width: calc(100% - 288px);
                }
            }

            @media (min-width: 1024px) {
                .th-hero-posts .th-hero-posts--container .th-hero-posts--item:first-of-type .th-hero-posts--item-details {
                    width: 100%;
                }
            }

                .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details .publish-date {
                    color: var(--neutral70)
                }

                .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details .th-hero-posts--item-meta {
                    margin-bottom: 7px;
                }

                @media (min-width: 768px) {
                    .th-hero-posts .th-hero-posts--container .th-hero-posts--item:first-of-type .th-hero-posts--item-details .th-hero-posts--item-meta {
                        display: flex;
                        align-items: center;
                        justify-content: space-between;
                        margin-bottom: 20px;
                    }
                }

                    .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details .th-hero-posts--item-meta .meta-date {
                        display: none;
                    }

                    @media (min-width: 768px) {
                        .th-hero-posts .th-hero-posts--container .th-hero-posts--item:first-of-type .th-hero-posts--item-details .th-hero-posts--item-meta .meta-date {
                            display: inline-block;
                            font-size: 16px;
                            line-height: 1;
                        }
                    }

                    .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details .th-hero-posts--item-meta .meta-item {
                        margin: 0;
                        line-height: 1;
                    }

                    .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details .th-hero-posts--item-meta ul.meta-item {
                        margin: 0;
                        padding: 0;
                        white-space: nowrap;
                    }

                        .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details .th-hero-posts--item-meta ul li {
                            display: inline-block;
                            margin: 0 5px 3px 0;
                            padding: 0;
                            list-style: none;
                            font-size: 12px;
                        }

                        .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details .th-hero-posts--item-meta ul li:last-child {
                            margin: 0;
                        }

                            .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details .th-hero-posts--item-meta ul li a.meta-tag {
                                padding-left: 12px;
                                padding-right: 12px;
                                font-weight: 600;
                                color: var(--neutral90);
                                line-height: 1.5;
                                background: var(--neutral20);
                                border: var(--neutral60) 1px solid;
                                border-radius: 32px;
                            }

                            .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details .th-hero-posts--item-meta ul li a.meta-tag-type {
                                color: var(--primary_pressed);
                                background: var(--primary_surface);
                                border: var(--primary_border) 1px solid;
                            }

                            .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details .th-hero-posts--item-meta ul li a.meta-tag:focus,
                            .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details .th-hero-posts--item-meta ul li a.meta-tag:hover {
                                color: var(--primary_hover);
                            }

                .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details .th-hero-posts--item-title {
                    margin-bottom: 9px;
                    font-size: 14px;
                    font-weight: 600;
                }

                @media (min-width: 768px) {
                    .th-hero-posts .th-hero-posts--container .th-hero-posts--item:first-of-type .th-hero-posts--item-details .th-hero-posts--item-title {
                        font-size: 20px;
                    }
                }

                @media (min-width: 1200px) {
                    .th-hero-posts .th-hero-posts--container .th-hero-posts--item:first-of-type .th-hero-posts--item-details .th-hero-posts--item-title {
                        font-size: 27px;
                    }
                }

                    .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details .th-hero-posts--item-title a {
                        color: var(--neutral100);
                        text-decoration: none !important;
                    }

                    .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details .th-hero-posts--item-title a:focus,
                    .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details .th-hero-posts--item-title a:hover {
                        color: var(--primary_main);
                        text-decoration: underline !important;
                    }

                .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details .th-hero-posts--item-excerpt {
                    display: none;
                }

                @media (min-width: 768px) {
                    .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details .th-hero-posts--item-excerpt {
                        display: block;
                        margin: 0 0 9px;
                        font-size: 14px;
                        line-height: 1.713;
                    }
                }

                .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details .th-hero-posts--item-media-data {
                    margin: 0 0 9px;
                    color: var(--neutral100);
                    font-size: 12px;
                }

                @media (min-width: 768px) {
                    .th-hero-posts .th-hero-posts--container .th-hero-posts--item:first-of-type .th-hero-posts--item-details .th-hero-posts--item-media-data {
                        font-size: 16px;
                    }
                }

                    .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details .th-hero-posts--item-media-data span {
                        display: inline-block;
                        margin: 0 0.5em;
                    }

                .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details .th-hero-posts--item-date {
                    position: absolute;
                    bottom: 12px;
                    left: 10px;
                    margin: 0;
                    font-size: 12px;
                }

                @media (min-width: 768px) {
                    .th-hero-posts .th-hero-posts--container .th-hero-posts--item:first-of-type .th-hero-posts--item-details .th-hero-posts--item-date {
                        display: none;
                    }
                }

                .th-hero-posts .th-hero-posts--container .th-hero-posts--item .th-hero-posts--item-details .th-play-icon {
                    position: absolute;
                    right: 10px;
                    bottom: 12px;
                }

                @media (min-width: 768px) {
                    .th-hero-posts .th-hero-posts--container .th-hero-posts--item:first-of-type .th-hero-posts--item-details .th-play-icon {
                        display: none;
                    }
                }

.th-play-icon {
    display: inline-block;
    width: 37px;
    height: 37px;
    background: url('../../assets/images/svg/play-button.svg') left top /contain no-repeat;
}

.slick-dots {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 12px 0;
    list-style-type: none;
}

        .slick-dots li:only-child {
            display: none;
        }

        .slick-dots li {
            margin: 0 4px;
        }

        .slick-dots li button {
            display: block;
            width: 10px;
            height: 10px;
            padding: 0;
            text-indent: -9999px;
            border: none;
            border-radius: 100%;
            background-color: var(--neutral50);
        }

        .slick-dots li.slick-active button {
            background-color: var(--secondary_focus);
        }
