.blog-text {
    --art-text: #6b7280;
    --art-heading: #1a1d23;
    --art-muted: #9ca3af;
    --art-border: #e5e7eb;
    --art-accent: #07a169;
    --art-danger: #d64545;
    --art-rhythm: 20px;
    --art-block: 28px;
    color: var(--art-text);
    padding: 30px 32px;
    border: 1px solid #e8e8e6;
    border-radius: 16px;
    background: #fff;
}

.flex-text-company .blog-text,
.bd-course-sidebar-widget .blog-text {
    padding: 0;
    border: 0;
    border-radius: 0;
    background: none;
}

.blog-text > * {
    margin-top: 0;
    margin-bottom: var(--art-rhythm);
}

.blog-text > h2,
.blog-text > h3,
.blog-text > h4 {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 32px;
    margin-bottom: 12px;
    color: var(--art-heading);
}

.blog-text > h3,
.blog-text > h4 {
    margin-top: 26px;
}

.blog-text > .review-card,
.blog-text > .table,
.blog-text > table,
.blog-text > blockquote,
.blog-text > ul,
.blog-text > ol {
    margin-top: var(--art-block);
    margin-bottom: var(--art-block);
}

.blog-text > h2 + *,
.blog-text > h3 + *,
.blog-text > h4 + * {
    margin-top: 0;
}

.blog-text > *:first-child {
    margin-top: 0;
}

.blog-text > *:last-child {
    margin-bottom: 0;
}

.blog-text p {
    color: var(--art-text);
    line-height: 1.7;
}

.blog-text b,
.blog-text strong {
    color: var(--art-heading);
    font-weight: 600;
}

.blog-text ul,
.blog-text ol {
    padding-left: 0;
    list-style: none;
}

.blog-text li {
    position: relative;
    padding-left: 26px;
    margin-bottom: 10px;
    color: var(--art-text);
    line-height: 1.7;
}

.blog-text li:last-child {
    margin-bottom: 0;
}

.blog-text ul > li::before {
    content: '';
    position: absolute;
    left: 7px;
    top: 0.62em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--art-accent);
}

.blog-text ol {
    counter-reset: art-ol;
}

.blog-text ol > li {
    counter-increment: art-ol;
}

.blog-text ol > li::before {
    content: counter(art-ol) '.';
    position: absolute;
    left: 0;
    top: 0;
    color: var(--art-accent);
    font-weight: 600;
    line-height: 1.7;
}

.blog-text li > ul,
.blog-text li > ol {
    margin-top: 10px;
    margin-bottom: 0;
}

.blog-text .review-card {
    display: block;
    min-width: 0;
    padding: 20px 24px;
    border: 1px solid var(--art-border);
    border-left: 3px solid var(--art-accent);
    border-radius: 14px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

.blog-text .review-card + .review-card {
    margin-top: 14px;
}

.blog-text .review-card:has(+ .review-card) {
    margin-bottom: 14px;
}

.blog-text .review-header {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 4px 16px;
    margin-bottom: 14px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--art-border);
    color: var(--art-text);
    line-height: 1.5;
}

.blog-text .review-header b {
    color: var(--art-heading);
    font-weight: 600;
}

.blog-text .review-rating {
    flex-shrink: 0;
    margin-left: auto;
    color: var(--art-muted);
    font-size: 13px;
    white-space: nowrap;
}

.blog-text .review-text {
    color: var(--art-text);
    line-height: 1.7;
}

.blog-text .review-text p:last-child {
    margin-bottom: 0;
}

.blog-text .pros-cons {
    display: grid;
    gap: 8px;
    margin-top: 16px;
}

.blog-text .pros,
.blog-text .cons {
    padding: 10px 14px;
    border-radius: 10px;
    font-size: 13.5px;
    line-height: 1.6;
}

.blog-text .pros {
    background: rgba(7, 161, 105, 0.07);
    color: #35604f;
}

.blog-text .cons {
    background: rgba(214, 69, 69, 0.06);
    color: #6f4141;
}

.blog-text .pros b {
    color: var(--art-accent);
}

.blog-text .cons b {
    color: var(--art-danger);
}

