/* Hero (misma columna que bar-inner, exam-wrap y form-zone) */
.depol-mr-app .hero {
	background-color: var(--navy);
	background-image: var(--depol-mr-hero-overlay, linear-gradient(90deg, rgba(var(--navy2-rgb), 1) 0%, rgba(var(--navy2-rgb), 0.98) 45%, rgba(var(--navy2-rgb), 0.84) 80%, rgba(var(--navy2-rgb), 0.5) 100%)), var(--depol-mr-hero-image);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	padding: clamp(2.5rem, 6vw, 3.5rem) 0 3.5rem;
}

.depol-mr-app .hero__shell {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: clamp(1rem, 3vw, 1.5rem);
}

.depol-mr-app .hero__copy {
	flex: 1 1 0;
	min-width: 0;
	text-align: left;
}

.depol-mr-app .hero__art {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	gap: clamp(1rem, 3vw, 1.5rem);
	margin-left: auto;
	max-width: min(28rem, 48vw);
	line-height: 0;
}

.depol-mr-app .eyebrow {
	font-weight: 600;
	font-size: 0.75rem;
	letter-spacing: 4px;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 0.7rem;
}

.depol-mr-app .hero h1 {
	margin-bottom: 0.3rem;
}

.depol-mr-app .hero-title-pre {
	display: block;
	font-size: clamp(1.6rem, 3vw, 2rem);
	line-height: 1.2;
	color: #fff;
	font-weight: 900;
	letter-spacing: 0.08em;
	text-transform: uppercase;
}

.depol-mr-app .hero__logo {
	display: block;
	width: auto;
	height: clamp(8rem, 16vw, 11rem);
	max-width: 100%;
	margin: 0;
	object-fit: contain;
	object-position: right center;
}

.depol-mr-app .hero__art-copy {
	max-width: 17rem;
	margin: 0;
	color: rgba(255, 255, 255, 0.82);
	font-size: 0.95rem;
	font-weight: 500;
	line-height: 1.45;
}

.depol-mr-app .hero-sub {
	color: var(--gold);
	font-size: 0.95rem;
	max-width: 560px;
	margin: 0.3rem 0 0;
	font-weight: 600;
}

.depol-mr-app .hero__history {
	margin-top: 2rem;
	max-width: 32rem;
}

.depol-mr-app .hero__history .depol-mr-app__bar-sub-toolbar {
	width: auto;
	margin: 0 0 0.85rem;
	padding: 0;
	border: 0;
	justify-content: flex-start;
}

.depol-mr-app .hero__history .depol-mr-sim-history__more {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	min-width: 0;
	padding: 0;
	border: 0;
	background: transparent;
	box-shadow: none;
	color: rgba(255, 255, 255, 0.86);
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 0;
}

.depol-mr-app .hero__history .depol-mr-sim-history__more::after {
	content: "";
	display: block;
	flex: 0 0 auto;
	width: 1.2rem;
	height: 1.2rem;
	background: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 17V9M16 13.0011L8 13M7 3V5M17 3V5M6.2 21H17.8C18.9201 21 19.4802 21 19.908 20.782C20.2843 20.5903 20.5903 20.2843 20.782 19.908C21 19.4802 21 18.9201 21 17.8V8.2C21 7.07989 21 6.51984 20.782 6.09202C20.5903 5.71569 20.2843 5.40973 19.908 5.21799C19.4802 5 18.9201 5 17.8 5H6.2C5.0799 5 4.51984 5 4.09202 5.21799C3.71569 5.40973 3.40973 5.71569 3.21799 6.09202C3 6.51984 3 7.07989 3 8.2V17.8C3 18.9201 3 19.4802 3.21799 19.908C3.40973 20.2843 3.71569 20.5903 4.09202 20.782C4.51984 21 5.07989 21 6.2 21Z' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") center / contain no-repeat;
	opacity: 0.86;
}

.depol-mr-app .hero__history .depol-mr-sim-history__chips-row {
	width: auto;
}

.depol-mr-app .hero__history .depol-mr-sim-calendar__track {
	display: flex;
	flex-wrap: wrap;
	gap: 0.65rem;
	overflow: visible;
}

