﻿.fileDownloadWithImage ul {
    list-style: none;
}

.fileDownloadWithImage {
    font-family: var(--font-noto);
}

    .fileDownloadWithImage p {
        margin: 0;
    }

    .fileDownloadWithImage .tp-filter-dropdown {
        max-width: 20rem;
        border-radius: 0.8rem;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 0px 6px;
        border: 1px solid rgba(0, 0, 0, .125);
        position: relative;
    }

        .fileDownloadWithImage .tp-filter-dropdown[open] {
            border-radius: 1rem 1rem 0 0;
        }

    .fileDownloadWithImage .tp-filter-buttonDropdown {
        color: var(--color-black);
        justify-content: space-between;
        align-items: center;
        padding: 0.7rem .625rem;
        list-style: none;
        display: flex;
    }

    .fileDownloadWithImage .tp-filter-dropdown__label {
        font-size: 1.25rem;
        font-family: var(--font-sancoale-regular);
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.9px;
        flex: 1;
        padding-left: 0.4rem;
    }

    .fileDownloadWithImage .tp-filter-dropdown[open] .tp-filter-buttonDropdown .tp-filter-dropdown__icon {
        transform: rotate(180deg)
    }

    .fileDownloadWithImage .tp-filter-dropdown__body {
        padding: 1rem;
        position: absolute;
        z-index: 2;
        background-color: white;
        width: 100%;
        box-shadow: rgba(0, 0, 0, 0.24) 0px 0.5rem 8px;
        border-radius: 0 0 1rem 1rem;
    }

    .fileDownloadWithImage .tp-insight__search {
        background-color: var(--color-white);
        border-radius: var(--rounded-xl);
        box-shadow: 0 .25rem 1.5rem rgba(0, 0, 0, .15);
        font-family: var(--font-noto);
        background-color: transparent;
        border: 1px solid rgba(0, 0, 0, .125);
        grid-template-columns: 1fr auto auto;
        align-items: center;
        height: 48px;
        display: grid;
    }

    .fileDownloadWithImage .tp-filter-dropdown .tp-filter-dropdown__body .tp-insight__search {
        box-shadow: none;
        background-color: rgba(0, 0, 0, .05);
        border-radius: 1.25rem
    }

    .fileDownloadWithImage .tp-insight__search-input {
        border-radius: var(--rounded-xl);
        background-color: transparent;
        border: none;
        width: 100%;
        min-width: 0;
        max-width: none;
        height: 100%;
        padding: .5rem .5rem .5rem 1.5rem;
        outline: none;
    }

    .fileDownloadWithImage .tp-insight__search-separator {
        background-color: var(--color-gray);
        width: 2px;
        height: 60%
    }

    .fileDownloadWithImage .tp-insight__search-button {
        width: 100%;
        min-width: 2.25rem;
        height: 100%
    }

    .fileDownloadWithImage .tp-filter-dropdown__body .tp-filter-dropdown__list {
        height: auto;
        max-height: 14rem;
        font-family: var(--font-sancoale-medium);
        flex-direction: column;
        gap: .75rem;
        margin: 1.5rem 0 0;
        padding: 0;
        display: flex;
        overflow-y: auto
    }

        .fileDownloadWithImage .tp-filter-dropdown__body .tp-filter-dropdown__list .tp-filter-dropdown__item {
            font-family: var(--font-sancoale-medium);
            font-size: 1rem
        }


    .fileDownloadWithImage .fileDownloadWithImage__cardContent {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 2rem;
        align-items: center;
    }

    .fileDownloadWithImage .fileDownloadWithImage-container {
        width: 80%;
    }

    .fileDownloadWithImage .fileDownloadWithImage-card {
        padding: 2rem;
        min-height: 9rem;
        display: grid;
    }

    .fileDownloadWithImage .fileDownloadWithImage__textCard {
        flex: 1;
    }

    .fileDownloadWithImage .fileDownloadWithImage-image img {
        width: 100%;
        height: 9rem;
        object-fit: cover;
    }

    .fileDownloadWithImage .fileDownloadWithImage-month-label {
        font-size: 0.78rem;
        color: var(--color-gray);
    }

    .fileDownloadWithImage .fileDownloadWithImage-month-title {
        font-size: 1.3rem;
        font-weight: var(--font-weight-bold);
    }

    .fileDownloadWithImage .fileDownloadWithImage-download-button {
        padding: 0.4rem 1.5rem;
        border: 1px solid var(--color-primary);
        border-radius: 0.25rem;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: var(--color-gradient);
        text-align: center;
    }

        .fileDownloadWithImage .fileDownloadWithImage-download-button:hover {
            -webkit-background-clip: unset;
            -webkit-text-fill-color: var(--text-color);
        }

    .fileDownloadWithImage .fileDownloadWithImage-interactive-version {
        font-weight: var(--font-weight-bold);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-image: var(--color-gradient);
        font-size: 0.93rem;
    }

    .fileDownloadWithImage .filedownloadwithimage__seemore {
        max-width: max-content;
        margin: 0 auto;
        cursor: pointer;
    }

        .fileDownloadWithImage .filedownloadwithimage__seemore p {
            font-family: var(--font-noto);
            font-weight: 600;
            font-size: 1rem;
        }

        .fileDownloadWithImage .filedownloadwithimage__seemore svg {
            transform: rotate(90deg);
        }

@media (min-width: 576px) {
    .fileDownloadWithImage .tp-filter-buttonDropdown .tp-filter-dropdown__label {
        font-size: 1.5rem
    }
}

@media (min-width:768px) {
    .fileDownloadWithImage .fileDownloadWithImage__cardContent {
        flex-direction: row;
    }

    .fileDownloadWithImage .fileDownloadWithImage-card {
        padding: 0.93rem;
    }

    .fileDownloadWithImage .fileDownloadWithImage-image img {
        width: 13rem;
    }
}

@media (min-width: 992px) {
    .fileDownloadWithImage .tp-filter-buttonDropdown .tp-filter-dropdown__label {
        font-size: 1rem
    }
}

@media (min-width: 1200px) {
    .fileDownloadWithImage .tp-filter-dropdown__body .tp-filter-dropdown__list .tp-filter-dropdown__item {
        font-size: 1.25rem
    }

    .fileDownloadWithImage .tp-filter-buttonDropdown .tp-filter-dropdown__label {
        font-size: 1.5rem
    }
}
