:root {
	--ismem-blue: #0f4f9f;
	--ismem-blue-deep: #083a78;
	--ismem-blue-soft: #dbe9ff;
	--ismem-gold: #ffd23f;
	--ismem-gold-deep: #efb600;
	--ismem-ink: #18304d;
	--ismem-muted: #5f6f82;
	--ismem-surface: #ffffff;
	--ismem-background: #eef4ff;
	--ismem-shadow: 0 24px 55px rgba(11, 57, 110, 0.16);
	--ismem-radius: 28px;
	--ismem-panel-width: 520px;
}
* {
	box-sizing: border-box;
}
body {
	margin: 0;
	font-family: "Montserrat", sans-serif;
	color: var(--ismem-ink);
	background:
		radial-gradient(circle at top left, rgba(255, 210, 63, 0.24), transparent 28%),
		radial-gradient(circle at bottom right, rgba(15, 79, 159, 0.16), transparent 32%),
		linear-gradient(180deg, #f7fbff 0%, var(--ismem-background) 100%);
}
.certificate-page {
	min-height: 100vh;
}
.certificate-layout {
	min-height: 100vh;
	display: grid;
	grid-template-columns: 1.1fr 0.9fr;
}
.certificate-hero {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 72px 64px;
	overflow: hidden;
	background:
		linear-gradient(135deg, rgba(8, 58, 120, 0.96), rgba(15, 79, 159, 0.92)),
		linear-gradient(180deg, var(--ismem-blue-deep), var(--ismem-blue));
}
.certificate-hero::before,
.certificate-hero::after {
	content: "";
	position: absolute;
	border-radius: 999px;
	opacity: 0.22;
}
.certificate-hero::before {
	width: 380px;
	height: 380px;
	top: -120px;
	right: -120px;
	background: var(--ismem-gold);
}
.certificate-hero::after {
	width: 260px;
	height: 260px;
	left: -80px;
	bottom: -100px;
	background: #ffffff;
}
.hero-copy {
	position: relative;
	max-width: 560px;
	color: #ffffff;
	z-index: 1;
}
.hero-kicker {
	display: inline-flex;
	margin-bottom: 18px;
	padding: 8px 14px;
	border: 1px solid rgba(255, 255, 255, 0.22);
	border-radius: 999px;
	font-size: 0.85rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	background: rgba(255, 255, 255, 0.1);
}
.hero-copy h1 {
	margin: 0;
	font-size: 50px;
	line-height: 1.1;
	letter-spacing: -0.03em;
  text-transform: uppercase;
  font-weight: 900;
  max-width: 530px;
}
.hero-copy p {
  margin: 15px 0 0;
  max-width: 480px;
  font-size: 15px;
  line-height: 1.4;
  color: rgba(255, 255, 255, 0.86);
}
.certificate-panel {
	display: flex;
	flex-direction: column;
	position: relative;
	align-items: center;
	justify-content: center;
	padding: 48px 28px;
}
.panel-topbar {
	position: absolute;
	top: 18px;
	left: 50%;
	transform: translateX(-50%);
	width: min(100%, var(--ismem-panel-width));
	margin-bottom: 0;
	padding: 0 30px;
}
.certificate-card {
	width: min(100%, var(--ismem-panel-width));
	padding: 34px;
	border: 1px solid rgba(15, 79, 159, 0.08);
	border-radius: var(--ismem-radius);
	background: rgba(255, 255, 255, 0.92);
	box-shadow: var(--ismem-shadow);
	backdrop-filter: blur(8px);
	position: relative;
}
.card-topbar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-bottom: 24px;
  width: 100%;
}
.brand-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-decoration: none;
}
.brand-badge-mark {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 72px;
	height: 72px;
	border-radius: 50%;
	box-shadow: inset 0 0 0 1px rgba(15, 79, 159, 0.08);
	overflow: hidden;
}
.brand-badge-logo {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 999px;
}
.session-shortcut {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border-radius: 999px;
	background: rgba(15, 79, 159, 0.06);
	border: 1px solid rgba(15, 79, 159, 0.12);
	color: var(--ismem-blue-deep);
	font-size: 0.92rem;
	font-weight: 700;
	text-decoration: none;
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}
.session-shortcut:hover {
	transform: translateY(-1px);
	background: rgba(15, 79, 159, 0.1);
	border-color: rgba(15, 79, 159, 0.18);
}
.session-shortcut.is-current {
	background: rgba(15, 79, 159, 0.12);
}
.session-shortcut-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	border-radius: 999px;
	background: #ffffff;
	box-shadow: inset 0 0 0 1px rgba(15, 79, 159, 0.08);
}
.session-shortcut-icon svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}
.certificate-search.is-hidden {
	display: none;
}
.card-badge {
  display: flex;
  margin: 0 auto;
  margin-bottom: 18px;
  padding: 7px 12px;
  border-radius: 999px;
  background: var(--ismem-blue-soft);
  color: var(--ismem-blue);
  font-size: 0.8rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  width: fit-content;
}
.certificate-card h2 {
  margin: 0;
  font-size: 27px;
  line-height: 1.4;
  text-transform: uppercase;
  text-align: center;
  font-weight: 900;
}
.card-text {
  margin: 15px 0 20px;
  line-height: 1.5;
  color: var(--ismem-muted);
  text-align: center;
}
.certificate-form {
	display: grid;
	gap: 16px;
}
.certificate-result {
	max-height: 620px;
	overflow-y: auto;
}
@media ( max-width: 980px ) {
	.certificate-result {
		max-height: 100%;
		overflow-y: auto;
	}
}
.certificate-result.is-hidden {
	display: none;
}
.result-details.is-hidden,
.result-empty.is-hidden {
	display: none;
}
.result-header {
	margin-bottom: 22px;
	text-align: center;
}
.result-slider {
	width: min(100%, var(--ismem-panel-width));
	margin-top: 16px;
}
.result-slider.is-hidden {
	display: none;
}
.result-slider-btn {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	padding: 0;
	border: 1px solid rgba(15, 79, 159, 0.18);
	border-radius: 999px;
	background: #ffffff;
	color: var(--ismem-blue-deep);
	font: inherit;
	font-size: 0.9rem;
	font-weight: 800;
	cursor: pointer;
	box-shadow: 0 14px 28px rgba(11, 57, 110, 0.12);
	transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}
