/**
 * Críptica shared brand component.
 *
 * Intentionally scoped to its own class so it cannot alter uploaded logos,
 * Elementor widgets or plugin interfaces that have not adopted the component.
 */
.criptica-brand-text {
	display: inline-flex !important;
	align-items: baseline;
	gap: 13px;
	padding: 0 !important;
	border: 0 !important;
	background: transparent !important;
	box-shadow: none !important;
	color: #eee6d7 !important;
	text-decoration: none !important;
	text-transform: uppercase;
}

.criptica-brand-text strong {
	color: inherit;
	font: 500 21px/1 Georgia, "Times New Roman", serif;
	letter-spacing: 0.16em;
}

.criptica-brand-text span {
	color: #c7a957;
	font-size: 8px;
	font-weight: 700;
	letter-spacing: 0.28em;
}

.criptica-brand-text:hover,
.criptica-brand-text:active {
	color: #eee6d7 !important;
	text-decoration: none !important;
}

.criptica-brand-text:focus-visible {
	border-radius: 2px;
	outline: 2px solid #c7a957;
	outline-offset: 6px;
}

@media (max-width: 720px) {
	.criptica-brand-text {
		gap: 10px;
	}

	.criptica-brand-text strong {
		font-size: 18px;
	}
}
