/* Meduza Digital — footer agency credit */

.hh-mdz-credit {
	display: flex;
	justify-content: center;
	padding: 0.35rem 1rem 1.15rem;
}

.hh-mdz-credit--footer-inline {
	justify-content: flex-start;
	padding: 0;
	margin: 0;
}

.hh-mdz-credit--standalone {
	padding: 0.85rem 1rem 1.25rem;
	background: linear-gradient(180deg, #080808 0%, #020202 100%);
	border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.hh-mdz-credit__bubble {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 0.75rem;
	max-width: min(100%, 420px);
	padding: 0.5rem 0.95rem 0.5rem 0.7rem;
	border-radius: 999px;
	background: linear-gradient(135deg, rgba(255, 255, 255, 0.09) 0%, rgba(255, 255, 255, 0.03) 100%);
	border: 1px solid rgba(255, 255, 255, 0.14);
	box-shadow: 0 10px 28px rgba(0, 0, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.1);
	color: rgba(255, 255, 255, 0.9);
	text-decoration: none !important;
	overflow: hidden;
	transition: border-color 0.22s ease, transform 0.22s ease, box-shadow 0.22s ease;
}

.hh-mdz-credit--footer-inline .hh-mdz-credit__bubble {
	width: fit-content;
	max-width: min(100%, 19.6rem);
	padding: 0.16rem 0.47rem 0.16rem 0.39rem;
	gap: 0.36rem;
	border-radius: 11px;
	background: #fff;
	border-color: rgba(255, 255, 255, 0.92);
	box-shadow: 0 3px 10px rgba(0, 0, 0, 0.16);
	color: #1a1a1a;
}

.hh-mdz-credit__bubble:hover,
.hh-mdz-credit__bubble:focus-visible {
	border-color: rgba(0, 212, 255, 0.42);
	box-shadow: 0 14px 34px rgba(0, 0, 0, 0.34), 0 0 0 1px rgba(0, 212, 255, 0.16), inset 0 1px 0 rgba(255, 255, 255, 0.14);
	transform: translateY(-1px);
}

.hh-mdz-credit--footer-inline .hh-mdz-credit__bubble:hover,
.hh-mdz-credit--footer-inline .hh-mdz-credit__bubble:focus-visible {
	transform: translateY(-1px);
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.22), 0 0 0 1px rgba(0, 212, 255, 0.22);
}

.hh-mdz-credit__glow {
	position: absolute;
	inset: 0;
	pointer-events: none;
	background: radial-gradient(circle at 18% 50%, rgba(0, 212, 255, 0.14), transparent 52%), radial-gradient(circle at 82% 50%, rgba(255, 0, 170, 0.12), transparent 52%);
	opacity: 0.85;
}

.hh-mdz-credit--footer-inline .hh-mdz-credit__glow {
	opacity: 0.35;
}

.hh-mdz-credit__logo-wrap {
	position: relative;
	z-index: 1;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	width: 6.75rem;
	height: 2rem;
	border-radius: 10px;
	background: #fff;
	border: 1px solid rgba(255, 255, 255, 0.92);
	padding: 0.2rem 0.45rem;
}

.hh-mdz-credit--footer-inline .hh-mdz-credit__logo-wrap {
	width: auto;
	max-width: 12.9rem;
	min-width: 0;
	height: 3.19rem;
	min-height: 0;
	padding: 0;
	background: transparent;
	border: none;
	box-shadow: none;
}

.hh-mdz-credit__logo {
	display: block;
	width: auto;
	max-width: 100%;
	height: 1.35rem;
	object-fit: contain;
	object-position: center;
}

.hh-mdz-credit--footer-inline .hh-mdz-credit__logo {
	width: auto;
	height: 3.19rem;
	min-height: 0;
	max-height: 3.19rem;
}

.hh-mdz-credit__copy {
	position: relative;
	z-index: 1;
	display: grid;
	gap: 0.05rem;
	min-width: 0;
	text-align: start;
}

.hh-mdz-credit__label {
	font-size: 0.72rem;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.68);
}

.hh-mdz-credit__brand {
	font-size: 0.84rem;
	font-weight: 700;
	line-height: 1.25;
	letter-spacing: 0.01em;
	color: #fff;
}

.hh-mdz-credit--footer-inline .hh-mdz-credit__label {
	color: #5a5a5a;
	font-size: 0.69rem;
	line-height: 1.2;
}

.hh-mdz-credit--footer-inline .hh-mdz-credit__brand {
	color: #1a1a1a;
	font-size: 0.83rem;
	line-height: 1.15;
}

.hh-v2-footer__end-brand .hh-mdz-credit {
	width: 100%;
}

@media (max-width: 520px) {
	.hh-mdz-credit__bubble {
		gap: 0.55rem;
		padding: 0.45rem 0.75rem 0.45rem 0.55rem;
	}

	.hh-mdz-credit__logo-wrap {
		width: 5.75rem;
	}

	.hh-mdz-credit--footer-inline .hh-mdz-credit__bubble {
		padding: 0.14rem 0.43rem 0.14rem 0.36rem;
		gap: 0.31rem;
	}

	.hh-mdz-credit--footer-inline .hh-mdz-credit__logo-wrap {
		max-width: 11.2rem;
		height: 2.63rem;
	}

	.hh-mdz-credit--footer-inline .hh-mdz-credit__logo {
		height: 2.63rem;
		max-height: 2.63rem;
	}

	.hh-mdz-credit__label {
		font-size: 0.68rem;
	}

	.hh-mdz-credit__brand {
		font-size: 0.78rem;
	}
}
