.adminvoro-wrap {
	max-width: 1180px;
}

.adminvoro-hero {
	align-items: center;
	background: linear-gradient(135deg, #111827 0%, #1e3a8a 52%, #2563eb 100%);
	border-radius: 20px;
	box-shadow: 0 18px 45px rgba(15, 23, 42, 0.18);
	color: #fff;
	display: flex;
	justify-content: space-between;
	margin: 24px 0;
	overflow: hidden;
	padding: 32px;
	position: relative;
}

.adminvoro-hero::after {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.22) 0, rgba(255, 255, 255, 0) 68%);
	content: "";
	height: 240px;
	position: absolute;
	right: -80px;
	top: -100px;
	width: 240px;
}

.adminvoro-hero h1 {
	color: #fff;
	font-size: 34px;
	font-weight: 700;
	line-height: 1.15;
	margin: 0 0 8px;
}

.adminvoro-hero p {
	color: rgba(255, 255, 255, 0.82);
	font-size: 15px;
	margin: 0;
	max-width: 680px;
}

.adminvoro-eyebrow {
	color: #bfdbfe !important;
	font-size: 12px !important;
	font-weight: 700;
	letter-spacing: 0.12em;
	margin-bottom: 8px !important;
	text-transform: uppercase;
}

.adminvoro-version {
	background: rgba(255, 255, 255, 0.14);
	border: 1px solid rgba(255, 255, 255, 0.24);
	border-radius: 999px;
	color: #fff;
	font-weight: 600;
	padding: 10px 16px;
	position: relative;
	z-index: 1;
}

.adminvoro-tabs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0 0 18px;
}

.adminvoro-tabs a {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 999px;
	color: #1d2327;
	font-weight: 600;
	padding: 10px 15px;
	text-decoration: none;
	transition: all 0.16s ease;
}

.adminvoro-tabs a:hover,
.adminvoro-tabs a:focus,
.adminvoro-tabs a.is-active {
	background: #2563eb;
	border-color: #2563eb;
	box-shadow: 0 8px 18px rgba(37, 99, 235, 0.22);
	color: #fff;
}

.adminvoro-panel {
	margin-bottom: 32px;
}

.adminvoro-notices {
	margin: 0 0 18px;
	max-width: 960px;
}

.adminvoro-notices:empty {
	display: none;
}

.adminvoro-notices .notice,
.adminvoro-notice {
	border-radius: 10px;
	box-shadow: 0 8px 18px rgba(15, 23, 42, 0.08);
	margin: 0 0 12px;
	padding: 4px 12px;
}

.adminvoro-notices .notice-error,
.adminvoro-notice.notice-error {
	background: #fef2f2;
	border-left-color: #dc2626;
	color: #7f1d1d;
}

.adminvoro-notices .notice-warning,
.adminvoro-notice.notice-warning {
	background: #fffbeb;
	border-left-color: #d97706;
	color: #78350f;
}

.adminvoro-notices .updated,
.adminvoro-notices .notice-success,
.adminvoro-notice.notice-success,
.adminvoro-notice.updated {
	background: #ecfdf3;
	border-left-color: #16a34a;
	color: #14532d;
}

.adminvoro-notices .notice-info,
.adminvoro-notice.notice-info {
	background: #eff6ff;
	border-left-color: #2563eb;
	color: #1e3a8a;
}

.adminvoro-notices .notice p,
.adminvoro-notice p {
	font-weight: 600;
}

.adminvoro-form .submit {
	margin-top: 18px;
	padding-bottom: 0;
}

.adminvoro-card {
	background: #fff;
	border: 1px solid #dcdcde;
	border-radius: 18px;
	box-shadow: 0 12px 30px rgba(15, 23, 42, 0.07);
	margin-top: 16px;
	padding: 24px;
}

.adminvoro-card-header {
	align-items: flex-start;
	border-bottom: 1px solid #eef2f7;
	display: flex;
	gap: 20px;
	justify-content: space-between;
	margin-bottom: 22px;
	padding-bottom: 18px;
}

.adminvoro-card-header h2 {
	font-size: 21px;
	line-height: 1.25;
	margin: 0 0 6px;
}

.adminvoro-card-header p {
	color: #646970;
	margin: 0;
	max-width: 760px;
}

.adminvoro-alert {
	border-radius: 12px;
	margin-bottom: 18px;
	padding: 14px 16px;
}

.adminvoro-alert a {
	font-weight: 700;
}

.adminvoro-alert span {
	display: block;
	margin-top: 4px;
}

.adminvoro-alert-success {
	background: #ecfdf3;
	border: 1px solid #bbf7d0;
	color: #166534;
}

.adminvoro-alert-warning {
	background: #fffbeb;
	border: 1px solid #fde68a;
	color: #92400e;
}

.adminvoro-field {
	display: block;
	margin: 22px 0 0;
	max-width: 760px;
}

.adminvoro-field.is-hidden {
	display: none;
}

.adminvoro-field > span,
.adminvoro-toggle-row label:first-child {
	color: #1d2327;
	display: block;
	font-size: 14px;
	font-weight: 700;
	margin-bottom: 8px;
}

