.wfc-section { margin: 32px 0 0; }
.wfc-section + .wfc-section { margin-top: 40px; padding-top: 16px; border-top: 1px solid #e5e7eb; }

.wfc-section__title { font-size: 1.5rem; line-height: 1.25; margin: 0 0 8px; font-weight: 700; }
.wfc-section__desc  { margin: 0 0 16px; color: #4b5563; }

.wfc-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 16px; }
@media (max-width: 1200px){ .wfc-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 768px){  .wfc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 480px){  .wfc-grid { grid-template-columns: 1fr; } }

.wfc-card { border: 1px solid #e5e7eb; border-radius: 12px; padding: 14px; background: #fff; }
.wfc-card__img { width: 100%; height: auto; border-radius: 10px; display: block; margin-bottom: 10px; }
.wfc-card__title { font-size: 1rem; margin: 6px 0 6px; font-weight: 700; }
.wfc-card__text  { margin: 0; color: #374151; font-size: 0.95rem; line-height: 1.45; }

/* Editör için küçük iyileştirmeler */
.wfc-card-editor__image { margin-bottom: 8px; }
.wfc-card-editor__image-preview img { max-width: 100%; height: auto; border-radius: 10px; display: block; margin-top: 8px; }
