
.health-rules__title {
    margin: 88px 0 40px;
}

.health-rules__alert-icon {
    top: 7px;
    position: relative;
    margin-right: 12px;
}

table.health-rules__table {
    overflow: hidden;
    border-radius: 16px;
    margin: 24px 0 0;
    color: #002E6D;
}


.health-rules__table,
.health-rules__table th.health-rules__thead-item,
.health-rules__table td {
    border: 1px solid #9FE7FF;
}

.health-rules__table,
.health-rules__table td{
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.health-rules__thead-item {
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
}

.heath-rules__table-row td:first-child {
    font-weight: 600;
}

.health-rules__table th.health-rules__thead-item,
.health-rules__table td {
    padding: 16px;
}

thead .heath-rules__table-row:nth-child(odd) {
    background: #E1F4FD;
}

tbody .heath-rules__table-row:nth-child(even) {
    background: #E1F4FD;
}


.heath-rules__table-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    gap: 24px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 24px;
}

.heath-rules__more-btn {
    width: 400px;
    height: 48px;
    border: 1px solid #0080C9;
    color: #0080C9;
    background: transparent;
    text-transform: unset;
}

.heath-rules__more-btn:hover {
    color: #fff;
    background: #0080C9;
}

.heath-rules__download-btn {
    width: 400px;
    height: 48px;
    color: #fff;
    background: #0080C9;
    text-transform: unset;
}

@media screen and (max-width: 767px){
    .health-rules__table-container {
        width: 100%;
        overflow-x: auto;
    }

    .heath-rules__table-btns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        gap: 24px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .heath-rules__more-btn {
        width: 400px;
        border: 1px solid #0080C9;
        color: #0080C9;
        background: transparent;
        text-transform: unset;
    }

    .heath-rules__more-btn,
    .heath-rules__download-btn {
        width: 100%;
        max-width: 400px;
        height: auto;
        min-height: 48px;
    }
}