.adminvoro-field input[type="text"],
.adminvoro-field input[type="url"],
.adminvoro-field input[type="number"],
.adminvoro-field select,
.adminvoro-field textarea,
.adminvoro-redirects-table input[type="text"],
.adminvoro-redirects-table select {
	border: 1px solid #c3c4c7;
	border-radius: 10px;
	box-shadow: none;
	min-height: 42px;
	width: 100%;
}

.adminvoro-field textarea {
	padding: 10px 12px;
}

.adminvoro-field input[type="color"] {
	border: 1px solid #c3c4c7;
	border-radius: 10px;
	box-shadow: none;
	cursor: pointer;
	height: 42px;
	padding: 3px;
	width: 100%;
}

.adminvoro-field small,
.adminvoro-toggle-row small {
	color: #646970;
	display: block;
	line-height: 1.45;
	margin-top: 7px;
}

.adminvoro-prefix-input {
	align-items: stretch;
	display: flex;
	max-width: 760px;
}

.adminvoro-prefix-input span {
	align-items: center;
	background: #f6f7f7;
	border: 1px solid #c3c4c7;
	border-radius: 10px 0 0 10px;
	border-right: 0;
	color: #646970;
	display: flex;
	padding: 0 12px;
	white-space: nowrap;
}

.adminvoro-prefix-input input {
	border-radius: 0 10px 10px 0 !important;
}

.adminvoro-toggle-row {
	align-items: center;
	border: 1px solid #eef2f7;
	border-radius: 14px;
	display: flex;
	gap: 18px;
	justify-content: space-between;
	margin-top: 14px;
	padding: 16px;
}

.adminvoro-toggle-row label:first-child {
	margin-bottom: 0;
}

.adminvoro-switch {
	display: inline-block;
	flex: 0 0 auto;
	height: 30px;
	position: relative;
	width: 54px;
}

.adminvoro-switch input {
	height: 0;
	opacity: 0;
	width: 0;
}

.adminvoro-switch span {
	background: #c3c4c7;
	border-radius: 999px;
	cursor: pointer;
	inset: 0;
	position: absolute;
	transition: 0.18s ease;
}

.adminvoro-switch span::before {
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
	content: "";
	height: 24px;
	left: 3px;
	position: absolute;
	top: 3px;
	transition: 0.18s ease;
	width: 24px;
}

.adminvoro-switch input:checked + span {
	background: #2563eb;
}

.adminvoro-switch input:focus + span {
	box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.22);
}

.adminvoro-switch input:checked + span::before {
	transform: translateX(24px);
}

.adminvoro-switch-small {
	height: 24px;
	width: 44px;
}

.adminvoro-switch-small span::before {
	height: 18px;
	width: 18px;
}

.adminvoro-switch-small input:checked + span::before {
	transform: translateX(20px);
}

.adminvoro-logo-control {
	align-items: center;
	display: flex;
	gap: 18px;
	margin-bottom: 22px;
}

.adminvoro-logo-preview {
	align-items: center;
	background: #f6f7f7;
	border: 1px dashed #a7aaad;
	border-radius: 14px;
	display: flex;
	height: 120px;
	justify-content: center;
	overflow: hidden;
	width: 220px;
}

.adminvoro-logo-preview img {
	display: block;
	height: auto;
	max-height: 100%;
	max-width: 100%;
}

.adminvoro-logo-preview.is-empty {
	color: #646970;
	font-weight: 600;
}

.adminvoro-logo-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.adminvoro-branding-grid {
	display: grid;
	gap: 18px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 4px;
	max-width: 760px;
}

.adminvoro-branding-grid .adminvoro-field {
	margin-top: 18px;
}

.adminvoro-table-wrap {
	overflow-x: auto;
}

.adminvoro-redirects-table th:nth-child(3),
.adminvoro-redirects-table td:nth-child(3) {
	width: 110px;
}

.adminvoro-redirects-table th:nth-child(4),
.adminvoro-redirects-table td:nth-child(4),
.adminvoro-redirects-table th:nth-child(5),
.adminvoro-redirects-table td:nth-child(5) {
	text-align: center;
	width: 90px;
}

.adminvoro-redirects-table td {
	vertical-align: middle;
}

.adminvoro-redirect-row-deleted {
	display: none;
}

@media (max-width: 782px) {
	.adminvoro-hero,
	.adminvoro-card-header,
	.adminvoro-logo-control,
	.adminvoro-toggle-row {
		align-items: stretch;
		flex-direction: column;
	}

	.adminvoro-prefix-input {
		display: block;
	}

	.adminvoro-prefix-input span,
	.adminvoro-prefix-input input {
		border: 1px solid #c3c4c7 !important;
		border-radius: 10px !important;
		width: 100%;
	}

	.adminvoro-prefix-input span {
		border-bottom: 0 !important;
		min-height: 38px;
	}

	.adminvoro-branding-grid {
		grid-template-columns: 1fr;
	}
}