.depol-mr-app .hero__history .depol-mr-sim-chip {
	flex-direction: row;
	justify-content: flex-start;
	gap: 0;
	min-width: 5.4rem;
	min-height: 2.35rem;
	padding: 6px;
	border-color: rgba(255, 255, 255, 0.34);
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.08);
	color: #fff;
	text-decoration: none;
}

.depol-mr-app .hero__history .depol-mr-sim-chip.is-selected {
	border-color: rgba(255, 255, 255, 0.58);
	background: rgba(255, 255, 255, 0.14);
	box-shadow: none;
}

.depol-mr-app .hero__history .depol-mr-sim-chip--missing {
	border-color: rgba(255, 190, 0, 0.7);
	background: rgba(255, 190, 0, 0.12);
}

.depol-mr-app .hero__history .depol-mr-sim-chip__name {
	display: block;
	box-sizing: border-box;
	max-width: 14ch;
	min-width: 0;
	height: 1.75rem;
	padding: 0 0.55rem;
	overflow: hidden;
	border-radius: 999px;
	background: #fff;
	color: var(--navy2);
	font-size: 0.72rem;
	font-weight: 800;
	line-height: 1.75rem;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.depol-mr-app .hero__history .depol-mr-sim-chip__grade {
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 1 1 0;
	min-width: 2.4rem;
	margin: 0;
	color: var(--gold);
	font-size: 0.75rem;
	font-weight: 800;
	text-align: center;
}

.depol-mr-app .depol-mr-sim-chip--compact {
	display: inline-grid;
	grid-template-columns: auto minmax(0, 1fr);
	align-items: center;
}

.depol-mr-app .hero__history .depol-mr-sim-history__popover {
	top: 100%;
	left: 0;
	right: auto;
	width: min(20rem, calc(100vw - 2rem));
	padding: 0.85rem;
	border-color: rgba(255, 255, 255, 0.22);
	background: rgba(var(--navy2-rgb), 0.72);
	box-shadow: none;
	backdrop-filter: blur(10px);
	-webkit-backdrop-filter: blur(10px);
}

.depol-mr-app .hero__history .depol-mr-sim-history__picker {
	gap: 0.75rem;
}

.depol-mr-app .hero__history .depol-mr-sim-history__picker-label {
	color: rgba(255, 255, 255, 0.82);
}

.depol-mr-app .hero__history .depol-mr-sim-history__year-row,
.depol-mr-app .hero__history .depol-mr-sim-history__carousel {
	grid-template-columns: 2.75rem minmax(4rem, 1fr) 2.75rem;
	max-width: 100%;
}

.depol-mr-app .hero__history [data-depol-mr-picker-month-track] {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
}

.depol-mr-app .hero__history [data-depol-mr-picker-month-track] .depol-mr-sim-history__filter-chip {
	width: 100%;
}

.depol-mr-app .hero__history .depol-mr-sim-history__year {
	color: #fff;
}

.depol-mr-app .hero__history .depol-mr-sim-history__filter-chip,
.depol-mr-app .hero__history .depol-mr-sim-history__nav {
	border-color: rgba(255, 255, 255, 0.32);
	background: rgba(255, 255, 255, 0.1);
	color: #fff;
	box-shadow: none;
}

.depol-mr-app .hero__history .depol-mr-sim-history__filter-chip:hover,
.depol-mr-app .hero__history .depol-mr-sim-history__nav:hover {
	border-color: rgba(255, 255, 255, 0.55);
	background: rgba(255, 255, 255, 0.16);
}

.depol-mr-app .hero__history .depol-mr-sim-history__filter-chip.is-active {
	border-color: var(--gold);
	background: var(--gold);
	color: var(--navy2);
}

/* Exam */
.depol-mr-app .exam-wrap {
	--depol-mr-q-card-height: 3.5rem;
	--depol-mr-q-control-size: 2.25rem;
	padding-top: 2rem;
	padding-bottom: 2rem;
}

.depol-mr-app .exam-wrap.is-readonly .ob {
	cursor: not-allowed;
}

.depol-mr-app .depol-mr-review-legend {
	margin-top: -0.35rem;
	margin-bottom: 0.75rem;
	font-size: 0.78rem;
	color: var(--textsub);
	background: transparent;
	border: none;
	padding: 0;
}

.depol-mr-app .exam-wrap.is-answer-review .ob.ob-hit,
.depol-mr-app .exam-wrap.is-answer-review .ob.sel.ob-hit {
	background: var(--success-bg-soft);
	border-color: var(--success);
	color: var(--success-strong);
	box-shadow: none;
}

.depol-mr-app .exam-wrap.is-answer-review .ob.ob-miss,
.depol-mr-app .exam-wrap.is-answer-review .ob.sel.ob-miss {
	background: #fde8e8;
	border-color: #e07a7a;
	color: #7f1d1d;
	box-shadow: none;
}

.depol-mr-app .exam-wrap.is-answer-review .ob.ob-key {
	background: var(--success-bg-soft);
	border-color: var(--success);
	color: var(--success-strong);
}

/* En blanco: correcta en ámbar (no verde, para no parecer respondida). */
.depol-mr-app .exam-wrap.is-answer-review .ob.ob-blank-key {
	background: var(--depol-mr-review-warning);
	border-color: rgba(214, 158, 46, 0.38);
	color: var(--depol-mr-review-warning-text);
}

.depol-mr-app .exam-bar {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
	padding-bottom: 1rem;
	border-bottom: 2px solid var(--border);
	margin-bottom: 2rem;
}

.depol-mr-app .exam-bar h2 {
	font-size: 1.3rem;
	color: var(--navy);
}

.depol-mr-app .exam-bar .stag {
	font-size: 0.76rem;
	color: var(--textsub);
	margin-top: 2px;
	min-height: 1.25em;
}

.depol-mr-app .exam-bar + .blk-head {
	margin-top: 1rem;
}

.depol-mr-app .prog {
	font-weight: 600;
	font-size: 0.88rem;
	letter-spacing: 0.02em;
	color: var(--navy);
	background: #fff;
	border: 1px solid var(--border);
	padding: 8px 16px;
	border-radius: 999px;
	white-space: nowrap;
	box-shadow: var(--shadow-sm);
}

.depol-mr-app .blk-head {
	background: linear-gradient(90deg, var(--navy) 0%, var(--navy2) 100%);
	padding: 12px 18px;
	margin: 2rem 0 1rem;
	display: flex;
	align-items: baseline;
	gap: 12px;
	border-radius: var(--radius-md);
	flex-wrap: wrap;
	box-shadow: var(--shadow-sm);
}

.depol-mr-app .blk-head h3 {
	font-size: var(--depol-mr-ui-font-size);
	color: #fff;
	margin: 0;
}

.depol-mr-app .blk-head span {
	font-size: 0.68rem;
	color: rgba(255, 255, 255, 0.65);
	text-transform: none;
	letter-spacing: 0;
	font-weight: 400;
}

.depol-mr-app .blk-head--lang {
	align-items: center;
	justify-content: space-between;
	gap: 16px;
}

.depol-mr-app .blk-head--lang h3 {
	flex: 1 1 auto;
	min-width: 0;
}

/* Selector Inglés / Francés (segmented control, estilo Depol) */
.depol-mr-app .lang-pick {
	display: inline-flex;
	flex-shrink: 0;
	align-items: stretch;
	padding: 4px;
	border-radius: 999px;
	background: rgba(0, 0, 0, 0.2);
	border: 1px solid rgba(255, 255, 255, 0.2);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12);
}

