.universal-bank-details-shell {
	background: #ffffff;
	padding: clamp(2rem, 4vw, 2.5rem) 0 clamp(3rem, 5vw, 4.5rem);
}

.universal-bank-details {
	margin: 0 auto;
	max-width: min(1060px, calc(100% - 64px));
}

.universal-bank-details__columns.wp-block-columns {
	align-items: flex-start;
	gap: clamp(3rem, 7vw, 8.5rem);
	margin-bottom: 0;
}

.universal-bank-details__intro.wp-block-column,
.universal-bank-details__content.wp-block-column {
	flex-basis: auto !important;
	margin-top: 0;
}

.universal-bank-details__intro.wp-block-column {
	max-width: 29rem;
}

.universal-bank-details__content.wp-block-column {
	margin-left: auto;
	max-width: 31rem;
	width: 100%;
}

.universal-bank-details__title.wp-block-heading,
.universal-bank-details__eyebrow.wp-block-heading {
	color: #000000;
	font-family: "Helvetica Neue LT Std", sans-serif;
	font-weight: 500;
	letter-spacing: -0.02em;
	margin: 0;
}

.universal-bank-details__title.wp-block-heading {
	font-size: clamp(2rem, 3.4vw, 3rem);
	line-height: 1.02;
}

.universal-bank-details__eyebrow.wp-block-heading {
	font-size: 1.125rem;
	line-height: 1.2;
	margin-bottom: 1rem;
}

.universal-bank-details__notice.wp-block-group {
	align-items: flex-start;
	background: #f5f5f5;
	border: 1px solid #dddddd;
	border-radius: 2px;
	gap: 0.75rem;
	margin-bottom: 1.9rem;
	padding: 0.8125rem 1rem;
}

.universal-bank-details__notice-icon {
	align-items: center;
	background: #1f1f1f;
	border-radius: 999px;
	color: #ffffff;
	display: inline-flex;
	flex: 0 0 1.125rem;
	font-family: "Helvetica Neue LT Std", sans-serif;
	font-size: 0.75rem;
	font-style: normal;
	font-weight: 700;
	height: 1.125rem;
	justify-content: center;
	line-height: 1;
	margin-top: 0.125rem;
	width: 1.125rem;
}

.universal-bank-details__notice-text.wp-block-paragraph {
	color: #111111;
	font-family: "Helvetica Neue LT Std", sans-serif;
	font-size: 0.875rem;
	line-height: 1.45;
	margin: 0;
}

.universal-bank-details__list.wp-block-group {
	list-style: none;
	margin: 0;
	padding: 0;
}

.universal-bank-details__item {
	align-items: center;
	border-top: 1px solid #d8d8d8;
	display: flex;
	gap: 1rem;
	justify-content: space-between;
	margin: 0;
	min-height: 3rem;
	padding: 0.9rem 0;
}

.universal-bank-details__item:last-child {
	border-bottom: 1px solid #d8d8d8;
}

.universal-bank-details__text {
	color: #000000;
	display: block;
	font-family: "Helvetica Neue LT Std", sans-serif;
	font-size: 0.875rem;
	font-weight: 400;
	line-height: 1.35;
}

.universal-bank-details__item-icon {
	background: #d0d0d0;
	border-radius: 999px;
	display: inline-block;
	flex: 0 0 0.875rem;
	height: 0.875rem;
	opacity: 0.7;
	position: relative;
	width: 0.875rem;
}

.universal-bank-details__item-icon::before,
.universal-bank-details__item-icon::after {
	background: #f7f7f7;
	border-radius: 999px;
	content: "";
	position: absolute;
}

.universal-bank-details__item-icon::before {
	height: 0.34rem;
	left: 0.1rem;
	top: 0.27rem;
	width: 0.34rem;
}

.universal-bank-details__item-icon::after {
	height: 0.34rem;
	right: 0.1rem;
	top: 0.27rem;
	width: 0.34rem;
}

.universal-bank-details__actions.wp-block-buttons {
	margin-top: 1.9rem;
}

.universal-bank-details__button .wp-block-button__link {
	background: #fe1108;
	border: 0;
	border-radius: 3px;
	box-shadow: none;
	color: #ffffff;
	font-family: "Helvetica Neue LT Std", sans-serif;
	font-size: 0.875rem;
	font-weight: 500;
	line-height: 1.2;
	min-height: 2.2rem;
	padding: 0.72rem 1.4rem;
	text-decoration: none;
}

.universal-bank-details__button .wp-block-button__link:hover,
.universal-bank-details__button .wp-block-button__link:focus-visible {
	background: #d90d06;
	outline: none;
}

@media (max-width: 900px) {
	.universal-bank-details {
		max-width: min(100%, calc(100% - 32px));
	}

	.universal-bank-details__columns.wp-block-columns {
		flex-direction: column;
		gap: 2rem;
	}

	.universal-bank-details__intro.wp-block-column,
	.universal-bank-details__content.wp-block-column {
		margin-left: 0;
		max-width: none;
		width: 100%;
	}
}

@media (max-width: 640px) {
	.universal-bank-details-shell {
		padding: 1.75rem 0 2.5rem;
	}

	.universal-bank-details {
		max-width: min(100%, calc(100% - 24px));
	}

	.universal-bank-details__title.wp-block-heading {
		font-size: 2.25rem;
	}

	.universal-bank-details__item {
		align-items: flex-start;
		min-height: 0;
		padding: 0.95rem 0;
	}

	.universal-bank-details__item-icon {
		margin-top: 0.15rem;
	}
}
