.testup-page-template,
.testup-page-template * {
    box-sizing: border-box;
}

.testup-page-template {
    background: #ffffff;
    clear: both;
    display: block;
    padding: 32px 16px;
    width: 100%;
}

.testup-page-template__container,
.testup-page-template__article,
.testup-page-template__content,
.testup-page-template__footer {
    margin-left: auto;
    margin-right: auto;
    max-width: 1080px;
    width: 100%;
}

.testup-page-template__content > :first-child {
    margin-top: 0;
}

.testup-page-template__content > :last-child {
    margin-bottom: 0;
}

.testup-page-template__content > .testup-product-page {
    max-width: 1080px;
    padding-left: 0;
    padding-right: 0;
}

.testup-page-template__content > .testup-lesson {
    max-width: 1080px;
}

.testup-page-template__footer {
    color: #5f6d83;
    font-size: 13px;
    margin-top: 16px;
}

.testup-page-template__pagination {
    display: flex;
    gap: 8px;
    margin-top: 18px;
}

@media (max-width: 700px) {
    .testup-page-template {
        padding: 16px 8px;
    }
}
