.iris-cp-clarity,
.iris-cp-trust-row,
.iris-cp-updated,
.iris-cp-visual-plan,
.iris-cp-disclosure,
.iris-cp-note {
	--iris-cream: #fbf7f0;
	--iris-beige: #eadfd0;
	--iris-blush: #ead2cc;
	--iris-taupe: #8d7666;
	--iris-brown: #4c3a31;
	--iris-soft: #fffdf9;
	box-sizing: border-box;
	color: var(--iris-brown);
	font-family: inherit;
}

.iris-cp-clarity,
.iris-cp-note,
.iris-cp-visual-plan,
.iris-cp-disclosure {
	background: linear-gradient(135deg, var(--iris-soft), var(--iris-cream));
	border: 1px solid rgba(141, 118, 102, 0.18);
	border-radius: 8px;
	box-shadow: 0 18px 42px rgba(76, 58, 49, 0.08);
	margin: 2rem auto;
	max-width: 1120px;
	padding: clamp(1.25rem, 4vw, 2.4rem);
}

.iris-cp-clarity {
	margin-top: 1rem;
}

.iris-cp-clarity p,
.iris-cp-note p,
.iris-cp-visual-plan p {
	color: var(--iris-taupe);
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0;
	margin: 0 0 0.55rem;
	text-transform: uppercase;
}

.iris-cp-clarity h2,
.iris-cp-note h2,
.iris-cp-visual-plan h2 {
	font-size: clamp(1.45rem, 3vw, 2.35rem);
	font-weight: 500;
	line-height: 1.15;
	margin: 0 0 1rem;
}

.iris-cp-clarity div,
.iris-cp-trust-row,
.iris-cp-updated {
	display: flex;
	flex-wrap: wrap;
	gap: 0.8rem;
}

.iris-cp-clarity a {
	background: var(--iris-brown);
	border-radius: 999px;
	color: #fffdf9;
	display: inline-flex;
	font-weight: 700;
	justify-content: center;
	padding: 0.78rem 1rem;
	text-decoration: none;
}

.iris-cp-clarity a:nth-child(3) {
	background: #fff;
	border: 1px solid rgba(141, 118, 102, 0.24);
	color: var(--iris-brown);
}

.iris-cp-clarity small,
.iris-cp-note span,
.iris-cp-disclosure p {
	display: block;
	line-height: 1.65;
	margin-top: 1rem;
}

.iris-cp-trust-row {
	margin: 2rem auto;
	max-width: 1120px;
}

.iris-cp-trust-row div {
	background: #fff;
	border: 1px solid rgba(141, 118, 102, 0.18);
	border-radius: 8px;
	box-shadow: 0 12px 28px rgba(76, 58, 49, 0.06);
	flex: 1 1 220px;
	padding: 1rem;
}

.iris-cp-trust-row strong,
.iris-cp-trust-row span {
	display: block;
}

.iris-cp-trust-row span {
	color: #6c5a52;
	line-height: 1.55;
	margin-top: 0.35rem;
}

.iris-cp-updated {
	background: rgba(234, 210, 204, 0.22);
	border: 1px solid rgba(141, 118, 102, 0.16);
	border-radius: 8px;
	margin: 1.5rem 0;
	padding: 1rem;
}

.iris-cp-updated span {
	line-height: 1.55;
}

.iris-cp-visual-plan ul {
	margin-bottom: 0;
}

.iris-cp-disclosure {
	background: rgba(234, 210, 204, 0.22);
}

@media (max-width: 720px) {
	.iris-cp-clarity a {
		width: 100%;
	}
}

