﻿.page-title {
    font-family: Inter;
    font-weight: 600;
    font-size: 32px;
    line-height: 42px;
    color: #000000;
}

.page-content-area {
    display: flex;
    flex-direction: column;
    row-gap: 64px;
    padding-bottom: 90px;
    padding-top: 20px;
}

.page-filters-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 12px;
    flex-wrap: wrap;
    row-gap: 32px;
}

.page-tab-filter {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    overflow-x: auto;
    width: max-content;
    max-width: 100%;
}

    .page-tab-filter::-webkit-scrollbar {
        display: none;
    }

    .page-tab-filter ul {
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
        column-gap: 28px;
    }

        .page-tab-filter ul li a {
            font-family: Inter;
            font-weight: 500;
            font-size: 16px;
            line-height: 24px;
            color: #344054;
            text-decoration: none;
        }

            .page-tab-filter ul li a.active {
                font-weight: 700;
            }

.page-search-filter {
    position: relative;
}

.input-search-icon {
    width: 22px;
    height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
    left: 14px;
}

.page-search-filter input {
    padding: 10px 14px;
    font-family: Inter;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #667085;
    border: 1px solid #D0D5DD;
    border-radius: 0;
    padding-left: 40px;
    outline: none;
    box-shadow: none;
}

.page-list-and-filters-area {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    margin-top: 32px;
}


.artist-artifact-card {
    display: flex;
    flex-direction: column;
    row-gap: 24px;
}

.artist-artifact-card-image, .artist-artifact-card-image img {
    aspect-ratio: 1/1.25;
    object-fit: cover;
}

.artist-artifact-card-text {
    display: flex;
    flex-direction: column;
    row-gap: 6px;
}

    .artist-artifact-card-text .artist-name {
        font-family: Inter;
        font-weight: 300;
        font-size: 18.7px;
        line-height: 20.91px;
        letter-spacing: -0.47px;
        color: #202223;
    }

    .artist-artifact-card-text .artifact-name {
        font-family: Inter;
        font-weight: 400;
        font-size: 18.26px;
        line-height: 20.91px;
        letter-spacing: -0.47px;
        color: #202223;
    }

    .artist-artifact-card-text .artifact-date {
        font-family: Inter;
        font-weight: 300;
        font-size: 19px;
        line-height: 20.91px;
        letter-spacing: -0.47px;
        color: #202223;
    }

    .artist-artifact-card-text .artifact-link button {
        font-family: Inter;
        font-weight: 300;
        font-size: 18.7px;
        line-height: 20.91px;
        letter-spacing: -0.47px;
        color: #202223;
        text-decoration: underline;
        text-underline-offset: 4px;
        border: none;
        background: none;
        outline: none;
        padding: 0;
    }

    .artifact-btn
    {
        cursor: pointer;
    }