@media only screen and (max-width: 640px) {
    /*  Hide   */
    .hc-checks-table__header tr th:nth-child(2),
    .hc-checks-table__header tr th:nth-child(5) {
        display: none;
    }

    .hc-checks-table__body tr td:nth-child(2),
    .hc-checks-table__body tr td:nth-child(5) {
        display: none;
    }

    .hc-checks-table__header tr th:nth-child(3),
    .hc-checks-table__header tr th:nth-child(6) {
        font-size: 0;
    }

    .hc-table__head th:nth-child(4),
    .hc-table__body tr.hc-table__row td:nth-child(4) {
        display: none;
    }

    /*  Sizing  */

    .hc-table__head {
        font-size: 12px;
    }

    .hc-checks-table__header th {
        font-size: 11px;
    }

    .hc-checks-table__body .hc-status {
        font-size: 0;
        justify-content: center;
    }

        .hc-checks-table__body .hc-status i {
            padding-right: 0 !important;
        }

    .hc-liveness__header {
        flex-direction: column;
        align-items: start;
        flex-direction: column;
        margin-bottom: 20px;
    }

    .hc-section-router {
        padding: 1rem;
    }

    .hc-refesh-group .hc-action-btn {
        display: block;
        width: 100%;
        height: 100%;
    }

    .hc-liveness-panel {
        width: 20rem;
    }

    /*    .hc-aside.is-open {
        width: 3rem;
    }

    .hc-aside.is-open .hc-aside__logo {
        border-radius: 50%;
        height: 2.5rem;
        width: 2.5rem;
        min-width: 2.5rem;
        margin: 0.5rem 0;
    }

    .hc-aside button {
        display: none;
    }*/
}

@media only screen and (max-width: 720px) {
    body {
        font-size: .675rem;
    }

    .hc-table-container {
        overflow: auto;
    }

    .hc-liveness__header > h1 {
        font-size: 1rem;
    }

    .hc-aside {
        display: none;
    }
}

.hc-aside__logo {
    --logoImageUrl: url(https://cdn.sellercloud.com/health-status-logo.png);
    background-image: var(--logoImageUrl);
    background-size: 120%;
    background-color: white;
}

.vertical-timeline-element-content span {
    word-break: break-word;
}

.vertical-timeline-element-content-arrow {
    display: none;
}
