/* Oskurati — Ricerca globale header + pagina Hub (Mockup A) */

/* ── Barra ricerca globale (design quadrato, come home-nav) ── */
.osk-global-search { position: relative; width: 100%; z-index: 1; }
.osk-global-search--solo { max-width: min(672px, 100%); width: 100%; margin: 0 auto; }
.osk-global-search--inline { flex: 1 1 auto; min-width: 0; max-width: none; width: 100%; }
.tag_header .osk-header-center,
.tag_header .osk-header-shell,
.tag_header .osk-home-nav__search-slot,
.tag_header .osk-header-center__search { overflow: visible; }
.osk-global-search__form {
	display: flex; align-items: center; gap: 8px; width: 100%;
	height: 38px; padding: 0 12px 0 14px; border-radius: 7px;
	background: rgba(128,128,128,.08); border: 1px solid rgba(128,128,128,.14);
	transition: border-color .15s ease, background .15s ease;
}
.osk-global-search__form:focus-within {
	border-color: rgba(128,128,128,.28);
	background: rgba(128,128,128,.11);
}
.osk-global-search__input {
	flex: 1; min-width: 0; border: 0; background: transparent; color: inherit;
	font-size: .94rem; outline: none;
}
.osk-global-search__input::placeholder { opacity: .55; }
.osk-global-search__submit {
	flex-shrink: 0; width: 28px; height: 28px; border: 0; border-radius: 4px;
	background: transparent; color: rgba(255,255,255,.6); cursor: pointer;
	display: inline-flex; align-items: center; justify-content: center; padding: 0;
}
.osk-global-search__submit:hover { color: #fff; }
.osk-global-search.is-open .osk-global-search__form {
	border-color: rgba(128,128,128,.32);
}
.osk-global-search__panel {
	position: fixed; z-index: 1200;
	max-height: min(72vh, 560px); overflow-y: auto;
	background: var(--body-bg, #0a0a0a); border: 1px solid rgba(255,255,255,.14);
	border-radius: 12px; box-shadow: 0 20px 56px rgba(0,0,0,.5);
}
.osk-global-search--inline .osk-global-search__panel {
	width: min(644px, calc(100vw - 80px));
}
.osk-global-search__panel.d-none { display: none !important; }
.osk-global-search__group { padding: 10px 0 6px; }
.osk-global-search__group-title {
	padding: 0 16px 6px; font-size: 11px; font-weight: 700; letter-spacing: .06em;
	text-transform: uppercase; color: rgba(255,255,255,.45);
}
.osk-global-search__item {
	display: flex; align-items: center; gap: 12px; padding: 8px 16px;
	text-decoration: none; color: inherit; transition: background .12s ease;
}
button.osk-global-search__item {
	width: 100%; margin: 0; border: 0; background: transparent; text-align: left;
	font: inherit; cursor: pointer;
}
button.osk-global-search__item:focus-visible {
	outline: 2px solid rgba(255,255,255,.35); outline-offset: -2px;
}
.osk-global-search__item:hover { background: rgba(255,255,255,.05); text-decoration: none; color: inherit; }
.osk-global-search__item-thumb {
	flex-shrink: 0; width: 48px; height: 48px; border-radius: 8px; object-fit: cover;
	background: rgba(255,255,255,.06);
}
.osk-global-search__item-thumb--round { border-radius: 50%; }
.osk-global-search__item-thumb--topic {
	display: inline-flex; align-items: center; justify-content: center;
	font-size: .95rem; font-weight: 800; color: #fff;
	background: linear-gradient(145deg, hsla(var(--topic-hue, 0), 55%, 38%, .95), rgba(12,12,14,.92));
	border: 1px solid hsla(var(--topic-hue, 0), 60%, 55%, .35);
}
.osk-global-search__item--topic .osk-global-search__item-title { color: hsl(var(--topic-hue, 0), 70%, 72%); }
.osk-global-search__topic-cards {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px;
	padding: 2px 16px 10px;
}
.osk-global-search__topic-cards .osk-topic-card {
	min-height: 92px;
	border-radius: 12px;
}
.osk-global-search__topic-cards .osk-topic-card__tag {
	font-size: .86rem;
}
.osk-global-search__topic-cards .osk-topic-card__wiki,
.osk-global-search__topic-cards .osk-topic-card__why {
	display: none;
}
.osk-global-search__item-body { flex: 1; min-width: 0; }
.osk-global-search__item-title {
	display: block; font-size: .88rem; font-weight: 600; white-space: nowrap;
	overflow: hidden; text-overflow: ellipsis;
}
.osk-global-search__item-meta {
	display: block; font-size: .78rem; color: rgba(255,255,255,.5);
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.osk-global-search__footer {
	padding: 10px 16px 14px; border-top: 1px solid rgba(255,255,255,.08);
}
.osk-global-search__footer a {
	font-size: .84rem; font-weight: 600; color: var(--main, #e60000); text-decoration: none;
}
.osk-global-search__empty {
	padding: 20px 16px; text-align: center; font-size: .86rem; color: rgba(255,255,255,.5);
}
.osk-global-search__loading {
	padding: 16px; text-align: center; font-size: .84rem; color: rgba(255,255,255,.5);
}

.tag_header--search { height: 64px; padding: 0 16px; }
.tag_header--search .osk-header-shell { height: 64px; }
.osk-header-center--solo { justify-content: stretch; padding: 0 12px; max-width: calc((100vw - 200px) * 0.546); width: 55%; margin-left: auto; margin-right: auto; }
#oskGlobalSearchWrap { width: 100%; }
#oskGlobalSearchWrap .osk-global-search { width: 100%; max-width: min(672px, 100%); margin: 0 auto; }
.osk-home-nav__search-slot { flex: 1 1 auto; min-width: min(252px, 29.4vw); max-width: none; width: auto; }
.osk-home-nav__search-slot .osk-global-search--inline { max-width: none; width: 100%; }

.osk-search-hub { max-width: 1280px; margin: 0 auto; padding: 28px 20px 48px; }
.osk-search-hub__title {
	font-size: clamp(1.35rem, 2.5vw, 1.75rem); font-weight: 700; margin: 0 0 18px; line-height: 1.25;
}
.osk-search-hub__filters {
	display: flex; flex-wrap: wrap; align-items: center; gap: 8px; margin-bottom: 28px;
}
.osk-search-hub__chip {
	flex: 0 0 auto; border: 0; border-radius: 999px; padding: 0 16px; height: 34px;
	line-height: 34px; font-size: .84rem; font-weight: 600; cursor: pointer;
	background: rgba(255,255,255,.08); color: inherit; transition: background .15s ease, color .15s ease;
}
.osk-search-hub__chip:hover { background: rgba(255,255,255,.14); }
.osk-search-hub__chip.is-active { background: var(--main, #e60000); color: #fff; }
.osk-search-hub__chip--filters { display: inline-flex; align-items: center; gap: 6px; }
.osk-search-hub__chip--filters svg { opacity: .75; }

.osk-search-hub__section { margin-bottom: 36px; }
.osk-search-hub__section.is-hidden { display: none !important; }
.osk-search-hub__section-head {
	display: flex; align-items: center; justify-content: space-between; margin-bottom: 14px; gap: 12px;
}
.osk-search-hub__section-actions {
	display: flex; align-items: center; gap: 10px; flex-shrink: 0;
}
.osk-search-hub__play-all {
	display: inline-flex; align-items: center; gap: 6px;
	border: 0; border-radius: 999px; padding: 7px 14px;
	font-size: .78rem; font-weight: 700; cursor: pointer; color: #fff;
	background: var(--main, #e60000);
	box-shadow: 0 4px 14px rgba(230,0,0,.28);
	transition: transform .15s ease, box-shadow .15s ease, opacity .15s ease;
}
.osk-search-hub__play-all:hover { transform: translateY(-1px); box-shadow: 0 6px 18px rgba(230,0,0,.34); }
.osk-search-hub__play-all:disabled { opacity: .55; cursor: wait; transform: none; }
.osk-search-hub__play-all svg { flex-shrink: 0; }
.osk-search-hub__section-title { font-size: 1.05rem; font-weight: 700; margin: 0; }
.osk-search-hub__section-more {
	font-size: .84rem; font-weight: 600; color: var(--main, #e60000); text-decoration: none;
}
.osk-search-hub__suggest-note {
	margin: 0 0 14px; font-size: .86rem; color: rgba(255,255,255,.55); line-height: 1.4;
}
.osk-search-hub__subsection-title {
	font-size: .92rem; font-weight: 700; margin: 0 0 12px; color: rgba(255,255,255,.72);
}

/* ── Hero canale (match primario) ── */
.osk-channel-hero {
	position: relative; overflow: hidden; border-radius: 16px;
	margin-bottom: 28px; min-height: 168px;
	border: 1px solid rgba(255,255,255,.1);
	box-shadow: 0 16px 48px rgba(0,0,0,.35);
	isolation: isolate;
}
.osk-channel-hero.is-hidden { display: none !important; }
.osk-channel-hero__bg-wrap {
	position: absolute; inset: -12% -6%; z-index: 0; overflow: hidden;
}
.osk-channel-hero__bg {
	width: 100%; height: 100%; object-fit: cover; display: block;
	transform: scale(1.1) translate3d(0, 0, 0);
	transition: transform .45s cubic-bezier(.22, 1, .36, 1);
	will-change: transform;
}
.osk-channel-hero__overlay {
	position: absolute; inset: 0; z-index: 1; pointer-events: none;
	background:
		linear-gradient(105deg, rgba(8,8,8,.88) 0%, rgba(8,8,8,.55) 42%, rgba(8,8,8,.25) 100%),
		linear-gradient(180deg, rgba(0,0,0,.15) 0%, rgba(0,0,0,.45) 100%);
}
.osk-channel-hero__glow {
	position: absolute; inset: auto -20% -60% -20%; height: 80%; z-index: 1; pointer-events: none;
	background: radial-gradient(ellipse at 30% 0%, rgba(230,0,0,.22) 0%, transparent 62%);
}
.osk-channel-hero__inner {
	position: relative; z-index: 2;
	display: flex; align-items: center; gap: 18px;
	padding: 22px 24px; min-height: 168px;
}
.osk-channel-hero__avatar-link { flex-shrink: 0; text-decoration: none; }
.osk-channel-hero__avatar {
	width: 88px; height: 88px; border-radius: 50%; object-fit: cover; display: block;
	border: 3px solid rgba(255,255,255,.22);
	box-shadow: 0 8px 28px rgba(0,0,0,.45);
	transition: transform .25s ease, border-color .25s ease;
}
.osk-channel-hero:hover .osk-channel-hero__avatar {
	transform: scale(1.03); border-color: rgba(255,255,255,.38);
}
.osk-channel-hero__body { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 4px; }
.osk-channel-hero__label {
	font-size: 10px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase;
	color: rgba(255,255,255,.45);
}
.osk-channel-hero__name {
	font-size: clamp(1.15rem, 2.2vw, 1.45rem); font-weight: 800; line-height: 1.2;
	color: #fff; text-decoration: none; max-width: 100%;
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.osk-channel-hero__name:hover { color: #fff; text-decoration: none; opacity: .92; }
.osk-channel-hero__name .verified { font-size: .9em; color: #3ea6ff; margin-left: 4px; }
.osk-channel-hero__handle {
	font-size: .84rem; color: rgba(255,255,255,.52);
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.osk-channel-hero__topics {
	font-size: .78rem; color: rgba(255,255,255,.58); margin-top: 2px;
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.osk-channel-hero__meta { font-size: .82rem; color: rgba(255,255,255,.62); margin-top: 4px; }
.osk-channel-hero__actions { flex-shrink: 0; align-self: center; }
.osk-channel-hero__actions .btn {
	font-size: .86rem; font-weight: 700; padding: 10px 22px; border-radius: 999px;
	min-width: 120px; box-shadow: 0 6px 20px rgba(0,0,0,.28);
}
.osk-channel-hero__actions .btn-subscribed {
	background: rgba(255,255,255,.14); border-color: rgba(255,255,255,.18); color: #fff;
}
@media (max-width: 767.98px) {
	.osk-channel-hero { min-height: 0; border-radius: 14px; margin-bottom: 22px; }
	.osk-channel-hero__inner {
		flex-wrap: wrap; padding: 18px 16px 16px; gap: 14px; min-height: 0;
	}
	.osk-channel-hero__avatar { width: 72px; height: 72px; }
	.osk-channel-hero__actions { width: 100%; }
	.osk-channel-hero__actions .btn { width: 100%; }
}
@media (prefers-reduced-motion: reduce) {
	.osk-channel-hero__bg { transition: none; transform: scale(1.06); }
}

.osk-hub-badge {
	position: absolute; top: 8px; left: 8px; z-index: 2;
	padding: 3px 7px; border-radius: 4px; font-size: 10px; font-weight: 800;
	letter-spacing: .04em; line-height: 1.2; color: #fff; background: var(--main, #e60000);
}
.osk-hub-badge--channel { background: #c0392b; }
.osk-hub-badge--music { background: #8e24aa; }

.osk-search-hub__video-grid,
.osk-search-hub__channel-grid,
.osk-search-hub__music-grid {
	display: grid; gap: 18px 14px;
}
.osk-search-hub__video-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.osk-search-hub__channel-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.osk-search-hub__music-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
.osk-search-hub__topic-grid {
	display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px;
}
.osk-search-hub__topic-grid .osk-topic-card {
	min-height: 148px;
	border-radius: 14px;
}
.osk-hub-ad { position: relative; min-width: 0; }
.osk-hub-ad__media {
	display: flex; align-items: center; justify-content: center;
	overflow: hidden;
}
.osk-hub-ad--video .osk-hub-ad__media {
	aspect-ratio: auto;
	min-height: 250px;
}
.osk-hub-ad__code {
	width: 100%; height: 100%;
	display: flex; align-items: center; justify-content: center;
	line-height: 0;
}
.osk-hub-ad__code iframe,
.osk-hub-ad__code ins,
.osk-hub-ad__code img,
.osk-hub-ad__code video { max-width: 100% !important; max-height: 100% !important; }
.osk-hub-ad--channel {
	justify-content: flex-start;
	min-height: 220px;
}
.osk-hub-ad--channel .osk-hub-ad__media {
	width: 100%; min-height: 160px; margin-bottom: 12px;
}
.osk-hub-ad--music { grid-column: span 2; }
.osk-hub-ad--topic {
	min-height: 148px;
	display: flex; align-items: center; justify-content: center;
	position: relative;
	border-radius: 14px;
	background: rgba(255,255,255,.03);
}
.osk-hub-video { min-width: 0; }
.osk-hub-video__thumb {
	display: block; position: relative; border-radius: 10px; overflow: hidden;
	aspect-ratio: 16 / 9; background: rgba(255,255,255,.06);
}
.osk-hub-video__thumb img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.osk-hub-video__duration {
	position: absolute; right: 8px; bottom: 8px; z-index: 2;
	padding: 2px 6px; border-radius: 4px; font-size: 11px; font-weight: 700;
	background: rgba(0,0,0,.78); color: #fff;
}
.osk-hub-video__meta { display: flex; gap: 8px; padding-top: 10px; }
.osk-hub-video__title {
	font-size: .92rem; font-weight: 600; margin: 0 0 4px; line-height: 1.35;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.osk-hub-video__title a { color: inherit; text-decoration: none; }
.osk-hub-video__channel { margin: 0 0 2px; font-size: .82rem; }
.osk-hub-video__stats { margin: 0; font-size: .78rem; color: rgba(255,255,255,.5); }

.osk-hub-channel {
	display: flex; flex-direction: column; align-items: center; text-align: center;
	padding: 22px 16px 16px; min-width: 0;
	border-radius: 14px; border: 1px solid rgba(255,255,255,.08);
	background: rgba(255,255,255,.03);
	transition: border-color .18s ease, background .18s ease, transform .18s ease, box-shadow .18s ease;
}
.osk-hub-channel:hover {
	border-color: rgba(255,255,255,.16);
	background: rgba(255,255,255,.055);
	transform: translateY(-2px);
	box-shadow: 0 10px 28px rgba(0,0,0,.22);
}
.osk-hub-channel__profile {
	display: flex; flex-direction: column; align-items: center; width: 100%; min-width: 0;
	text-decoration: none; color: inherit;
}
.osk-hub-channel__profile:hover { color: inherit; text-decoration: none; }
.osk-hub-channel__avatar {
	width: 76px; height: 76px; border-radius: 50%; object-fit: cover; flex-shrink: 0;
	margin-bottom: 12px; box-shadow: 0 6px 20px rgba(0,0,0,.28);
	border: 2px solid rgba(255,255,255,.08);
}
.osk-hub-channel__name {
	font-size: .94rem; font-weight: 700; line-height: 1.35; max-width: 100%;
	overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.osk-hub-channel__name .verified { font-size: .82rem; color: #3ea6ff; margin-left: 2px; }
.osk-hub-channel__handle {
	font-size: .78rem; color: rgba(255,255,255,.42); margin-top: 3px;
	max-width: 100%; overflow: hidden; text-overflow: ellipsis; white-space: nowrap;
}
.osk-hub-channel__subs { font-size: .78rem; color: rgba(255,255,255,.5); margin-top: 8px; }
.osk-hub-channel__actions { width: 100%; margin-top: 14px; }
.osk-hub-channel__actions .btn {
	width: 100%; font-size: .82rem; font-weight: 600; padding: 8px 12px;
	line-height: 1.2; border-radius: 999px;
}
.osk-hub-channel__actions .btn-subscribed { background: rgba(255,255,255,.1); border-color: transparent; color: rgba(255,255,255,.85); }

.osk-hub-music { text-decoration: none; color: inherit; min-width: 0; }
.osk-hub-music:hover { color: inherit; text-decoration: none; opacity: .92; }
.osk-hub-music__cover {
	position: relative; border-radius: 10px; overflow: hidden; aspect-ratio: 1;
	background: rgba(255,255,255,.06); margin-bottom: 8px;
}
.osk-hub-music__cover img { width: 100%; height: 100%; object-fit: cover; display: block; }
.osk-hub-music__title { display: block; font-size: .84rem; font-weight: 600; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.osk-hub-music__artist { display: block; font-size: .76rem; color: rgba(255,255,255,.5); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

.osk-search-hub__filters-panel {
	display: none; margin-bottom: 24px; padding: 16px 18px; border-radius: 12px;
	background: rgba(255,255,255,.04); border: 1px solid rgba(255,255,255,.1);
}
.osk-search-hub__filters-panel.is-open { display: block; }
.osk-search-hub__filters-panel .scroll_search { max-height: 280px; overflow-y: auto; }
.osk-search-hub__empty { text-align: center; padding: 48px 16px; color: rgba(255,255,255,.5); font-size: .92rem; }
.osk-search-hub__pagination { margin-top: 24px; }

@media (max-width: 1199.98px) {
	.osk-search-hub__video-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.osk-search-hub__channel-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.osk-search-hub__music-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
	.osk-search-hub__topic-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
}
@media (max-width: 991.98px) {
	.osk-search-hub__video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.osk-search-hub__channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
	.osk-search-hub__music-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
	.osk-search-hub__topic-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 575.98px) {
	.osk-search-hub { padding: 20px 14px 36px; }
	.osk-search-hub__video-grid { grid-template-columns: 1fr; }
	.osk-search-hub__channel-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.osk-search-hub__music-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
	.osk-search-hub__topic-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.osk-hub-channel { padding: 16px 12px 12px; }
	.osk-hub-channel__avatar { width: 64px; height: 64px; }
}

/* ── Mobile: bottom sheet ricerca (barra nascosta in header) ── */
@media (max-width: 767.98px) {
	#oskGlobalSearchWrap {
		display: none !important;
	}
}

body.osk_search_sheet_open {
	overflow: hidden;
}

.osk-mobile-search {
	position: fixed;
	inset: 0;
	z-index: 10350;
	pointer-events: none;
	visibility: hidden;
}

body.osk_search_sheet_open .osk-mobile-search {
	pointer-events: auto;
	visibility: visible;
}

.osk-mobile-search__backdrop {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, .52);
	opacity: 0;
	transition: opacity .24s ease;
}

body.osk_search_sheet_open .osk-mobile-search__backdrop {
	opacity: 1;
}

.osk-mobile-search__panel {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	max-height: min(92vh, 720px);
	background: var(--body-bg, #0c0c0e);
	border-radius: 18px 18px 0 0;
	border-top: 1px solid rgba(255, 255, 255, .1);
	box-shadow: 0 -12px 48px rgba(0, 0, 0, .45);
	display: flex;
	flex-direction: column;
	transform: translateY(100%);
	transition: transform .28s cubic-bezier(.32, .72, .24, 1);
}

body.osk_search_sheet_open .osk-mobile-search__panel {
	transform: translateY(0);
}

.osk-mobile-search__head {
	flex-shrink: 0;
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 14px 14px 10px;
	border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.osk-mobile-search__head .osk-global-search {
	flex: 1;
	min-width: 0;
}

.osk-mobile-search__head .osk-global-search__form {
	height: 42px;
}

.osk-mobile-search__close {
	flex-shrink: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 38px;
	height: 38px;
	padding: 0;
	border: 1px solid rgba(255, 255, 255, .1);
	border-radius: 10px;
	background: rgba(255, 255, 255, .04);
	color: inherit;
	cursor: pointer;
}

.osk-mobile-search__body {
	flex: 1;
	min-height: 0;
	overflow-x: hidden;
	overflow-y: auto;
	overscroll-behavior: contain;
	padding: 8px 6px 12px;
	-webkit-overflow-scrolling: touch;
}

.osk-mobile-search__hint {
	margin: 24px 16px;
	text-align: center;
	font-size: .88rem;
	color: rgba(255, 255, 255, .45);
}

.osk-mobile-search__body .osk-global-search__group {
	padding: 8px 0 4px;
}

.osk-mobile-search__body .osk-global-search__item {
	padding: 10px 12px;
}

.osk-mobile-search__footer {
	flex-shrink: 0;
	padding: 10px 14px calc(14px + env(safe-area-inset-bottom, 0px));
	border-top: 1px solid rgba(255, 255, 255, .1);
	background: var(--body-bg, #0c0c0e);
}

.osk-mobile-search__see-all {
	display: block;
	width: 100%;
	min-height: 46px;
	padding: 12px 16px;
	border: 0;
	border-radius: 12px;
	background: var(--main, #e60000);
	color: #fff;
	font-size: .95rem;
	font-weight: 700;
	cursor: pointer;
	transition: opacity .15s ease, transform .15s ease;
}

.osk-mobile-search__see-all:disabled {
	opacity: .4;
	cursor: not-allowed;
}

.osk-mobile-search__see-all:not(:disabled):active {
	transform: scale(.98);
}

.osk-global-search--mobile-sheet .osk-global-search__panel {
	display: none !important;
}