.blog-text .table {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.blog-text .table > table {
    margin: 0;
}

.blog-text td {
    color: var(--art-text);
    line-height: 1.6;
}

.blog-text > table {
    width: 100%;
    border-collapse: collapse;
    font-size: 15px;
}

.blog-text > table th,
.blog-text > table td {
    padding: 11px 14px;
    text-align: left;
    vertical-align: top;
    border: 1px solid var(--art-border);
}

.blog-text > table th {
    font-weight: 600;
    color: var(--art-heading);
    background: #f7f8f7;
}

.blog-text > table td {
    color: var(--art-text);
}

@media (max-width: 575px) {
    .blog-text {
        --art-block: 22px;
        padding: 20px 18px;
    }

    .blog-text .review-card {
        padding: 16px 18px;
    }

    .blog-text .review-rating {
        margin-left: 0;
    }

    .blog-text > table {
        font-size: 14px;
    }

    .blog-text > table th,
    .blog-text > table td {
        padding: 9px 10px;
    }
}

.blogoffer { margin: 0 0 28px; }
.blogoffer--list { margin: 44px 0 0; }
.blogoffer__title { margin: 0 0 16px; font-size: 22px; font-weight: 700; color: #1a1a1a; }
.blogoffer__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    flex-wrap: wrap;
    padding: 14px 18px;
    border: 1px solid rgba(7, 161, 105, .25);
    border-radius: 14px;
    background: rgba(7, 161, 105, .05);
}
.blogoffer__item + .blogoffer__item { margin-top: 10px; }
.blogoffer__side { display: flex; align-items: center; gap: 12px; min-width: 0; }
.blogoffer__logo { border-radius: 8px; object-fit: contain; flex: 0 0 auto; background: #fff; }
.blogoffer__text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.blogoffer__label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #07a169;
}
.blogoffer__name { font-size: 16px; font-weight: 600; color: #1a1a1a; overflow-wrap: anywhere; }
.blogoffer__meta { font-size: 13px; color: #6b6b6b; overflow-wrap: anywhere; }
.blogoffer__btn {
    flex: 0 0 auto;
    display: inline-block;
    padding: 10px 22px;
    border-radius: 999px;
    background: #07a169;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
}
.blogoffer__btn:hover { background: #068a5a; color: #fff; }

@media (max-width: 575px) {
    .blogoffer__item { flex-direction: column; align-items: stretch; }
    .blogoffer__btn { text-align: center; }
    .blogoffer__title { font-size: 20px; }
}

.author {
    display: flex;
    gap: 18px;
    align-items: flex-start;
    margin: 0 0 30px;
    padding: 20px 22px;
    border: 1px solid #e8e8e6;
    border-radius: 16px;
    background: #fff;
}
.author__photo { flex: 0 0 auto; display: block; }
.author__photo img { width: 72px; height: 72px; border-radius: 50%; object-fit: cover; display: block; }
.author__body { display: flex; flex-direction: column; gap: 4px; min-width: 0; }
.author__role {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #07a169;
}
.author__name { font-size: 17px; font-weight: 700; color: #1a1a1a; text-decoration: none; }
.author__name:hover { color: #07a169; }
.author__bio { margin: 2px 0 0; font-size: 14px; line-height: 1.5; color: #6b6b6b; }

.sidelinks {
    margin-bottom: 24px;
    padding: 20px 22px;
    border: 1px solid #e8e8e6;
    border-radius: 16px;
    background: #fff;
}
.sidelinks__title { margin: 0 0 6px; font-size: 17px; font-weight: 700; color: #1a1a1a; }
.sidelinks__list { list-style: none; margin: 0; padding: 0; }
.sidelinks__item + .sidelinks__item { border-top: 1px solid #f0f0ee; }
.sidelinks__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 11px 0;
    color: #1a1a1a;
    font-size: 15px;
    line-height: 1.35;
    text-decoration: none;
}
.sidelinks__link:hover { color: #07a169; }
.sidelinks__arrow { flex: 0 0 auto; color: #c4c4c0; }
.sidelinks__link:hover .sidelinks__arrow { color: #07a169; }

.sidecta {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin-bottom: 24px;
    padding: 20px 22px;
    border: 1px solid rgba(7, 161, 105, .25);
    border-radius: 16px;
    background: rgba(7, 161, 105, .05);
}
.sidecta__label {
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #07a169;
}
.sidecta__name { font-size: 17px; font-weight: 700; color: #1a1a1a; }
.sidecta__meta { font-size: 14px; color: #6b6b6b; }
.sidecta__btn {
    margin-top: 10px;
    display: inline-block;
    text-align: center;
    padding: 11px 20px;
    border-radius: 999px;
    background: #07a169;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
}
.sidecta__btn:hover { background: #068a5a; color: #fff; }

@media (max-width: 575px) {
    .author { flex-direction: column; gap: 12px; }
}

.rate {
    margin: 0 0 30px;
    padding: 22px 24px;
    border: 1px solid #e8e8e6;
    border-radius: 16px;
    background: #fff;
}
.rate__head { margin-bottom: 16px; }
.rate__title { margin: 0 0 4px; font-size: 20px; font-weight: 700; color: #1a1a1a; }
.rate__sub { margin: 0; font-size: 14px; color: #6b6b6b; }
.rate__row { display: flex; gap: 10px; flex-wrap: wrap; }
.rate__item {
    flex: 1 1 0;
    min-width: 92px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    padding: 12px 8px;
    border: 1px solid #ececea;
    border-radius: 12px;
    background: #fafafa;
    text-decoration: none;
    cursor: pointer;
    transition: border-color .15s, background .15s, transform .15s;
}
.rate__item:hover { border-color: #07a169; background: rgba(7, 161, 105, .06); transform: translateY(-2px); }
.rate__icon { font-size: 26px; line-height: 1; }
.rate__label { font-size: 12px; color: #6b6b6b; text-align: center; }
.rate__count { font-size: 15px; font-weight: 700; color: #1a1a1a; }

.sidecta__row { display: flex; align-items: center; gap: 10px; margin-top: 4px; }
.sidecta__logo { border-radius: 8px; object-fit: contain; background: #fff; flex: 0 0 auto; }
.sidecta__text { display: flex; flex-direction: column; gap: 2px; min-width: 0; }
.sidecta__money { font-size: 15px; font-weight: 700; color: #07a169; }

@media (max-width: 575px) {
    .rate__item { min-width: 60px; padding: 10px 4px; }
    .rate__icon { font-size: 22px; }
    .rate__label { display: none; }
}

.sideposts {
    margin-bottom: 24px;
    padding: 20px 22px;
    border: 1px solid #e8e8e6;
    border-radius: 16px;
    background: #fff;
}
.sideposts__title { margin: 0 0 6px; font-size: 17px; font-weight: 700; color: #1a1a1a; }
.sideposts__list { list-style: none; margin: 0; padding: 0; }
.sideposts__item + .sideposts__item { border-top: 1px solid #f0f0ee; }
.sideposts__link { display: flex; flex-direction: column; gap: 3px; padding: 12px 0; text-decoration: none; }
.sideposts__date { font-size: 12px; color: #9a9a95; }
.sideposts__name { font-size: 15px; line-height: 1.35; color: #1a1a1a; }
.sideposts__link:hover .sideposts__name { color: #07a169; }

.bd-blog-postbox-comment {
    padding: 22px 24px;
    border: 1px solid #e8e8e6;
    border-radius: 16px;
    background: #fff;
}
.bd-blog-postbox-comment .bd-section-title { font-size: 20px; font-weight: 700; margin-bottom: 18px; }
.bd-postbox-comment .bd-ul { list-style: none; margin: 0; padding: 0; }
.bd-postbox-comment .bd-ul > li + li { margin-top: 8px; padding-top: 18px; border-top: 1px solid #f0f0ee; }
.bd-postbox-comment-box { display: flex; gap: 14px; align-items: flex-start; }
.bd-postbox-comment-avatar img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.bd-postbox-comment-text { min-width: 0; flex: 1 1 auto; }
.bd-postbox-comment-name .title { font-size: 15px; font-weight: 700; color: #1a1a1a; }
.bd-postbox-comment-name .post-meta { font-size: 13px; color: #9a9a95; }
.bd-postbox-comment-text > p { margin: 6px 0 10px; font-size: 15px; line-height: 1.55; color: #4a4a48; }
.bd-postbox-comment-reply { display: flex; gap: 8px; }
.bd-postbox-comment-reply a {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 5px 12px;
    border: 1px solid #ececea;
    border-radius: 999px;
    background: #fafafa;
    font-size: 14px;
    color: #4a4a48;
    text-decoration: none;
    cursor: pointer;
}
.bd-postbox-comment-reply a:hover { border-color: #07a169; color: #07a169; }

.bd-postbox-comment-input label,
.bd-postbox-comment-input .label-new {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #1a1a1a;
}
.bd-postbox-comment-input input,
.bd-postbox-comment-input textarea {
    width: 100%;
    padding: 11px 14px;
    border: 1px solid #e2e2df;
    border-radius: 10px;
    background: #fff;
    font-size: 15px;
    color: #1a1a1a;
}
.bd-postbox-comment-input input:focus,
.bd-postbox-comment-input textarea:focus {
    outline: none;
    border-color: #07a169;
    box-shadow: 0 0 0 3px rgba(7, 161, 105, .12);
}
.bd-postbox-comment-input textarea { min-height: 130px; resize: vertical; }

@media (max-width: 575px) {
    .bd-blog-postbox-comment { padding: 18px 16px; }
    .bd-postbox-comment-avatar img { width: 36px; height: 36px; }
}
