/* Info pages — scoped for Styler `.nt-styler-content` list/table defaults */

.nt-styler-content .wn-info-page,
.nt-styler-content .wn-payment-methods {
	max-width: none;
}

.nt-styler-content .wn-info-page > .wp-block-paragraph:first-child,
.nt-styler-content .wn-payment-methods > .wp-block-paragraph:first-child {
	margin-top: 0;
}

.nt-styler-content .wn-info-page ul.wn-info-page__highlights,
.nt-styler-content .wn-payment-methods ul.wn-payment-methods__grid {
	display: grid;
	list-style: none;
	padding-left: 0;
	margin: 1.5rem 0 2rem;
}

.nt-styler-content .wn-info-page ul.wn-info-page__highlights > li,
.nt-styler-content .wn-payment-methods ul.wn-payment-methods__grid > li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.wn-info-page__highlights {
	grid-template-columns: repeat(auto-fit, minmax(11rem, 1fr));
	gap: 1rem;
}

.wn-info-page__highlight {
	padding: 1rem;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 12px;
	background: #fff;
}

.wn-info-page__highlight strong {
	display: block;
	margin-bottom: 0.35rem;
	font-size: 0.95rem;
}

.wn-info-page__highlight span {
	display: block;
	font-size: 0.88rem;
	line-height: 1.45;
	color: rgba(0, 0, 0, 0.68);
}

.wn-info-page__table-wrap {
	overflow-x: auto;
	margin: 1rem 0 1.5rem;
	-webkit-overflow-scrolling: touch;
}

.nt-styler-content .wn-info-page table.wn-info-page__table {
	width: 100%;
	min-width: 28rem;
	border-collapse: collapse;
	margin: 0;
	background: #fff;
	font-size: 0.92rem;
}

.nt-styler-content .wn-info-page table.wn-info-page__table th,
.nt-styler-content .wn-info-page table.wn-info-page__table td {
	padding: 0.75rem 0.85rem;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: left;
	vertical-align: top;
}

.nt-styler-content .wn-info-page table.wn-info-page__table th {
	background: rgba(0, 0, 0, 0.03);
	font-weight: 600;
	color: inherit;
}

.nt-styler-content .wn-info-page .wp-block-heading,
.nt-styler-content .wn-payment-methods .wp-block-heading {
	margin-top: 1.75rem;
	margin-bottom: 0.75rem;
}

.nt-styler-content .wn-info-page .wp-block-list {
	list-style: disc;
	padding-left: 1.25rem;
	margin-top: 0.75rem;
	margin-bottom: 1.25rem;
}

.nt-styler-content .wn-info-page .wp-block-list li + li {
	margin-top: 0.35rem;
}

.nt-styler-content .wn-info-page .wp-block-separator,
.nt-styler-content .wn-payment-methods .wp-block-separator {
	margin: 2rem 0;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.wn-info-page__note {
	font-size: 0.9rem;
	color: rgba(0, 0, 0, 0.68);
}

.nt-styler-content .wn-info-page ol.wn-info-page__steps {
	list-style: decimal;
	padding-left: 1.35rem;
	margin: 0.75rem 0 1.5rem;
}

.nt-styler-content .wn-info-page ol.wn-info-page__steps > li {
	margin: 0 0 0.85rem;
	padding-left: 0.25rem;
}

.wn-info-page__address {
	margin: 0.75rem 0 0;
	font-style: normal;
	line-height: 1.55;
}

@media (max-width: 767px) {
	.nt-styler-content .wn-info-page table.wn-info-page__table {
		min-width: 0;
		font-size: 0.85rem;
	}

	.wn-info-page__highlights {
		grid-template-columns: 1fr;
	}
}
