html,
body.tkt-size-table-standalone {
    min-width: 0;
    min-height: 100%;
    margin: 0;
}

body.tkt-size-table-standalone {
    color: #17211d;
    background: #edf3f7;
    font-family: Arial, Helvetica, sans-serif;
    letter-spacing: 0;
}

.tkt-size-page-header {
    border-bottom: 1px solid #d6e0e6;
    background: #fff;
}

.tkt-size-page-header__inner,
.tkt-size-page-main,
.tkt-size-page-footer {
    width: min(1180px, calc(100% - 32px));
    margin-right: auto;
    margin-left: auto;
}

.tkt-size-page-header__inner {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.tkt-size-page-logo {
    display: inline-flex;
    align-items: center;
}

.tkt-size-page-logo img {
    display: block;
    width: 116px;
    height: auto;
}

.tkt-size-page-back,
.tkt-size-page-footer a {
    color: #255f9a;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
}

.tkt-size-page-back:hover,
.tkt-size-page-back:focus,
.tkt-size-page-footer a:hover,
.tkt-size-page-footer a:focus {
    text-decoration: underline;
}

.tkt-size-page-main {
    padding: 28px 0 36px;
}

.tkt-size-page-title {
    margin-bottom: 16px;
}

.tkt-size-page-title p {
    margin: 0 0 5px;
    color: #187a58;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
}

.tkt-size-page-title h1 {
    margin: 0;
    color: #17211d;
    font-size: 30px;
    line-height: 1.15;
}

.tkt-size-table-standalone .tkt-legacy-size-preview {
    width: 100%;
    max-width: none;
}

.tkt-size-table-standalone .tkt-legacy-size-preview .preview-controls {
    padding: 16px;
    border: 1px solid #d2dad6;
    border-bottom: 0;
    border-radius: 6px 6px 0 0;
    background: #fff;
}

.tkt-size-table-standalone .tkt-legacy-size-preview .size-guide {
    border-radius: 0 0 6px 6px;
    box-shadow: 0 10px 28px rgba(35, 58, 72, .08);
}

.tkt-size-page-footer {
    display: flex;
    min-height: 70px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border-top: 1px solid #d6e0e6;
    color: #66736d;
    font-size: 13px;
}

@media (max-width: 700px) {
    .tkt-size-page-header__inner,
    .tkt-size-page-main,
    .tkt-size-page-footer {
        width: min(100% - 20px, 1180px);
    }

    .tkt-size-page-header__inner {
        min-height: 62px;
        gap: 14px;
    }

    .tkt-size-page-logo img {
        width: 92px;
    }

    .tkt-size-page-back {
        max-width: 170px;
        font-size: 12px;
        line-height: 1.25;
        text-align: right;
    }

    .tkt-size-page-main {
        padding-top: 20px;
    }

    .tkt-size-page-title h1 {
        font-size: 24px;
    }

    .tkt-size-table-standalone .tkt-legacy-size-preview .preview-controls {
        padding: 12px;
    }

    .tkt-size-page-footer {
        min-height: 58px;
    }
}

@media (max-width: 420px) {
    .tkt-size-page-header__inner,
    .tkt-size-page-main,
    .tkt-size-page-footer {
        width: min(100% - 14px, 1180px);
    }

    .tkt-size-page-back {
        max-width: 140px;
    }

    .tkt-size-page-title h1 {
        font-size: 22px;
    }
}
