/* .media-hero-container {
    display: flex;
    padding: 5rem 4rem;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4rem;
    align-self: stretch;
    width: 100% !important;
}

.media-hero-heading-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}

.media-hero-heading {
    color: black;
    font-size: 6rem;
    font-style: normal;
    line-height: 100%;
}

.media-hero-subheading {
    color: black;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.media-articles-container {
    gap: 8rem;
}

@media (max-width: 1024px) {
    .media-articles-container {
        gap: 3rem;
    }
}

.media-articles-filters-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    padding: 1rem;
}

@media (min-width: 425px) {
    .media-articles-filters-container {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        width: 100%;
        padding: 1rem;
    }
}

@media (min-width: 768px) {
    .media-articles-filters-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
        align-items: center;
        column-gap: 4rem;
        row-gap: 2rem;
        width: 100%;
        max-width: auto;
        align-self: center;
    }
}

@media (min-width: 1024px) {
    .media-articles-filters-container {
        justify-content: center;
        padding: 0rem;
    }
}

.filter-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 180px;
}

.filter-item select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border-bottom: 2px solid #baf400;
    padding: 0.75rem 0px;
    font-size: 1rem;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M7.79737 10.5865C8.01531 10.8045 8.36773 10.8045 8.58335 10.5865L13.2205 5.94945C13.4384 5.7315 13.4384 5.37908 13.2205 5.16346C13.0025 4.94783 12.6501 4.94551 12.4345 5.16346L8.19152 9.4064L3.94858 5.16346C3.73063 4.94551 3.37821 4.94551 3.16259 5.16346C2.94696 5.3814 2.94465 5.73382 3.16259 5.94945L7.79969 10.5865H7.79737Z' fill='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0rem center;
    background-size: 16px;
}

.filter-item select:focus {
    outline: none;
}

#reset-filters {
    border: 1px solid #000;
    background: transparent;
    padding: 0.75rem 1.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        background 0.25s ease,
        color 0.25s ease;
}

#reset-filters:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 1024px) {
    .media-hero-container {
        display: flex;
        padding: 5.5rem 1rem;
        justify-content: center;
        align-items: flex-start;
        gap: 2rem;
        align-self: stretch;
    }

    .media-hero-heading-container {
        gap: 1rem;
    }

    .media-hero-heading {
        font-size: 3.5rem;
    }

    .media-hero-subheading {
        font-size: 1.2rem;
    }
}

@media (max-width: 640px) {
    .media-hero-heading {
        font-size: 3rem;
    }

    .media-hero-subheading {
        font-size: 1rem;
    }
}
 */
.media-hero-container {
    display: flex;
    padding: 5rem 4rem;
    justify-content: space-between;
    align-items: flex-start;
    gap: 4rem;
    align-self: stretch;
    width: 100% !important;
}

.media-hero-heading-container {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2rem;
}

.media-hero-heading {
    color: black;
    font-size: 6rem;
    font-style: normal;
    line-height: 100%;
}

.media-hero-subheading {
    color: black;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.media-articles-container {
    gap: 8rem;
}

@media (max-width: 1024px) {
    .media-articles-container {
        gap: 3rem;
    }
}

.media-articles-filters-container {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    width: 100%;
    padding: 1rem;
}

@media (min-width: 425px) {
    .media-articles-filters-container {
        display: flex;
        flex-wrap: wrap;
        gap: 2rem;
        width: 100%;
        padding: 1rem;
    }
}

@media (min-width: 768px) {
    .media-articles-filters-container {
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: start;
        align-items: center;
        column-gap: 4rem;
        row-gap: 2rem;
        width: 100%;
        max-width: auto;
        align-self: center;
    }
}

@media (min-width: 1024px) {
    .media-articles-filters-container {
        justify-content: center;
        padding: 0rem;
    }
}

.filter-item {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    min-width: 220px;
}

.filter-item select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-color: transparent;
    border-bottom: 2px solid #baf400;
    padding: 0.75rem 0px;
    font-size: 1rem;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M7.79737 10.5865C8.01531 10.8045 8.36773 10.8045 8.58335 10.5865L13.2205 5.94945C13.4384 5.7315 13.4384 5.37908 13.2205 5.16346C13.0025 4.94783 12.6501 4.94551 12.4345 5.16346L8.19152 9.4064L3.94858 5.16346C3.73063 4.94551 3.37821 4.94551 3.16259 5.16346C2.94696 5.3814 2.94465 5.73382 3.16259 5.94945L7.79969 10.5865H7.79737Z' fill='%23000'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0rem center;
    background-size: 16px;
}

.filter-item select:focus {
    outline: none;
}

#reset-filters {
    border: 1px solid #000;
    background: transparent;
    padding: 0.75rem 1.5rem;
    font-size: 0.75rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    cursor: pointer;
    transition:
        background 0.25s ease,
        color 0.25s ease;
}

#reset-filters:hover {
    background: #000;
    color: #fff;
}

@media (max-width: 1024px) {
    .media-hero-container {
        display: flex;
        padding: 5.5rem 1rem;
        justify-content: center;
        align-items: flex-start;
        gap: 2rem;
        align-self: stretch;
    }

    .media-hero-heading-container {
        gap: 1rem;
    }

    .media-hero-heading {
        font-size: 3.5rem;
    }

    .media-hero-subheading {
        font-size: 1.2rem;
    }
}

@media (max-width: 640px) {
    .media-hero-heading {
        font-size: 3rem;
    }

    .media-hero-subheading {
        font-size: 1rem;
    }
}

.single-media-image-swiper {
    padding: 2.5rem 1rem;
}

@media (max-width: 1024px) {
    .single-media-image-swiper {
        padding: 1.5rem 1rem;
    }
}