.post-preview-item { border: 1px solid #ccd0d4; padding: 15px; margin-bottom: 20px; background: #fff; border-radius: 4px; position: relative; }
.post-preview-item.published { background-color: #f0f6fc; opacity: 0.6; }
.post-preview-item h4 { margin-top: 0; }
.post-preview-item label { font-weight: 600; display: block; margin-top: 10px; }
.post-preview-item input[type="text"], .post-preview-item textarea { width: 100%; padding: 8px; margin-top: 5px; }
.post-preview-item textarea { min-height: 150px; }
.publish-single-button-container { margin-top: 15px; }
.spinner { visibility: hidden; float: none; margin: 0 5px -3px; }
.spinner.is-active { visibility: visible; }
.accordion-title { cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.accordion-content { display: none; margin-top: 15px; } 