/* IllumiWeb Shipment Tracking — customer-facing table */
.iwc-st-table {
    border-collapse: collapse;
}
.iwc-st-table th,
.iwc-st-table td {
    padding: 8px 12px;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}
.iwc-st-table th {
    font-weight: 600;
}
.iwc-st-table a {
    color: var(--iwc-accent, #2271b1);
    text-decoration: none;
    font-weight: 600;
}
.iwc-st-table a:hover {
    text-decoration: underline;
}

/* Admin metabox */
.iwc-st-metabox .iwc-st-items {
    margin: 0 0 8px;
    padding: 0;
    list-style: none;
}
.iwc-st-metabox .iwc-st-items li {
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f1;
}
.iwc-st-metabox .iwc-st-del {
    display: block;
    margin-top: 4px;
    font-size: 12px;
    color: #b32d2e;
}
.iwc-st-metabox .form-field {
    margin: 10px 0;
}
.iwc-st-metabox label {
    font-weight: 600;
    display: block;
    margin-bottom: 3px;
}
