.tb-single-post {
    max-width: 880px;
    margin: 0 auto;
    padding: 56px 0 72px;
}

.tb-single-post__header {
    margin-bottom: 32px;
}

.tb-single-post__meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 14px;
    color: #777777;
    font-size: 14px;
    line-height: 1.5;
}

.tb-single-post__meta a {
    color: #FC7700;
    text-decoration: none;
}

.tb-single-post__meta a:hover,
.tb-single-post__meta a:focus {
    text-decoration: underline;
}

.tb-single-post__title {
    margin: 0;
    color: #111111;
    font-size: clamp(34px, 5vw, 54px);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.tb-single-post__excerpt {
    margin: 22px 0 0;
    color: #555555;
    font-size: 18px;
    line-height: 1.65;
}

.tb-single-post__image {
    margin: 0 0 36px;
    overflow: hidden;
    border-radius: 24px;
    background: #f3f3f3;
}

.tb-single-post__image img {
    display: block;
    width: 100%;
    height: auto;
}

.tb-single-post__content {
    color: #242424;
    font-size: 18px;
    line-height: 1.75;
}

.tb-single-post__content > *:first-child {
    margin-top: 0;
}

.tb-single-post__content p,
.tb-single-post__content ul,
.tb-single-post__content ol {
    margin: 0 0 22px;
}

.tb-single-post__content h2 {
    margin: 42px 0 18px;
    color: #111111;
    font-size: clamp(26px, 3vw, 34px);
    line-height: 1.2;
    letter-spacing: -0.02em;
}

.tb-single-post__content ul,
.tb-single-post__content ol {
    padding-left: 1.35em;
}

.tb-single-post__content li {
    margin-bottom: 10px;
}

.tb-single-post__content a {
    color: #FC7700;
    font-weight: 700;
    text-decoration: none;
}

.tb-single-post__content a:hover,
.tb-single-post__content a:focus {
    text-decoration: underline;
}

@media (max-width: 640px) {
    .tb-single-post {
        padding: 36px 0 52px;
    }

    .tb-single-post__excerpt,
    .tb-single-post__content {
        font-size: 16px;
    }

    .tb-single-post__image {
        border-radius: 18px;
    }
}
