/* 互动管理页面样式 */
.detail-section {
    margin-bottom: 25px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ecf0f1;
}

.detail-section:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.detail-section h3 {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 18px;
}

.detail-item {
    display: flex;
    margin-bottom: 10px;
}

.detail-label {
    width: 100px;
    font-weight: 500;
    color: #7f8c8d;
}

.content-box {
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    min-height: 100px;
    line-height: 1.5;
}

.log-box {
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 8px;
    min-height: 80px;
    font-size: 14px;
}

.log-box p {
    margin: 5px 0;
    color: #7f8c8d;
}