/* File Converter Suite styles (admin + frontend) */
.fcs-wrap .fcs-status ul {list-style: disc; margin-left: 18px;}
.fcs-grid {display: grid; grid-template-columns: repeat(auto-fit,minmax(280px,1fr)); gap: 16px; margin-top: 16px;}
.fcs-card {background: #fff; border: 1px solid #e3e3e3; border-radius: 12px; padding: 16px;}
.fcs-card h2 {margin-top: 0;}
.fcs-card .help {color: #666; font-size: 12px;}
.fcs-frontend .button.button-primary {background:#2271b1;color:#fff;border:0;border-radius:6px;padding:8px 14px;cursor:pointer;}
.fcs-frontend .button.button-primary:hover {background:#1b5a8d;}
