/**
 * Wholesale Operations Hub — front-end styles
 */
.wsoh-application-form fieldset {
    border: 1px solid #e2e4e7;
    border-radius: 8px;
    padding: 16px 20px;
    margin: 0 0 20px;
}

.wsoh-application-form legend {
    font-weight: 600;
    padding: 0 8px;
}

.wsoh-application-form label {
    display: block;
    font-size: 14px;
}

.wsoh-application-form input[type="text"],
.wsoh-application-form input[type="email"],
.wsoh-application-form input[type="url"],
.wsoh-application-form input[type="password"],
.wsoh-application-form input[type="number"],
.wsoh-application-form textarea {
    width: 100%;
    max-width: 460px;
    padding: 8px 10px;
    margin-top: 4px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
}

.wsoh-application-form .wsoh-consents label {
    display: block;
    margin-bottom: 8px;
}

.wsoh-application-form .wsoh-submit {
    background: #1d4ed8;
    color: #fff;
    border: 0;
    padding: 12px 22px;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
}

.wsoh-form-success,
.wsoh-form-error {
    border-radius: 8px;
    padding: 16px 20px;
    margin: 0 0 20px;
}
.wsoh-form-success { background: #edfaef; border: 1px solid #b7e4c0; }
.wsoh-form-error   { background: #fcf0f1; border: 1px solid #f0b7ba; }

.wsoh-trade-only {
    color: #6b7280;
    font-style: italic;
}

/* Portal */
.wsoh-portal-cards {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
    gap: 14px;
    margin: 16px 0 24px;
}
.wsoh-portal-card {
    background: #f8fafc;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 14px 16px;
    display: flex;
    flex-direction: column;
    gap: 4px;
}
.wsoh-portal-card__value { font-size: 22px; font-weight: 700; color: #0f172a; }
.wsoh-portal-card__label { font-size: 13px; color: #64748b; }

.wsoh-portal-orders,
.wsoh-qo-table,
.wsoh-list-items {
    width: 100%;
    border-collapse: collapse;
    margin: 8px 0 16px;
}
.wsoh-portal-orders th, .wsoh-portal-orders td,
.wsoh-qo-table th, .wsoh-qo-table td,
.wsoh-list-items th, .wsoh-list-items td {
    border-bottom: 1px solid #e5e7eb;
    padding: 8px 10px;
    text-align: left;
}
.wsoh-qo-table input[type="text"],
.wsoh-qo-table input[type="number"] {
    width: 100%;
    padding: 6px 8px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
}
.wsoh-portal-links .button { margin-right: 6px; }

.wsoh-list-card {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 14px 18px;
    margin: 0 0 16px;
}
.wsoh-list-card h3 { margin-top: 0; }
.wsoh-list-actions { margin-top: 10px; }

.wsoh-enquiry {
    border-top: 1px solid #e5e7eb;
    margin-top: 20px;
    padding-top: 16px;
}
.wsoh-enquiry input[type="text"],
.wsoh-enquiry input[type="email"],
.wsoh-enquiry input[type="number"],
.wsoh-enquiry textarea {
    width: 100%;
    max-width: 420px;
    padding: 8px 10px;
    border: 1px solid #c3c4c7;
    border-radius: 4px;
}
