body {
	display: flex !important;
	flex-direction: column !important;
	min-height: 100vh !important;
	margin: 0 !important;
}

#generalBody {
	flex-grow: 1 !important;
	flex-shrink: 0 !important;
}

.main-footer-public {
	flex-shrink: 0 !important;
}

.pageTitle.modern-title {
	border-bottom: none !important;
	color: #ffffff !important;
	font-family: 'Source Sans Pro', -apple-system, sans-serif;
	font-size: 28px;
	font-weight: 700;
	letter-spacing: -0.02em;
	text-transform: none;
	margin-bottom: 25px;
	padding-bottom: 12px;
	position: relative;
	background: linear-gradient(135deg, #ffffff 0%, #cbd5e1 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	display: inline-block;
}

.pageTitle.modern-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50px;
	height: 3px;
	background: linear-gradient(90deg, #a855f7, #c084fc);
	border-radius: 3px;
}

.search-toolbar {
	display: flex;
	gap: 15px;
	margin-bottom: 30px;
}

.search-toolbar .form-group {
	margin-bottom: 0 !important;
}

@media (max-width: 768px) {
	.search-toolbar {
		flex-direction: column;
	}
}

.search-input-wrapper {
	flex: 1;
}

.search-button-wrapper {
	flex-shrink: 0;
}

.btn-search-verify {
	background: linear-gradient(135deg, #a855f7 0%, #9333ea 100%) !important;
	border: none !important;
	color: #ffffff !important;
	font-weight: 700 !important;
	font-size: 14.5px !important;
	padding: 12px 28px !important;
	border-radius: 8px !important;
	box-shadow: 0 4px 15px rgba(168, 85, 247, 0.25) !important;
	transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.btn-search-verify:hover {
	transform: translateY(-2px);
	box-shadow: 0 8px 25px rgba(168, 85, 247, 0.45) !important;
}

.btn-search-verify:active {
	transform: translateY(1px);
}

.search-prompt-card, .no-results-card {
	background-color: #1e293b;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	padding: 40px 30px;
	text-align: center;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
	margin-bottom: 30px;
}

.info-prompt-icon {
	font-size: 48px;
	color: #a855f7;
	margin-bottom: 18px;
}

.warning-icon {
	font-size: 48px;
	color: #ef4444;
	margin-bottom: 18px;
}

.search-prompt-card h4, .no-results-card h4 {
	font-family: 'Source Sans Pro', -apple-system, sans-serif;
	font-size: 18px;
	font-weight: 700;
	color: #ffffff;
	margin-top: 0;
	margin-bottom: 10px;
}

.search-prompt-card p, .no-results-card p {
	font-size: 14px;
	color: #cbd5e1;
	line-height: 1.6;
	margin: 0;
	max-width: 500px;
	margin-left: auto;
	margin-right: auto;
}

.verification-card {
	background-color: #1e293b;
	border: 1px solid rgba(255, 255, 255, 0.08);
	border-radius: 20px;
	padding: 35px;
	box-shadow: 0 15px 35px rgba(0, 0, 0, 0.25);
	margin-bottom: 30px;
}

.verification-card-header {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-bottom: 30px;
}

.status-icon {
	font-size: 48px;
}

.status-icon.enabled-status {
	color: #10b981;
}

.status-icon.disabled-status {
	color: #ef4444;
}

.status-title {
	font-family: 'Source Sans Pro', -apple-system, sans-serif;
	font-size: 22px;
	font-weight: 700;
	margin: 0;
	line-height: 1.2;
}

.status-title.text-success {
	color: #10b981 !important;
}

.status-title.text-danger {
	color: #ef4444 !important;
}

.status-subtitle {
	font-size: 13px;
	color: #94a3b8;
}

.verification-card-body {
	display: flex;
	flex-direction: column;
	gap: 14px;
	background: rgba(255, 255, 255, 0.02);
	border: 1px solid rgba(255, 255, 255, 0.05);
	padding: 30px;
	border-radius: 16px;
}

.info-row {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
	padding-bottom: 10px;
}

.info-row:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.info-label {
	color: #94a3b8;
	font-weight: 500;
	font-size: 14px;
}

.info-value {
	color: #ffffff;
	font-weight: 600;
	font-size: 14.5px;
	text-align: right;
}

.info-value.highlight-value {
	color: #c084fc;
	font-family: monospace;
	font-size: 16px;
}

.condition-badge {
	display: inline-flex;
	align-items: center;
	padding: 4px 12px;
	border-radius: 12px;
	font-size: 12px;
	font-weight: 700;
}

.condition-badge.enabled {
	background: rgba(16, 185, 129, 0.1);
	color: #10b981;
	border: 1px solid rgba(16, 185, 129, 0.2);
}

.condition-badge.disabled {
	background: rgba(239, 68, 68, 0.1);
	color: #ef4444;
	border: 1px solid rgba(239, 68, 68, 0.2);
}
