/* Webux Hinweis (field block) - frontend.
   Pixel-ported from the original .lv-tippgeber-reward (card) and
   .lv-tippgeber-infobox (info) designs. */

/* --- Card style (large) --- */
.webux-notice--card {
	background: #fff;
	border: 1px solid #ece7de;
	border-radius: 24px;
	padding: 40px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	box-shadow: 0 8px 28px rgba(26, 26, 26, 0.06), 0 1px 2px rgba(26, 26, 26, 0.04);
}

@media (max-width: 782px) {
	.webux-notice--card {
		padding: 32px;
	}
}

.webux-notice__icon {
	width: 64px;
	height: 64px;
	border-radius: 999px;
	background: #f4efe3;
	display: flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 auto;
	color: #8b8178;
}

.webux-notice__icon svg {
	width: 30px;
	height: 30px;
}

.webux-notice__eyebrow {
	font-size: 13px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1.82px;
	color: var(--wp--preset--color--primary, #8b8178);
	margin: 0;
}

.webux-notice__title {
	font-size: 24px;
	font-weight: 600;
	letter-spacing: -0.24px;
	line-height: 1.2;
	color: #1a1a1a;
	margin: 0;
}

.webux-notice--card .webux-notice__text {
	font-size: 15px;
	line-height: 1.6;
	color: #6b6661;
}

.webux-notice--card .webux-notice__text p {
	margin: 0;
}

/* --- Info style (small) --- */
.webux-notice--info {
	background: #faf8f2;
	border: 1px solid #ece7de;
	border-radius: 12px;
	padding: 16px 18px;
	display: flex;
	gap: 12px;
	align-items: flex-start;
}

.webux-notice__ic {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	margin-top: 1px;
	color: #8b8178;
}

.webux-notice--info .webux-notice__text,
.webux-notice--info .webux-notice__text p {
	font-size: 14px;
	line-height: 1.5;
	color: #6b6661;
}
