/* shopAccount/assets/css/discuss/contentPage.css */

.discuss-layout-container {
    max-width: 960px;
    margin: 20px auto;
    padding: 0 15px;
}

.discuss-detail-card {
    background: #ffffff;
    border: 1px solid #e2e8f0;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.discuss-breadcrumb {
    font-size: 13px;
    color: #64748b;
    margin-bottom: 16px;
}

.discuss-breadcrumb a {
    color: #0284c7;
    text-decoration: none;
}

.cat-badge {
    background: #e0f2fe;
    color: #0369a1;
    padding: 2px 8px;
    border-radius: 4px;
    font-weight: 600;
}

.discuss-main-title {
    font-size: 22px;
    color: #0f172a;
    line-height: 1.4;
    margin: 0 0 16px 0;
}

.status-badge.resolved {
    background-color: #dcfce7;
    color: #15803d;
    font-size: 13px;
    padding: 3px 8px;
    border-radius: 4px;
    margin-right: 8px;
    vertical-align: middle;
}

.discuss-meta-bar {
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: #64748b;
    border-bottom: 1px solid #f1f5f9;
    padding-bottom: 12px;
    margin-bottom: 20px;
}

.discuss-image-wrapper {
    margin: 20px 0;
    text-align: center;
}

.discuss-image-wrapper img {
    max-width: 100%;
    max-height: 500px;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    cursor: pointer;
}

.ai-img-desc {
    font-size: 12px;
    color: #64748b;
    margin-top: 6px;
}

.discuss-body-content {
    font-size: 15px;
    line-height: 1.7;
    color: #334155;
    margin-bottom: 30px;
    white-space: pre-line;
}

.discuss-replies-section {
    border-top: 2px solid #f1f5f9;
    padding-top: 20px;
}

.discuss-replies-section h3 {
    font-size: 16px;
    color: #1e293b;
    margin-bottom: 15px;
}

.reply-box-alert {
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
    padding: 15px;
    border-radius: 6px;
    text-align: center;
    color: #64748b;
    font-size: 14px;
}

.reply-box-alert a {
    color: #0284c7;
    font-weight: 600;
}