.wcpi-table { border-collapse: collapse; width:100%; margin-bottom:12px; }
.wcpi-table th, .wcpi-table td { border:1px solid #ddd; padding:6px; text-align:left; }
.wcpi-fields input, .wcpi-fields textarea { width:100%; margin-bottom:8px; padding:6px; }
.wcpi-actions { margin-top:10px; }
.wcpi-error { color:#b22; }

/* wrapper for responsive scroll */
.wcpi-table-wrap {
    width: 100%;
    overflow-x: auto;
    margin-bottom: 25px;
    border: 1px solid #ddd;
    border-radius: 6px;
}

/* table */
.wcpi-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
    background: #fff;
}

.wcpi-table th {
    background: #f7f7f7;
    font-weight: 600;
    padding: 10px;
    border-bottom: 1px solid #ddd;
    white-space: nowrap;
}

.wcpi-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #eee;
}

/* button */
.wcpi-btn {
    background: #0073aa;
    color: #fff;
    padding: 6px 12px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

.wcpi-btn:hover {
    background: #005f8d;
}

/* title */
.wcpi-title {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
}

/* empty state */
.wcpi-empty {
    color: #888;
    margin-bottom: 20px;
}

/* download link */
.wcpi-download {
    margin-top: 20px;
}
.wcpi-download a {
    color: #0073aa;
    text-decoration: underline;
}

/* Wrapper for preview area */
.wcpi-preview-wrap {
    margin-top: 20px;
}

/* Responsive table wrapper */
.wcpi-table-wrap {
    width: 100%;
    overflow-x: auto;
    border: 1px solid #ddd;
    border-radius: 6px;
    margin-bottom: 20px;
}

/* Table style */
.wcpi-table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
    background: #fff;
}

.wcpi-table th, 
.wcpi-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
    white-space: nowrap;
}

.wcpi-table th {
    background: #f7f7f7;
    font-weight: 600;
}

/* Select boxes */
.wcpi-map {
    width: 140px;
    padding: 5px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

/* Titles */
.wcpi-title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
}

/* Process button */
.wcpi-map-actions {
    margin-top: 10px;
}

.wcpi-btn-primary {
    background: #0073aa;
    color: #fff;
    padding: 10px 22px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}

.wcpi-btn-primary:hover {
    background: #005f8d;
}