.result-slider-btn svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}
.result-slider-btn-prev {
	left: -25px;
}
.result-slider-btn-next {
	right: -25px;
}
.result-slider-btn:hover {
	transform: translateY(calc(-50% - 1px));
	background: rgba(15, 79, 159, 0.06);
	border-color: rgba(15, 79, 159, 0.24);
	box-shadow: 0 18px 32px rgba(11, 57, 110, 0.16);
}
.result-slider-btn:disabled {
	opacity: 0.45;
	cursor: not-allowed;
	transform: translateY(-50%);
	box-shadow: none;
}
.result-slider-meta {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: fit-content;
	height: 40px;
	bottom: -20px;
	left: 50%;
	transform: translateX(-50%);
	margin: 0 auto;
	padding: 10px 20px;
	border: 1px solid rgba(15, 79, 159, 0.12);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: 0 14px 28px rgba(11, 57, 110, 0.1);
	text-align: center;
	font-size: 0.88rem;
	font-weight: 700;
	color: var(--ismem-blue-deep);
	text-transform: uppercase;
	letter-spacing: 0.04em;
}
.result-reset {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	margin-top: 20px;
	padding: 16px 20px;
	border: 1px solid rgba(15, 79, 159, 0.18);
	border-radius: 999px;
	background: linear-gradient(180deg, rgba(15, 79, 159, 0.08), rgba(15, 79, 159, 0.04));
	color: var(--ismem-blue-deep);
	font: inherit;
	font-size: 0.98rem;
	font-weight: 800;
	letter-spacing: 0.01em;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}