.depol-mr-app .lang-pick .lang-pick__btn {
	appearance: none;
	-webkit-appearance: none;
	box-sizing: border-box;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
	min-width: 5.5rem;
	padding: 9px 18px;
	border: none;
	border-radius: 999px;
	background: transparent;
	color: rgba(255, 255, 255, 0.88);
	font-size: 0.72rem;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	line-height: 1.2;
	cursor: pointer;
	transition: background 0.2s ease, color 0.2s ease, transform 0.12s ease;
}

.depol-mr-app .lang-pick .lang-pick__btn:hover:not(:disabled):not(.is-active) {
	background: rgba(255, 255, 255, 0.12);
	color: #fff;
}

.depol-mr-app .lang-pick .lang-pick__btn.is-active {
	background: var(--gold);
	color: var(--navy2);
}

.depol-mr-app .lang-pick .lang-pick__btn:focus-visible {
	outline: 2px solid var(--gold2);
	outline-offset: 2px;
}

.depol-mr-app .lang-pick .lang-pick__btn:disabled {
	opacity: 0.5;
	cursor: not-allowed;
	transform: none;
}

.depol-mr-app .lang-pick-hint {
	margin: -0.5rem 0 1rem;
	font-size: 0.8rem;
	color: var(--textsub);
}

.depol-mr-app .lang-questions.is-locked {
	position: relative;
	pointer-events: none;
	opacity: 0.45;
	user-select: none;
}

