﻿.future-fairs .fair-name {
    font-size: 16px;
    font-weight: 600;
    line-height: 26px;
    color: #977758;;
    height: 45px;
}

.future-fairs .fair-date {
    color: #7C7C7C;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
}

.future-fairs .fair-link {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    @media (max-width: 768px) {
        font-size: 13px;
    }
}

.future-fairs .past-fairs-container {
    margin-top: 6rem;
}

.future-fairs .fair-card {
    transition: transform 0.4s ease;
    
}

.future-fairs .fair-card:hover {
    transform: scale(1.05);
    z-index: 1;
}

.future-fairs .fairs-img {
    height: 500px;
}

.future-fairs h3 {
    font-size: 20px;
    font-weight: 500;
    color: #000000;
    width: max-content;
    border-radius: 24px;
    border: none;
    padding: 8px;
}

.fair-link-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
    max-width: 100%;
    text-align: center;
}

.fairs-line{
    width: auto;
    height: 1px;
    background-color: #000000;
    margin: 5px 0;
}