.i5-repair-utility,
.i5-repair-utility * {
	box-sizing: border-box;
}

.i5-repair-utility {
	position: relative;
	z-index: 1001;
	width: 100%;
	min-height: 40px;
	border-bottom: 1px solid rgba(34, 151, 255, 0.3);
	background: linear-gradient(180deg, #020b19 0%, #010611 100%);
	color: #f4f7fb;
	font-family: var(--i5-font, "Rajdhani", "Segoe UI", Arial, sans-serif);
}

.i5-repair-utility__inner {
	width: 100%;
	max-width: 1520px;
	min-height: 40px;
	margin: 0 auto;
	padding: 4px clamp(28px, 4.2vw, 68px);
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
}

.i5-repair-utility__label {
	overflow: hidden;
	color: #84bde8;
	font-size: 12px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.13em;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}

.i5-repair-utility__actions {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 8px;
}

.i5-repair-utility__link {
	min-width: 124px;
	min-height: 32px;
	padding: 0 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border: 1px solid rgba(35, 157, 255, 0.64);
	border-radius: 5px;
	color: #f4f9ff !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
	letter-spacing: 0.025em;
	text-decoration: none !important;
	white-space: nowrap;
	transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease, box-shadow 0.18s ease;
}

.i5-repair-utility__link--primary {
	background: linear-gradient(180deg, #138cf2 0%, #0758d7 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.18), 0 5px 15px rgba(0, 82, 210, 0.22);
}

.i5-repair-utility__link--account {
	background: rgba(5, 24, 49, 0.78);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.i5-repair-utility__link:hover,
.i5-repair-utility__link:focus-visible,
.i5-repair-utility__link.is-active {
	border-color: #66c9ff;
	background: linear-gradient(180deg, #159cff 0%, #075fe7 100%);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 0 18px rgba(20, 156, 255, 0.24);
	color: #fff !important;
	transform: translateY(-1px);
}

.i5-repair-utility__link:focus-visible {
	outline: 2px solid #8ed8ff;
	outline-offset: 2px;
}

.i5-shipping-repair-desktop,
.i5-shipping-repair-mobile {
	display: none !important;
}

@media (max-width: 1180px) {
	.i5-repair-utility__inner {
		padding-inline: 24px;
	}

	.i5-site-header.is-open .i5-mobile-panel {
		max-height: calc(100vh - 134px);
		max-height: calc(100dvh - 134px);
		overflow-y: auto;
		overscroll-behavior: contain;
	}
}

@media (max-width: 767px) {
	.i5-repair-utility,
	.i5-repair-utility__inner {
		min-height: 44px;
	}

	.i5-repair-utility__inner {
		padding: 4px 18px;
	}

	.i5-repair-utility__label {
		display: none;
	}

	.i5-repair-utility__actions {
		width: 100%;
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 8px;
	}

	.i5-repair-utility__link {
		width: 100%;
		min-width: 0;
		min-height: 36px;
		padding-inline: 10px;
		font-size: 14px;
	}

	.i5-header-actions {
		display: none !important;
	}

	.i5-site-header.is-open .i5-mobile-panel {
		max-height: calc(100vh - 122px);
		max-height: calc(100dvh - 122px);
	}

	body.admin-bar .i5-site-header.is-open .i5-mobile-panel {
		max-height: calc(100vh - 168px);
		max-height: calc(100dvh - 168px);
	}
}

@media (max-width: 360px) {
	.i5-repair-utility__inner {
		padding-inline: 12px;
	}

	.i5-repair-utility__actions {
		gap: 6px;
	}

	.i5-repair-utility__link {
		font-size: 13.5px;
	}
}

@media (prefers-reduced-motion: reduce) {
	.i5-repair-utility__link {
		transition: none;
	}
}
