/* Procurement Hub — front-end styles */
.ph-notice { padding: 12px 16px; border-radius: 4px; margin-bottom: 16px; font-size: 14px; }
.ph-notice-success { background: #e6f6e9; color: #1e5f2c; border: 1px solid #b8e2c1; }
.ph-notice-error { background: #fdeaea; color: #8a1f1f; border: 1px solid #f3c2c2; }

.ph-form p { margin-bottom: 14px; }
.ph-form label { display: block; font-weight: 600; margin-bottom: 4px; font-size: 14px; }
.ph-form input[type="text"],
.ph-form input[type="email"],
.ph-form input[type="password"],
.ph-form input[type="number"],
.ph-form input[type="date"],
.ph-form textarea {
	width: 100%; max-width: 480px; padding: 8px 10px; border: 1px solid #ccc; border-radius: 4px; font-size: 14px;
}
.ph-form .ph-inline { display: flex; gap: 16px; flex-wrap: wrap; }
.ph-form .ph-inline span { flex: 1; min-width: 140px; }

.ph-button {
	display: inline-block; background: #2271b1; color: #fff !important; border: none; padding: 9px 18px;
	border-radius: 4px; font-size: 14px; cursor: pointer; text-decoration: none;
}
.ph-button:hover { background: #135e96; }
.ph-button-small { padding: 5px 12px; font-size: 13px; }
.ph-button-secondary { background: #b32d2e; }
.ph-button-secondary:hover { background: #8a1f1f; }

.ph-requirements-list { display: grid; gap: 18px; }
.ph-card { border: 1px solid #e0e0e0; border-radius: 6px; padding: 18px 20px; background: #fff; }
.ph-card h3 { margin: 0 0 6px; }
.ph-meta { color: #666; font-size: 13px; margin: 4px 0; }
.ph-desc { font-size: 14px; margin: 10px 0; }
.ph-budget { font-weight: 600; font-size: 14px; }

.ph-bid-form-wrap { margin-top: 14px; padding-top: 14px; border-top: 1px dashed #ddd; }

.ph-table { width: 100%; border-collapse: collapse; margin-top: 10px; }
.ph-table th, .ph-table td { padding: 10px 12px; border-bottom: 1px solid #eee; text-align: left; font-size: 14px; }
.ph-table thead th { background: #f7f7f7; font-weight: 600; }
.ph-subtable { background: #fafafa; }

.ph-status { display: inline-block; padding: 2px 10px; border-radius: 12px; font-size: 12px; font-weight: 600; text-transform: capitalize; }
.ph-status-open, .ph-status-pending { background: #fff3cd; color: #8a6d1a; }
.ph-status-awarded, .ph-status-accepted { background: #e6f6e9; color: #1e5f2c; }
.ph-status-closed, .ph-status-rejected { background: #f1f1f1; color: #555; }

.ph-notifications { list-style: none; margin: 0; padding: 0; }
.ph-notifications li { padding: 10px 0; border-bottom: 1px solid #eee; font-size: 14px; }
.ph-notifications li.ph-unread { font-weight: 600; }

.ph-empty { color: #666; font-style: italic; }

.ph-gov-tender-filters select { width: 100%; max-width: 220px; padding: 8px 10px; border: 1px solid #ccc; border-radius: 4px; font-size: 14px; }
.ph-gov-tenders-list .ph-card { border-left: 4px solid #2271b1; }
