/* Stage292 multilingual blog bundles and genuine reader feedback. */
.stage292_blog_feedback {
    display: grid;
    gap: 24px;
    margin: 56px 0 0;
    padding-top: 40px;
    border-top: 1px solid #dfe5ed;
    font-family: Inter, Arial, sans-serif;
}

.stage292_feedback_message,
.stage292_feedback_live {
    padding: 12px 14px;
    border: 1px solid #b9d8c9;
    border-radius: 5px;
    background: #f3fbf6;
    color: #1f6644;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

.stage292_feedback_live:empty,
.stage292_feedback_live[hidden] {
    display: none;
}

.stage292_feedback_live.is-error {
    border-color: #e7c2c2;
    background: #fff6f6;
    color: #913b3b;
}

.stage292_rating_panel,
.stage292_comments_panel {
    border: 1px solid #dfe5ed;
    border-radius: 5px;
    background: #ffffff;
}

.stage292_rating_panel {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 20px 32px;
    align-items: center;
    padding: 24px;
}

.stage292_rating_panel h2,
.stage292_comments_panel h2 {
    margin: 10px 0 8px;
    color: #202632;
    font-size: clamp(22px, 2.2vw, 30px);
    font-weight: 600;
    line-height: 1.2;
}

.stage292_rating_summary {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    color: #667085;
    font-size: 14px;
}

.stage292_rating_summary strong {
    color: #263244;
    font-weight: 600;
}

.stage292_rating_form {
    min-width: 220px;
}

.stage292_stars {
    display: flex;
    justify-content: flex-end;
    gap: 5px;
}

.stage292_stars button {
    display: grid;
    place-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    border: 1px solid #d6dee9;
    border-radius: 5px;
    background: #f8fafc;
    color: #a3adbb;
    cursor: pointer;
    font: 600 22px/1 Inter, Arial, sans-serif;
    transition: border-color .15s ease, background-color .15s ease, color .15s ease;
}

.stage292_stars button:hover,
.stage292_stars button:focus-visible,
.stage292_stars button.is-selected {
    border-color: #d2a62b;
    background: #fff9e8;
    color: #bd8911;
    outline: none;
}

.stage292_rating_form.is-busy {
    opacity: .65;
}

.stage292_feedback_notice {
    grid-column: 1 / -1;
    margin: 0;
    padding-top: 14px;
    border-top: 1px solid #e7ebf0;
    color: #697587;
    font-size: 13px;
    line-height: 1.55;
}

.stage292_comments_panel {
    padding: 24px;
}

.stage292_comments_panel > header {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e5eaf0;
}

.stage292_comments_panel > header > span {
    color: #667085;
    font-size: 13px;
    font-weight: 500;
}

.stage292_comment_list {
    display: grid;
    gap: 12px;
    padding: 22px 0;
}

.stage292_comments_empty {
    margin: 0;
    padding: 18px;
    border: 1px solid #e2e8f0;
    border-radius: 5px;
    background: #f8fafc;
    color: #647187;
    font-size: 14px;
    line-height: 1.6;
}

.stage292_comment {
    padding: 16px;
    border: 1px solid #e1e7ef;
    border-radius: 5px;
    background: #ffffff;
}

.stage292_comment header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-bottom: 8px;
}

.stage292_comment strong {
    color: #263244;
    font-size: 14px;
    font-weight: 600;
}

.stage292_comment time {
    color: #8490a1;
    font-size: 12px;
}

.stage292_comment p {
    margin: 0;
    color: #566276;
    font-size: 14px;
    line-height: 1.65;
}

.stage292_comment_form {
    display: grid;
    gap: 14px;
    padding: 20px;
    border: 1px solid #dfe5ed;
    border-radius: 5px;
    background: #f8fafc;
}

.stage292_comment_form h3 {
    margin: 0;
    color: #253044;
    font-size: 20px;
    font-weight: 600;
}

.stage292_comment_form label {
    display: grid;
    gap: 7px;
}

.stage292_comment_form label > span {
    color: #354052;
    font-size: 13px;
    font-weight: 600;
}

.stage292_comment_form input,
.stage292_comment_form textarea {
    width: 100%;
    border: 1px solid #cfd8e5;
    border-radius: 5px;
    background: #ffffff;
    color: #202632;
    font: 400 14px/1.5 Inter, Arial, sans-serif;
}

.stage292_comment_form input {
    min-height: 44px;
    padding: 0 12px;
}

.stage292_comment_form textarea {
    min-height: 130px;
    padding: 11px 12px;
    resize: vertical;
}

.stage292_comment_form input:focus,
.stage292_comment_form textarea:focus {
    border-color: #3b7ddd;
    box-shadow: 0 0 0 3px rgba(59, 125, 221, .12);
    outline: none;
}

.stage292_comment_form > p {
    margin: 0;
    color: #697587;
    font-size: 12px;
    line-height: 1.55;
}

.stage292_comment_form .button {
    justify-self: start;
}

.stage292_comment_form.is-busy {
    opacity: .65;
}

.stage292_honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.chtio_admin_blog_bundle_notice {
    margin-bottom: 18px;
    padding: 14px;
    border: 1px solid #cbd9eb;
    border-radius: 5px;
    background: #f5f9ff;
    color: #3f5068;
    font-size: 13px;
    line-height: 1.55;
}

.chtio_admin_blog_bundle_notice strong {
    display: block;
    margin-bottom: 4px;
    color: #234d81;
    font-weight: 600;
}

.chtio_admin_blog_locked_languages {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.chtio_admin_blog_locked_languages span {
    padding: 5px 8px;
    border: 1px solid #d5deea;
    border-radius: 5px;
    background: #ffffff;
    color: #4a586d;
    font-size: 11px;
    font-weight: 600;
}

.chtio_admin_blog_comment_text {
    max-width: 540px;
    white-space: normal;
}

.chtio_admin_blog_comment_text p {
    margin: 5px 0 0;
    color: #667085;
    font-size: 12px;
    line-height: 1.5;
}

.chtio_admin_blog_moderation_form {
    display: grid;
    gap: 7px;
    min-width: 180px;
}

.chtio_admin_blog_moderation_form select,
.chtio_admin_blog_moderation_form input {
    min-height: 36px;
    border: 1px solid #d1d9e4;
    border-radius: 5px;
    background: #ffffff;
    font: 400 12px/1.4 Inter, Arial, sans-serif;
}

@media (max-width: 760px) {
    .stage292_blog_feedback {
        margin-top: 40px;
        padding-top: 30px;
    }

    .stage292_rating_panel {
        grid-template-columns: 1fr;
        padding: 18px;
    }

    .stage292_rating_form {
        min-width: 0;
    }

    .stage292_stars {
        justify-content: flex-start;
    }

    .stage292_comments_panel {
        padding: 18px;
    }

    .stage292_comments_panel > header {
        align-items: flex-start;
        flex-direction: column;
        gap: 5px;
    }

    .stage292_comment_form {
        padding: 16px;
    }
}

@media (max-width: 420px) {
    .stage292_stars {
        justify-content: space-between;
    }

    .stage292_stars button {
        width: 38px;
        height: 38px;
    }

    .stage292_comment header {
        align-items: flex-start;
        flex-direction: column;
        gap: 3px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .stage292_stars button {
        transition: none;
    }
}
