.acf-product-files {
    margin-top: 20px;
}
.acf-product-files .block-header {
    font-size: 1.625rem;
}
.acf-file-list {
    display: flex;
    flex-direction: column;
    
}

.acf-file-item:not(.acf-zip-download-link)
{
    border-bottom: 1px solid #e9ecef;
}
.acf-file-item a {
    font-size: 16px;
    text-decoration: none;
    color: #000;
    display:block;
	padding: 5px 10px;
}

.acf-file-item a:hover
{
	background-color: #f2f2f2;
	text-decoration:underline;
}

.acf-file-icon svg {
    width: 20px;
    height: auto;
    /* margin-right: 10px; */
	float:right;
}

.acoustic_container {
    padding-bottom: 120px;
    padding-top: 60px;
    background-color: #f6f6f6;
    color: #515151
}

.acoustic_container .block-header {
    color: #006454;
    font-size: 42px;
}

.acoustic-facts {
    border-top: 1px solid #000f0d;
    margin-top: 1em;
    overflow: auto;
    padding-top: 1em;
}

.acoustic-facts table {
    color: #001713;
    width: 100%;
}

.acoustic-facts table th {
    font-size: .9em;
    font-weight: 700;
    text-transform: uppercase;
}

.acoustic-facts table td,
.acoustic-facts table th {
    padding: 0 2em 0 0;
    white-space: nowrap;
    width: 0;
    text-align: left;
}

.acoustic-facts table td:last-child {
    width: 100%;
}