.depol-mr-app .exam-questions.is-locked {
	position: relative;
	pointer-events: none;
	opacity: 0.45;
	user-select: none;
}

.depol-mr-app .depol-mr-eval-pending {
	margin: 0 0 1rem;
	padding: 1rem 1.1rem;
	border: 1px solid var(--depol-mr-border, #d4c4a8);
	border-radius: 8px;
	background: #fff8e8;
	text-align: center;
}

.depol-mr-app .depol-mr-eval-pending[hidden] {
	display: none;
}

.depol-mr-app .depol-mr-eval-pending__msg {
	margin: 0 0 0.85rem;
	font-weight: 700;
	letter-spacing: 0.02em;
	line-height: 1.35;
	text-transform: uppercase;
	color: #5c4a1a;
}

.depol-mr-app .depol-mr-eval-pending--ok {
	border-color: var(--success-border);
	background: var(--success-bg);
}

.depol-mr-app .depol-mr-eval-pending--ok .depol-mr-eval-pending__msg {
	color: var(--success-strong);
}

.depol-mr-app #depol-mr-delivered-notices[hidden] {
	display: none;
}

.depol-mr-app #depol-mr-delivered-notices .depol-mr-review-legend {
	margin-top: 0.75rem;
}

.depol-mr-app .lang-questions.is-locked .q-grid {
	min-height: 120px;
}

.depol-mr-app .model-section {
	margin: 0 0 1rem;
}

.depol-mr-app .exam-wrap.is-readonly .lang-pick .lang-pick__btn {
	pointer-events: none;
}

.depol-mr-app .res-wrap {
	background: var(--bg2);
	border: 1px dashed var(--border2);
	border-radius: var(--radius-lg);
	padding: 0.9rem 1.1rem;
	margin: 0.75rem 0;
}

.depol-mr-app .res-wrap .q-card {
	height: var(--depol-mr-q-card-height);
}

.depol-mr-app .res-wrap .blk-head {
	background: var(--bg2);
	border-color: var(--border2);
	margin: 0 0 0.7rem;
}

.depol-mr-app .res-wrap .blk-head h3 {
	color: var(--textsub);
	font-size: 0.78rem;
}

.depol-mr-app .q-grid {
	column-count: 5;
	column-gap: 6px;
}

/* 4 opciones: más ancho de tarjeta para mantener la píldora en una sola línea */
.depol-mr-app .q-grid--four-options {
	column-count: 4;
}

.depol-mr-app .q-card {
	background: #fff;
	border: 1px solid var(--border2);
	border-radius: 999px;
	padding: 6px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	min-width: 0;
	transition: border-color 0.15s, box-shadow 0.15s;
	height: var(--depol-mr-q-card-height);
	margin-bottom: 10px;
	break-inside: avoid;
}

.depol-mr-app .q-card--answered {
	border-color: var(--border2);
	box-shadow: var(--shadow-sm);
}

/* 4 opciones: más ancho de tarjeta para mantener la píldora en una sola línea */
.depol-mr-app .q-card--four-options {
	align-items: center;
	align-self: start;
	gap: 8px;
	justify-content: space-between;
}

