.seastar-home-survey {
	align-items: center;
	background: linear-gradient(135deg, #14558a 0%, #243f68 100%);
	border: 2px solid #ffffff;
	border-radius: 12px;
	box-shadow: 0 3px 10px rgba(20, 63, 104, 0.22);
	box-sizing: border-box;
	color: #ffffff;
	display: inline-flex;
	gap: 9px;
	height: 54px;
	margin-left: 10px;
	padding: 6px 14px 6px 9px;
	text-decoration: none;
	transition: background 160ms ease, box-shadow 160ms ease, transform 160ms ease;
	vertical-align: top;
	white-space: nowrap;
}

.seastar-home-survey:hover,
.seastar-home-survey:focus-visible {
	background: linear-gradient(135deg, #1b6ba9 0%, #2d527f 100%);
	box-shadow: 0 5px 14px rgba(20, 63, 104, 0.3);
	color: #ffffff;
	transform: translateY(-1px);
}

.seastar-home-survey:focus-visible {
	outline: 3px solid #6ec9f2;
	outline-offset: 2px;
}

.seastar-home-survey__icon {
	align-items: center;
	background: rgba(255, 255, 255, 0.16);
	border-radius: 8px;
	display: inline-flex;
	height: 36px;
	justify-content: center;
	width: 36px;
}

.seastar-home-survey__icon svg {
	fill: none;
	height: 25px;
	stroke: currentColor;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-width: 1.7;
	width: 25px;
}

.seastar-home-survey__copy {
	display: flex;
	flex-direction: column;
	font-size: 12px;
	line-height: 1.15;
}

.seastar-home-survey__copy strong {
	font-size: 14px;
	font-weight: 700;
}

.seastar-home-survey__copy > span {
	opacity: 0.9;
}

@media (max-width: 767px) {
	.seastar-home-survey {
		height: 54px;
		margin-left: 4px;
		margin-top: 3px;
		padding-right: 11px;
	}

	.seastar-home-survey__copy strong {
		font-size: 13px;
	}
}
