/* Global / Mobile-First classes */
.simple-footer {
    padding: 5rem 1rem 1.5rem 1rem;
    color: var(--gray--500)
}

.simple-footer > * {
    margin: 3rem 0;
}

.simple-footer > *:first-child {
    margin-top: 0;
}

.simple-footer > *:last-child {
    margin-bottom: 0;
}

.simple-footer .line {
    border: 0;
    border-top: 1px solid var(--gray--300);
    margin-left: 1rem;
    margin-right: 1rem;
    margin-bottom: 0;
}

.simple-footer-dk-company-info {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.25rem;
}

.simple-footer-logo-container {
    display: inline-block;
    padding: 0.5rem 1rem;
    margin: 0 auto 0.5rem auto;
}

.simple-footer-logo {
    width: 6rem;
}

.simple-footer-dk-link {
    color: var(--blue--600);
    font-weight: 600;
}

.simple-footer-dk-link:hover,
.simple-footer-dk-link:active,
.simple-footer-dk-link:visited
{
    color: var(--blue--600);
}

.simple-footer-links {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    font-size: 0.875rem;
    font-weight: 600;
}

.simple-footer-links a {
    color: inherit;
}

.simple-footer-copyright {
    text-align: center;
    font-size: 0.75rem;
}

.simple-footer a, .simple-footer a:hover {
    text-decoration: none;
}

.simple-footer .siteTran-wrapper {
    display: flex;
    flex-direction: row-reverse;
    margin: 1rem 1.5rem 0 1.5rem;
}

/* Global / Mobile-First classes end */

/* md 768px tablet */
@media only screen and (min-width: 48rem) {

    .simple-footer {
        padding-top: 6rem;
    }

    .simple-footer > * {
        margin: 4rem 0;
    }

    .simple-footer .line {
        margin-left: 2rem;
        margin-right: 2rem;
    }

    .simple-footer .siteTran-wrapper {
        margin: 1rem 2.5rem 0 2.5rem;
    }

    .simple-footer-links {
        flex-direction: row;
        gap: 2rem;
    }
}
/* tablet classes end */

/* lg 992px desktop */
@media only screen and (min-width: 62rem) {
    .simple-footer .line {
        max-width: 71.25rem;
        margin: 0 auto;
    }

    .simple-footer .siteTran-wrapper {
        max-width: 70.25rem;
        margin: 0.5rem auto 4rem auto;
    }
}
/* desktop classes end */