.depol-mr-app .q-card--four-options .q-num {
	flex: 0 0 auto;
	line-height: 1;
}

.depol-mr-app .q-card--four-options .q-opts {
	flex: 0 0 auto;
	min-width: 0;
	justify-content: flex-end;
}

.depol-mr-app .q-card--annulled {
	position: relative;
	overflow: hidden;
	background: #f3f4f6;
	border-color: #d1d5db;
	opacity: 0.92;
}

.depol-mr-app .q-card--annulled::before,
.depol-mr-app .q-card--annulled::after {
	content: "";
	position: absolute;
	left: 9%;
	right: 9%;
	top: 50%;
	z-index: 1;
	height: 1px;
	background: rgba(var(--navy-rgb), 0.2);
	opacity: 0;
	pointer-events: none;
	transition: opacity 0.15s ease;
}

.depol-mr-app .q-card--annulled::before {
	transform: rotate(18deg);
}

.depol-mr-app .q-card--annulled::after {
	transform: rotate(-18deg);
}

.depol-mr-app .q-card--annulled:hover::before,
.depol-mr-app .q-card--annulled:hover::after {
	opacity: 1;
}

.depol-mr-app .q-card--annulled .q-num {
	position: static;
	color: #6b7280;
}

.depol-mr-app .q-card--annulled .ob,
.depol-mr-app .exam-wrap.is-answer-review .q-card--annulled .ob {
	background: #e5e7eb;
	border-color: #d1d5db;
	color: #9ca3af;
	box-shadow: none;
	pointer-events: none;
	cursor: default;
}

.depol-mr-app .q-num {
	font-weight: 800;
	font-size: 0.75rem;
	color: var(--navy2);
	min-width: 4.15rem;
	min-height: var(--depol-mr-q-control-size);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 0 1rem;
	border-radius: 999px;
	background: #dfe4ef;
	flex-shrink: 0;
}

.depol-mr-app .q-opts {
	display: flex;
	gap: 6px;
	min-width: 0;
	flex-shrink: 0;
}

.depol-mr-app .ob {
	appearance: none;
	-webkit-appearance: none;
	width: var(--depol-mr-q-control-size);
	min-width: var(--depol-mr-q-control-size);
	height: var(--depol-mr-q-control-size);
	min-height: var(--depol-mr-q-control-size);
	flex: 0 0 var(--depol-mr-q-control-size);
	background: #fff;
	border: 1px solid var(--border2);
	border-radius: 50%;
	color: var(--navy2);
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	font-size: 0.88rem;
	cursor: pointer;
	touch-action: manipulation;
	line-height: 1;
	text-align: center;
	padding: 0;
	transition: background 0.15s, border-color 0.15s, color 0.15s, transform 0.12s;
}

.depol-mr-app .ob:hover:not(:disabled):not(.sel) {
	color: var(--navy);
	background: #fff;
	transform: scale(1.05);
}

.depol-mr-app .ob:focus-visible {
	outline: none;
	border-color: var(--navy);
	box-shadow: var(--focus-ring);
}

.depol-mr-app .ob.sel {
	background: var(--navy);
	border-color: var(--navy);
	color: #fff;
}

.depol-mr-app .sub-zone {
	text-align: center;
	padding: 2.5rem 0 2rem;
}

.depol-mr-app .sub-hint {
	font-size: 0.73rem;
	color: var(--textsub);
	margin-top: 7px;
}

.depol-mr-app__menu-toggle,
.depol-mr-app__menu-button {
	display: none;
}

/* Responsive: plantilla alumno */
@media (max-width: 1080px) {
	body:not(.depol-mr-panel-print) .depol-mr-app .q-grid {
		column-count: 4;
	}

	body:not(.depol-mr-panel-print) .depol-mr-app .q-grid--four-options {
		column-count: 3;
	}
}

