﻿.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: 32px;
    margin-bottom: 32px;
}

.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;
}



.artifact-card-link {
    text-decoration: none;
}

.artifact-card {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
}

.artifact-card-image, .artifact-card-image img {
    aspect-ratio: 1/1.25;
    object-fit: cover;
}

.artifact-card-text {
    display: flex;
    flex-direction: column;
    row-gap: 4px;
}

.artifact-card-artist-name {
    font-family: Inter;
    font-weight: 600;
    font-size: 18.7px;
    line-height: 24.91px;
    letter-spacing: -0.47px;
    vertical-align: middle;
    color: #000000;
}

.artifact-card-title {
    font-family: Inter;
    font-weight: 400;
    font-size: 18.26px;
    line-height: 24.91px;
    letter-spacing: -0.47px;
    vertical-align: middle;
    color: #000000;
}

.artifact-card-date {
    font-family: Inter;
    font-weight: 300;
    font-size: 19px;
    line-height: 26.91px;
    letter-spacing: -0.47px;
    vertical-align: middle;
    color: #000000;
}