.oss-upload-addon {
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

.oss-upload-addon h4 {
    height: 20px;
    margin-top: 4px;
    border-left: 4px solid #007bff;
    text-indent: 16px;
    font-size: 19px;
    line-height: 20px;
    color: #121212;
    font-weight: 600;
    font-synthesis: style;
    margin-top: 10px;
    margin-bottom: 15px;
    text-align: left;
}

/* FilePond 自定义样式 */
.filepond--root {
    margin-bottom: 20px;
}

.filepond--panel-root {
    border-radius: 8px;
    border: 2px dashed #ccc;
    background-color: #fafafa;
}

.filepond--drop-label {
    color: #666;
}

.filepond--label-action {
    color: #007bff;
    font-weight: 600;
}

/* OSS 附件列表样式 */
.oss-attachments-panel {
    margin-top: 15px;
    padding: 15px;
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    border-radius: 6px;
}

.oss-attachments-panel h5 {
    margin: 0 0 10px 0;
    color: #495057;
    font-size: 14px;
    font-weight: 600;
    border-left: 3px solid #007bff;
    padding-left: 10px;
}

.oss-attachments-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.oss-attachments-panel li {
    padding: 8px 12px;
    margin-bottom: 5px;
    background: #fff;
    border: 1px solid #dee2e6;
    border-radius: 4px;
    transition: all 0.2s ease;
}

.oss-attachments-panel li:hover {
    background: #e9ecef;
    border-color: #007bff;
}

.oss-attachments-panel li:last-child {
    margin-bottom: 0;
}

.oss-attachments-panel li a {
    color: #007bff;
    text-decoration: none;
    font-weight: 500;
}

.oss-attachments-panel li a:hover {
    color: #0056b3;
    text-decoration: underline;
}

.oss-attachments-panel li small {
    color: #6c757d;
    margin-left: 8px;
}

/* 隐藏的 OSS 输入字段 */
.oss-hidden-input {
    display: none !important;
}