
#parent-container {
    background-color: #F4F7F6;
    padding-top: 10px;
}
.responsive-table, .responsive-table th, .responsive-table td {
    border: 0;
}
.main-tr:nth-child(even) {
    background-color: #F4F7F6;
}
.main-tr:nth-child(odd) {
    background-color: #FFFFFF;
}
.view-more, .download-text, .download-text-alternate, .filter-button {
    font-family: 'brandon-grotesque', serif;
}
#no-data-message {
    text-align: center;
    margin: 50px 0;
    display: none;
}
#no-results-message {
    padding-bottom: 10px;
}
.paragraph.paragraph--type--accordion-section.paragraph--view-mode--default.open .field {
    margin: -15px 0;
}
#parent-container {
    background-color: #F4F7F6;
    padding-top: 10px;
}
div#press-section {
    margin: 0 auto;
}
.responsive-table th {
    background-color: #f2f2f2;
}
.details-row {
    display: none;
    background-color: #f9f9f9;
    padding: 8px;
    border: 1px solid #ddd;
}
.detail-item {
    margin-bottom: 8px;
}
#press-section {
    margin: 0 50px;
}
#filter-container, #filter-container-alt {
    display: flex;
    flex-direction: row;
    font-size: 15px;
    margin: 10px 0;
}
#press-data {
}
#filter-container select {
    width: 200px;
    border: 2px solid #e0dcdc;
    background-color: white;
    color: #767676;
    padding-left: 5px;
}
#filter-container-alt select {
    width: 150px;
    border: 2px solid #e0dcdc;
    background-color: white;
    color: #767676;
    padding-left: 5px;
}
#filter-container select, #filter-container button, #filter-container-alt select, #filter-container-alt button {
    height: 40px;
    margin: 5px 10px;
}
.filter-button {
    width: 150px;
    background-color: transparent;
    border: 2px solid #000000;
    border-radius: 8px;
    letter-spacing: 0.92px;
}
.filter-button:hover {
    background-color: #000000;
    color: #FFFFFF;
}
.responsive-table {
    width: 100%;
    border-collapse: collapse;
    margin: 16px 0;
}
.responsive-table thead {
    background-color: #f8f8f8;
}
.responsive-table th, .responsive-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}
.responsive-table th {
    background-color: #000000;
    color: white;
    width: 300px;
}
.responsive-table th:last-child {
    width: 200px;
}
.view-more {
    width: 170px;
    height: 40px;
    background-color: #B4B9BE;
    color: #fff;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
    letter-spacing: 0.92px;
}
.view-more:hover {
    background-color: #000000 !important;
}
.dl {
    width: 210px;
    background-color: #F01A7A;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dl:hover {
    background-color: #bb0c5b !important;
}
.details-row {
    display: none;
    background-color: #E5E7E8;
}
.detail-item label {
    margin: 0;
    font-weight: bold;
    font-size: 14px;
}
.detail-item-grading {
    font-weight: bold;
    margin-bottom: 20px;
}
.details-row__media-usage-columns {
    vertical-align: top;
}
.responsive-table, .responsive-table th, .responsive-table td {
    border: 0;
}
.detail-item > label {
    width: 95px;
}
.star-div {
    display: inline-block;
}
.star-filled {
    height: 20px;
    margin-top: -5px;
    margin-right: 2px;
}
.download-icon, .download-text {
    display: inline;
    font-size: 14px;
    letter-spacing: 0.92px;
}
.download-icon {
    margin-left: 3px;
}
.download-text, .download-text-alternate {
    margin-right: 6px;
}
.download-text-alternate {
    display: none;
}
.collapse-btn {
    height: 20px;
    fill: white;
    margin-left: 5px;
}
.no-dl {
    font-size: 12px;
}
.view-more, .download-text, .download-text-alternate, .filter-button {
    font-family: 'brandon-grotesque', serif;
}
.dme-message {
    font-size: 12px;
}
.download-text, .download-text-alternate {
    font-size: 12px;
}
@media (max-width: 1515px) {
    .download-text {
        display: none;
    }
    .download-text-alternate {
        display: inline;
        font-size: 12px;
    }
}
@media (max-width: 1320px) {
    #filter-container select, #filter-container-alt select {
        width: 500px;
    }
    #filter-container, #filter-container-alt {
        flex-direction: column;
        align-items: center;
    }
}
@media (max-width: 850px) {
    #filter-container select, #filter-container-alt select {
        width: 250px;
    }
    .responsive-table th, .responsive-table td {
        display: block;
        width: 100%;
    }
    .responsive-table th {
        text-align: right;
        padding: 8px 16px;
    }
    .responsive-table th::after {
        content: "";
    }

    .responsive-table th, .responsive-table th:last-child {
        width: auto;
        text-align: start;
    }
    .details-row {
        font-size: 14px;
    }
    .download-text-alternate {
        display: none;
    }
    .dl {
        width: 50px;
    }
    .detail-item > label {
        width: 90px;
    }
}