@media (max-width: 897px) {
	body:not(.depol-mr-panel-print) .depol-mr-app__menu-toggle,
	body:not(.depol-mr-panel-print) .depol-mr-app__menu-text {
		position: absolute;
		width: 1px;
		height: 1px;
		margin: -1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
	}

	body:not(.depol-mr-panel-print) .depol-mr-app__menu-toggle {
		display: block;
		opacity: 0;
	}

	body:not(.depol-mr-panel-print) .depol-mr-app__menu-button {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 37px;
		height: 37px;
		margin-left: auto;
		color: var(--navy);
		cursor: pointer;
	}

	body:not(.depol-mr-panel-print) .depol-mr-app__menu-toggle:focus-visible + .depol-mr-app__menu-button {
		box-shadow: var(--focus-ring);
	}

	body:not(.depol-mr-panel-print) .depol-mr-app__menu-icon {
		width: 1.65rem;
		height: 1.65rem;
	}

	body:not(.depol-mr-panel-print) .depol-mr-app__actions {
		display: none;
		flex-basis: 100%;
		flex-direction: column;
		align-items: center;
		gap: 0.5rem;
		padding-top: 0.25rem;
	}

	body:not(.depol-mr-panel-print) .depol-mr-app__menu-toggle:checked ~ .depol-mr-app__actions {
		display: flex;
	}

	body:not(.depol-mr-panel-print) .depol-mr-app__actions .depol-mr-button {
		width: 11.5rem;
		max-width: 100%;
	}

	body:not(.depol-mr-panel-print) .depol-mr-app .hero__shell {
		flex-wrap: wrap;
	}

	body:not(.depol-mr-panel-print) .depol-mr-app .hero__copy {
		display: contents;
	}

	body:not(.depol-mr-panel-print) .depol-mr-app .hero__copy > :not(.hero__history) {
		width: 100%;
	}

	body:not(.depol-mr-panel-print) .depol-mr-app .hero__art {
		order: 2;
		max-width: 100%;
		margin-left: auto;
	}

	body:not(.depol-mr-panel-print) .depol-mr-app .hero__history {
		order: 3;
		width: 100%;
		margin-top: 0.5rem;
		line-height: normal;
	}

	body:not(.depol-mr-panel-print) .depol-mr-app .q-grid {
		column-count: 3;
	}

	body:not(.depol-mr-panel-print) .depol-mr-app .q-grid--four-options {
		column-count: 2;
	}

	body:not(.depol-mr-panel-print) .depol-mr-app .rank-ban {
		flex-wrap: wrap;
	}
}

@media (max-width: 677px) {
	body:not(.depol-mr-panel-print) .depol-mr-app .q-grid {
		column-count: 2;
	}
}

@media (max-width: 541px) {
	body:not(.depol-mr-panel-print) .depol-mr-app .exam-wrap {
		--depol-mr-q-card-height: auto;
		--depol-mr-q-control-size: var(--depol-mr-touch-min);
	}

	body:not(.depol-mr-panel-print) .depol-mr-app .q-grid {
		column-count: 1;
	}

	body:not(.depol-mr-panel-print) .depol-mr-app .q-grid--four-options {
		column-count: 1;
	}

	body:not(.depol-mr-panel-print) .depol-mr-app .q-card {
		gap: 0.65rem;
		min-height: 4rem;
		height: auto;
		padding: 0.55rem;
		border-radius: var(--radius-lg);
	}

	body:not(.depol-mr-panel-print) .depol-mr-app .q-num {
		min-width: 4rem;
		padding: 0 0.85rem;
	}

	body:not(.depol-mr-panel-print) .depol-mr-app .q-opts,
	body:not(.depol-mr-panel-print) .depol-mr-app .q-card--four-options .q-opts {
		flex: 1 1 auto;
		display: grid;
		grid-template-columns: repeat(auto-fit, minmax(var(--depol-mr-touch-min), 1fr));
		gap: 0.5rem;
	}

	body:not(.depol-mr-panel-print) .depol-mr-app .ob {
		width: 100%;
		min-width: var(--depol-mr-touch-min);
		height: var(--depol-mr-touch-min);
		min-height: var(--depol-mr-touch-min);
		border-radius: 999px;
	}

	body:not(.depol-mr-panel-print) .depol-mr-app .ob:hover:not(:disabled):not(.sel) {
		transform: none;
	}

}

