﻿.harness-racing-records-page {
}

    .harness-racing-records-page .full-page {
        display: flex;
        justify-content: space-between;
    }

.harness-racing-records-page .left-page {
    width: 62%;
}

    .harness-racing-records-page .accordion-content-title {
        color: #000;
        font-family: Poppins;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: -0.48px;
        margin-bottom: 21px;
        padding-left: 13px;
    }

    .harness-racing-records-page .listing-container .elements {
        margin-top: -10px;
        margin-right: -30px;
    }

        .harness-racing-records-page .listing-container .elements .item {
            position: relative;
            width: calc(33.2% - 30px);
            margin-top: 10px;
            margin-right: 30px;
            margin-bottom: 0px;
        }

        .harness-racing-records-page .listing-container .elements .item .item-content .information-row:first-child {
            margin-bottom: -9px;
        }

    .harness-racing-records-page .is-world-record {
        width: 100px;
        height: 100px;
        position: absolute;
        top: -33px;
        right: -43px;
    }

        .harness-racing-records-page .is-world-record img {
            width: 100%;
            height: 100%;
        }

    .harness-racing-records-page .files-section .heading-section .title {
        color: var(--Colors-Base-White, #FFF);
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: -0.54px;
    }

    .harness-racing-records-page .files-section .heading-section {
        padding: 6px 6px 6px 14px;
    }

    .harness-racing-records-page .files-section .each-file .date-section {
        width: 40px;
        height: 36.536px;
        padding: 0px;
        text-align: center;
        align-content: center;
    }

    .harness-racing-records-page .files-section .each-file .title {
        color: #232323;
        text-align: center;
        font-family: Inter;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        letter-spacing: -0.54px;
        width: unset;
        margin-right: 9px;
        margin-bottom: 0px;
    }

    .harness-racing-records-page .files-section .each-file .date-title-section {
        padding-bottom: 5px;
        margin-bottom: 5px;
        display: flex;
        justify-content: space-between;
    }



@media (max-width: 1024px) {
    .harness-racing-records-page .full-page {
        flex-flow: column;
    }

    .harness-racing-records-page .left-page {
        width: 100%;
    }

    .files-section .each-file-section {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .harness-racing-records-page .listing-container .elements {
        margin-right: 0px;
    }

    .harness-racing-records-page .listing-container .elements .item {
        width: 100%;
        margin-right: 0px;
    }

    .harness-racing-records-page .is-world-record {
        top: -47px;
        right: -5px;
    }

    .harness-racing-records-page .files-section .heading-section .title {
        font-size: 16px;
    }

    .harness-racing-records-page .files-section .each-file .title {
        font-size: 16px;
    }
}

@media (max-width: 412px) {
    .harness-racing-records-page .files-section .heading-section .title {
        font-size: 14px;
    }

    .harness-racing-records-page .files-section .each-file .title {
        font-size: 14px;
    }

    .harness-racing-records-page .files-section .each-file .date-section {
        width: 36px;
        height: 32px;
    }

}

@media (max-width: 320px) {

    .harness-racing-records-page .files-section .heading-section .title {
        font-size: 13px;
    }

    .harness-racing-records-page .files-section .each-file .title {
        font-size: 13px;
    }

    .harness-racing-records-page .files-section .each-file .date-section {
        width: 32px;
        height: 28px;
    }
}