.result-reset:hover {
	background: rgba(15, 79, 159, 0.1);
	border-color: rgba(15, 79, 159, 0.24);
	transform: translateY(-1px);
}
.auth-layout {
	grid-template-columns: 1.1fr 0.9fr;
}
.auth-card {
	width: min(100%, var(--ismem-panel-width));
}
.auth-copy h1 {
	max-width: 520px;
}
.auth-content {
	display: grid;
	gap: 0;
}
.auth-form {
	display: grid;
	gap: 16px;
	margin-top: 8px;
}
.auth-form input {
	width: 100%;
	min-height: 62px;
	padding: 0 20px;
	border: 2px solid rgba(15, 79, 159, 0.14);
	border-radius: 18px;
	outline: none;
	font: inherit;
	font-size: 1rem;
	color: var(--ismem-ink);
	background: #ffffff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.auth-form input:focus {
	border-color: rgba(15, 79, 159, 0.55);
	box-shadow: 0 0 0 5px rgba(15, 79, 159, 0.12);
	transform: translateY(-1px);
}
.auth-form input::placeholder {
	color: #8ea0b5;
}
.auth-form button {
	min-height: 58px;
	border: 0;
	border-radius: 999px;
	font: inherit;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: var(--ismem-blue-deep);
	cursor: pointer;
	background: linear-gradient(135deg, var(--ismem-gold), #ffcf1f);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.auth-form button:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 34px rgba(255, 210, 63, 0.42);
	filter: saturate(1.04);
}
.auth-form button:active {
	transform: translateY(0);
}
.auth-secondary-link {
	margin-top: 18px;
	text-decoration: none;
}
.result-status {
	display: inline-flex;
	margin-bottom: 10px;
	padding: 8px 14px;
	border-radius: 999px;
	background: rgba(52, 168, 83, 0.12);
	color: #1e7a38;
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}
.result-header p {
	margin: 0;
	color: var(--ismem-muted);
	line-height: 1.6;
}
.result-group {
	margin-bottom: 18px;
}
.result-label {
	display: block;
	margin-bottom: 8px;
	font-size: 0.86rem;
	font-weight: 700;
	text-transform: uppercase;
	color: var(--ismem-blue-deep);
}
.result-box {
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 58px;
	padding: 14px 16px;
	border: 1.5px solid rgba(15, 79, 159, 0.22);
	border-radius: 18px;
	background: #ffffff;
	text-align: center;
	font-weight: 700;
	line-height: 1.5;
	text-transform: uppercase;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}
.result-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 16px;
	margin-bottom: 20px;
}
.result-box-small {
	min-height: 54px;
	font-size: 0.95rem;
}
.result-note {
	padding: 18px 16px;
	border-radius: 20px;
	font-size: 0.94rem;
	line-height: 1.65;
	text-align: center;
}
.result-note + .result-note {
	margin-top: 14px;
}
.result-note-valid {
	background: linear-gradient(180deg, rgba(52, 168, 83, 0.14), rgba(52, 168, 83, 0.06));
	color: #1f5f31;
}
.result-note-warning {
	background: linear-gradient(180deg, rgba(220, 53, 69, 0.14), rgba(220, 53, 69, 0.06));
	border: 1px solid rgba(220, 53, 69, 0.2);
	color: #8b1f2d;
}
.result-note-invalid {
	background: linear-gradient(180deg, rgba(220, 53, 69, 0.12), rgba(220, 53, 69, 0.05));
	border: 1px solid rgba(220, 53, 69, 0.18);
	color: #8b1f2d;
}
.result-status.is-invalid {
	background: rgba(220, 53, 69, 0.12);
	color: #8b1f2d;
}
.result-note-warning a {
  color: #8b1f2d;
  font-weight: 700;
  text-decoration: underline;
}
.admin-status {
	padding: 18px 16px;
	border-radius: 20px;
	font-size: 0.94rem;
	line-height: 1.65;
	text-align: center;
	margin-top: 16px;
	background: linear-gradient(180deg, rgba(220, 53, 69, 0.12), rgba(220, 53, 69, 0.05));
	border: 1px solid rgba(220, 53, 69, 0.18);
	color: #8b1f2d;
}
.admin-status.is-success {
	background: linear-gradient(180deg, rgba(52, 168, 83, 0.14), rgba(52, 168, 83, 0.06));
	border: 1px solid rgba(52, 168, 83, 0.2);
	color: #1f5f31;
}
.admin-status.is-warning {
	background: linear-gradient(180deg, rgba(220, 53, 69, 0.14), rgba(220, 53, 69, 0.06));
	border: 1px solid rgba(220, 53, 69, 0.2);
	color: #8b1f2d;
}
.admin-status.is-error {
	background: linear-gradient(180deg, rgba(220, 53, 69, 0.12), rgba(220, 53, 69, 0.05));
	border: 1px solid rgba(220, 53, 69, 0.18);
	color: #8b1f2d;
}
.certificate-form input {
	width: 100%;
	min-height: 62px;
	padding: 0 20px;
	border: 2px solid rgba(15, 79, 159, 0.14);
	border-radius: 18px;
	outline: none;
	font: inherit;
	font-size: 1rem;
	color: var(--ismem-ink);
	background: #ffffff;
	transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}
