.ohub24-browse,
.ohub24-dashboard,
.ohub24-profile-form {
	max-width: 1100px;
	margin: 0 auto;
	color: #1f2937;
}

.ohub24-filters {
	display: flex;
	gap: 0.5em;
	flex-wrap: wrap;
	margin-bottom: 1em;
}

.ohub24-filters input[type="text"] {
	flex: 1;
	min-width: 200px;
	padding: 0.6em;
}

.ohub24-filters select,
.ohub24-filters button {
	padding: 0.6em 1em;
}

.ohub24-results-count {
	margin-bottom: 1em;
	font-size: 0.9em;
	color: #4b5563;
}

.ohub24-card-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	gap: 1.25em;
	margin-bottom: 1.5em;
}

.ohub24-card {
	border: 1px solid #ddd;
	border-radius: 8px;
	padding: 1.25em;
	display: flex;
	flex-direction: column;
	gap: 0.5em;
	background: #fff;
}

.ohub24-badge {
	display: inline-block;
	background: #eef2ff;
	color: #3730a3;
	font-size: 0.75em;
	font-weight: 600;
	text-transform: uppercase;
	padding: 0.2em 0.6em;
	border-radius: 4px;
	width: fit-content;
}

.ohub24-card h3 {
	margin: 0.25em 0;
	font-size: 1.1em;
}

.ohub24-card-meta {
	display: flex;
	flex-direction: column;
	gap: 0.2em;
	font-size: 0.85em;
	color: #555;
}

.ohub24-recurring-notice {
	color: #6b7280;
	font-style: italic;
}

.ohub24-doc-notice {
	font-size: 0.8em;
	color: #92400e;
	background: #fffbeb;
	padding: 0.5em;
	border-radius: 4px;
	margin: 0;
}

.ohub24-apply-btn {
	margin-top: auto;
	display: inline-block;
	text-align: center;
	background: #3730a3;
	color: #fff;
	padding: 0.6em 1em;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 600;
}

.ohub24-apply-btn:hover {
	background: #2e2586;
	color: #fff;
}

.ohub24-pagination {
	display: flex;
	gap: 0.5em;
	justify-content: center;
	margin-top: 1em;
}

.ohub24-notice {
	padding: 1em;
	border-radius: 6px;
	margin-bottom: 1.5em;
	background: #f3f4f6;
}

.ohub24-notice-success {
	background: #dcfce7;
	color: #166534;
}

.ohub24-notice-warning {
	background: #fef9c3;
	color: #854d0e;
}

.ohub24-profile-form {
	display: flex;
	flex-direction: column;
	gap: 1em;
	background: #ffffff !important;
	color: #1f2937 !important;
	padding: 2em;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
}

.ohub24-profile-form label {
	display: flex;
	flex-direction: column;
	gap: 0.3em;
	font-weight: 600;
	font-size: 0.9em;
	color: #1f2937 !important;
}

.ohub24-profile-form input,
.ohub24-profile-form textarea {
	padding: 0.6em;
	font-weight: normal;
	color: #1f2937 !important;
	background: #ffffff !important;
	border: 1px solid #ccc;
	border-radius: 4px;
}

.ohub24-profile-form button,
.ohub24-applications-table button {
	align-self: flex-start;
	background: #3730a3;
	color: #fff;
	border: none;
	padding: 0.7em 1.5em;
	border-radius: 6px;
	cursor: pointer;
	font-weight: 600;
}

.ohub24-applications-table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 1em;
	background: #fff;
	color: #1f2937;
}

.ohub24-applications-table th,
.ohub24-applications-table td {
	text-align: left;
	padding: 0.75em;
	border-bottom: 1px solid #eee;
}

.ohub24-status {
	display: inline-block;
	padding: 0.2em 0.6em;
	border-radius: 4px;
	font-size: 0.85em;
	background: #eef2ff;
	color: #3730a3;
}

.ohub24-status-confirmed {
	background: #dcfce7;
	color: #166534;
}

.ohub24-status-awaiting_verification {
	background: #fef9c3;
	color: #854d0e;
}

.ohub24-review-screen {
	max-width: 700px;
	margin: 0 auto;
	background: #fff;
	color: #1f2937;
	padding: 2em;
	border-radius: 8px;
	border: 1px solid #e5e7eb;
}

.ohub24-back-link {
	display: inline-block;
	margin-bottom: 1em;
	color: #3730a3;
	text-decoration: none;
	font-size: 0.9em;
}

.ohub24-review-screen h3 {
	margin-top: 1.5em;
	margin-bottom: 0.5em;
	font-size: 1em;
	color: #1f2937;
}

.ohub24-prep-fields {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 0.75em;
}

.ohub24-prep-field {
	display: flex;
	flex-direction: column;
	gap: 0.2em;
}

.ohub24-prep-field label {
	font-size: 0.75em;
	font-weight: 600;
	color: #6b7280;
	text-transform: uppercase;
}

.ohub24-prep-field input {
	padding: 0.5em;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #f9fafb;
	color: #1f2937;
	cursor: text;
}

.ohub24-doc-list {
	padding-left: 1.2em;
}

.ohub24-review-note {
	font-size: 0.8em;
	color: #6b7280;
	margin-top: 0.5em;
}

.ohub24-email-compose {
	display: flex;
	flex-direction: column;
	gap: 1em;
	margin-top: 0.5em;
}

.ohub24-email-compose label {
	display: flex;
	flex-direction: column;
	gap: 0.3em;
	font-weight: 600;
	font-size: 0.9em;
	color: #1f2937;
}

.ohub24-email-compose input[type="text"],
.ohub24-email-compose textarea {
	padding: 0.6em;
	font-weight: normal;
	color: #1f2937;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-family: inherit;
}

.ohub24-email-compose fieldset {
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	padding: 0.75em 1em;
}

.ohub24-email-compose legend {
	font-weight: 600;
	font-size: 0.85em;
	color: #1f2937;
}

.ohub24-doc-checkbox {
	display: flex;
	align-items: center;
	gap: 0.5em;
	font-weight: normal;
	margin: 0.3em 0;
}
