/* SEAEG 26.1.43: contact-page call and WhatsApp buttons only. */
.seaeg-contact-actions {
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 0.55rem;
	width: 100%;
	max-width: 21rem;
	margin-top: 0.35rem;
}

.seaeg-contact-actions,
.seaeg-contact-actions * {
	box-sizing: border-box;
}

.seaeg-contact-actions__label {
	display: block;
	margin-top: 0.2rem;
	font-weight: 600;
	line-height: 1.35;
}

.seaeg-contact-actions__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	min-height: 46px;
	padding: 0.7rem 1.2rem;
	border: 0;
	border-radius: 999px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.16);
	color: #fff !important;
	font: inherit;
	font-weight: 600;
	line-height: 1.2;
	text-align: center;
	text-decoration: none !important;
	white-space: nowrap;
}

.seaeg-contact-actions__button--phone {
	background: linear-gradient(135deg, #f36b6b 0%, #a90000 100%);
}

.seaeg-contact-actions__button--whatsapp {
	background: linear-gradient(135deg, #55d878 0%, #087a32 100%);
}

.seaeg-contact-actions__button:hover,
.seaeg-contact-actions__button:focus-visible {
	color: #fff !important;
	filter: brightness(1.04);
}

.seaeg-contact-actions__button:focus-visible {
	outline: 2px solid currentColor;
	outline-offset: 3px;
}

.seaeg-contact-actions__email {
	display: block;
	margin-top: 0.25rem;
	line-height: 1.45;
}

@media (max-width: 480px) {
	.seaeg-contact-actions {
		max-width: 100%;
	}

	.seaeg-contact-actions__button {
		min-height: 44px;
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
