.component__table-downloads {
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}

.container__header {
    display: flex;
    gap: 10px;
    background: #eeeeee;
    align-items: center;
    border-bottom: 1px solid #dee2e6;
}

.container__header .column__title,
.container__header .column__download {
    padding: 12px 8px;
}

.container__header .column__title span,
.container__header .column__download span {
    text-transform: uppercase;
    font-weight: 500;
    color: #212529;
}

.column__title span {
	width: 80%;
}

.component__table-downloads .column__title {
    flex: 1;
}

.component__table-downloads .column__download {
    width: 30%;
}

.container__body .row__document {
    display: flex;
    align-items: center;
    gap: 10px;
    background: white;
    border-bottom: 1px solid #e1e5e8;
}

.container__body .row__document:nth-child(odd) {
    background: #f4f4f4;
}

.container__body .row__document .column__title {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 8px;
}

.container__body .row__document .column__title img {
    width: 35px;
}

  .container__body .row__document .column__title span {
    color: #2d9799;
    font-size: 16px;
    font-weight: 500;
}

.container__body .row__document .column__download {
    padding: 8px;
}

.container__body .row__document .column__download button {
    border: 0;
    width: 100%;
    padding: 8px 20px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    border-radius: 4px;
    background-color: #4a8eff;
    color: white;
}
  
.column__title__pdf:before {
    content: "";
    background: url(../img/icons/pdf.svg) right no-repeat;
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
}

.column__title__doc:before {
    content: "";
    background: url(../img/icons/doc.svg) right no-repeat;
    background-size: 35px 35px;
    width: 35px;
    height: 35px;
}

.component__table-downloads {
	margin-bottom: 50px;
}