.certificate-form input:focus {
	border-color: rgba(15, 79, 159, 0.55);
	box-shadow: 0 0 0 5px rgba(15, 79, 159, 0.12);
	transform: translateY(-1px);
}
.certificate-form input::placeholder {
	color: #8ea0b5;
}
.certificate-form button {
	min-height: 58px;
	border: 0;
	border-radius: 999px;
	font: inherit;
	font-size: 1rem;
	font-weight: 800;
	letter-spacing: 0.02em;
	color: var(--ismem-blue-deep);
	cursor: pointer;
	background: linear-gradient(135deg, var(--ismem-gold), #ffcf1f);
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}
.certificate-form button:hover {
	transform: translateY(-2px);
	box-shadow: 0 20px 34px rgba(255, 210, 63, 0.42);
	filter: saturate(1.04);
}
.certificate-form button:active {
	transform: translateY(0);
}
.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
@media (max-width: 980px) {
	.certificate-layout {
		grid-template-columns: 1fr;
	}
	.auth-layout {
		grid-template-columns: 1fr;
	}
	.certificate-hero,
	.certificate-panel {
		padding: 40px 22px;
	}
	.panel-topbar {
    top: 0;
    width: min(100%, var(--ismem-panel-width));
    padding: 0;
    position: relative;
    margin-bottom: 50px;
    left: auto;
    transform: none;
	}
	.hero-copy {
		max-width: 100%;
	}
}
@media (max-width: 640px) {
	.certificate-hero {
		padding-bottom: 68px;
	}
	.certificate-card {
		padding: 26px 20px;
		border-radius: 22px;
	}
	.panel-topbar {
		padding: 0;
	}
	.card-topbar {
		align-items: flex-start;
	}
	.session-shortcut {
		padding: 10px 14px;
	}
	.result-grid {
		grid-template-columns: 1fr;
	}
	.result-slider {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
		min-height: auto;
	}
	.result-slider-btn {
		position: static;
		transform: none;
		width: 100%;
	}
	.result-slider-btn:hover {
		transform: translateY(-1px);
	}
	.result-slider-btn:disabled {
		transform: none;
	}
	.result-slider-meta {
		grid-column: 1 / -1;
		order: -1;
	}
	.hero-copy h1 {
		font-size: 2rem;
	}
	.hero-copy p,
	.certificate-card h2,
	.card-text,
	.certificate-form input,
	.certificate-form button {
		font-size: 0.96rem;
	}
}

.admin-page {
	min-height: 100vh;
	overflow-x: hidden;
	font-family: "Montserrat", sans-serif;
	color: var(--ismem-ink);
	background:
		radial-gradient(circle at top left, rgba(15, 79, 159, 0.08), transparent 30%),
		radial-gradient(circle at bottom right, rgba(255, 210, 63, 0.14), transparent 28%),
		linear-gradient(180deg, #f9fbff 0%, #edf4ff 100%);
}

.admin-shell {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 28px 22px 40px;
}

.admin-header {
	margin-bottom: 22px;
}

.admin-nav {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.admin-logout {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 22px;
	border-radius: 999px;
	background: rgba(15, 79, 159, 0.06);
	border: 1px solid rgba(15, 79, 159, 0.12);
	color: var(--ismem-blue-deep);
	font-size: 0.95rem;
	font-weight: 700;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.admin-logout:hover {
	transform: translateY(-1px);
	background: rgba(15, 79, 159, 0.1);
	border-color: rgba(15, 79, 159, 0.18);
}

.admin-main {
	display: grid;
	gap: 20px;
	min-width: 0;
}

.admin-toolbar-card,
.admin-table-card {
	min-width: 0;
	padding: 28px;
	border: 1px solid rgba(15, 79, 159, 0.08);
	border-radius: 30px;
	background: rgba(255, 255, 255, 0.92);
	box-shadow: var(--ismem-shadow);
	backdrop-filter: blur(8px);
}

.admin-heading h1 {
	margin: 0;
	font-size: clamp(1.8rem, 2.4vw, 2.4rem);
	line-height: 1.15;
	text-transform: uppercase;
	font-weight: 900;
}

.admin-heading p {
	margin: 12px 0 0;
	max-width: 700px;
	line-height: 1.6;
	color: var(--ismem-muted);
}

.admin-badge {
	margin: 0 0 16px;
}

.admin-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 14px;
	margin-top: 24px;
}

.admin-import-form {
	margin: 0;
}

.admin-status {
	margin-top: 16px;
}

.admin-action {
	min-height: 52px;
	padding: 0 22px;
	border: 1px solid rgba(15, 79, 159, 0.16);
	border-radius: 999px;
	background: rgba(15, 79, 159, 0.06);
	color: var(--ismem-blue-deep);
	font: inherit;
	font-size: 0.96rem;
	font-weight: 800;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
}

.admin-action:disabled {
	opacity: 0.7;
	cursor: wait;
	transform: none;
}

.admin-action:hover {
	transform: translateY(-1px);
	background: rgba(15, 79, 159, 0.1);
	border-color: rgba(15, 79, 159, 0.22);
}

.admin-action-primary {
	border: 0;
	background: linear-gradient(135deg, var(--ismem-gold), #ffcf1f);
	box-shadow: 0 16px 30px rgba(255, 210, 63, 0.28);
}

.admin-table-wrap {
	width: 100%;
	max-width: 100%;
	min-width: 0;
	overflow-x: auto;
	overflow-y: hidden;
	border-radius: 22px;
	border: 1px solid rgba(15, 79, 159, 0.1);
	background: #ffffff;
	scrollbar-width: thin;
	scrollbar-color: rgba(15, 79, 159, 0.4) rgba(15, 79, 159, 0.08);
}

.admin-table-wrap::-webkit-scrollbar {
	height: 12px;
}

.admin-table-wrap::-webkit-scrollbar-track {
	background: rgba(15, 79, 159, 0.08);
	border-radius: 999px;
}

.admin-table-wrap::-webkit-scrollbar-thumb {
	background: rgba(15, 79, 159, 0.34);
	border-radius: 999px;
	border: 2px solid rgba(15, 79, 159, 0.08);
}

.admin-table {
	width: 100%;
	min-width: 1560px;
	border-collapse: collapse;
	font-size: 0.92rem;
}

.admin-table th,
.admin-table td {
	padding: 14px 12px;
	border-bottom: 1px solid rgba(15, 79, 159, 0.1);
	text-align: left;
	vertical-align: middle;
}

.admin-table th {
	background: #f3f8ff;
	color: var(--ismem-blue-deep);
	font-size: 0.78rem;
	font-weight: 800;
	letter-spacing: 0.04em;
	text-transform: uppercase;
	white-space: nowrap;
}

.admin-table td {
	color: var(--ismem-ink);
	font-weight: 500;
	background: #ffffff;
	text-transform: uppercase;
}

.admin-row-actions {
	display: flex;
	justify-content: center;
	align-items: center;
}

.admin-delete-btn {
	width: 42px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 0;
	border-radius: 12px;
	background: linear-gradient(180deg, #ef4444, #dc2626);
	box-shadow: 0 14px 24px rgba(220, 38, 38, 0.24);
	color: #ffffff;
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease, filter 0.2s ease;
}

.admin-delete-btn:hover {
	transform: translateY(-1px);
	box-shadow: 0 18px 28px rgba(220, 38, 38, 0.3);
	filter: saturate(1.04);
}

.admin-delete-btn:active {
	transform: translateY(0);
	box-shadow: 0 10px 18px rgba(220, 38, 38, 0.22);
}

.admin-delete-btn svg {
	width: 18px;
	height: 18px;
	fill: currentColor;
}

.admin-table tbody tr:hover td {
	background: #f9fbff;
}

.admin-table-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 16px;
	margin-top: 18px;
	flex-wrap: wrap;
}

.admin-table-summary {
	margin: 0;
	font-size: 0.92rem;
	color: var(--ismem-muted);
}

.admin-pagination {
	display: flex;
	align-items: center;
	gap: 10px;
	flex-wrap: wrap;
}

.admin-page-btn {
	min-width: 46px;
	height: 46px;
	padding: 0 14px;
	border: 1px solid rgba(15, 79, 159, 0.14);
	border-radius: 999px;
	background: #ffffff;
	color: var(--ismem-blue-deep);
	font: inherit;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s ease, transform 0.2s ease, border-color 0.2s ease;
}

.admin-page-btn:hover {
	transform: translateY(-1px);
	background: rgba(15, 79, 159, 0.06);
	border-color: rgba(15, 79, 159, 0.2);
}

.admin-page-btn.is-active {
	border: 0;
	background: linear-gradient(135deg, var(--ismem-gold), #ffcf1f);
	box-shadow: 0 10px 22px rgba(255, 210, 63, 0.22);
}

.admin-page-btn-wide {
	padding: 0 18px;
}

@media (max-width: 980px) {
	.admin-shell {
		padding: 20px 16px 32px;
	}

	.admin-toolbar-card,
	.admin-table-card {
		padding: 22px 18px;
		border-radius: 24px;
	}

	.admin-table {
		min-width: 1380px;
	}
}

@media (max-width: 640px) {

	.admin-actions {
		flex-direction: column;
	}

	.admin-table-footer {
		align-items: stretch;
	}

	.admin-pagination {
		justify-content: flex-start;
	}
}
