/**
 * Logo Cloud landing — scoped P0 staging styles + bounded polish.
 */

.nora-logo-product--logo-cloud .nora-logo-cloud-packages,
.nora-logo-product--logo-cloud .nora-logo-cloud-legacy,
.nora-logo-product--logo-cloud .nora-logo-cloud-distinction,
.nora-logo-product--logo-cloud .nora-logo-cloud-precheck {
	padding: clamp(2.75rem, 4.5vw, 4.5rem) 1.25rem;
}

.nora-logo-cloud-packages__inner,
.nora-logo-cloud-legacy__inner,
.nora-logo-cloud-distinction__inner,
.nora-logo-cloud-precheck__inner {
	max-width: 1312px;
	margin: 0 auto;
}

.nora-logo-cloud-packages__eyebrow,
.nora-logo-cloud-legacy__eyebrow,
.nora-logo-cloud-distinction__eyebrow,
.nora-logo-cloud-precheck__eyebrow {
	font-family: var(--nora-font-ui-family);
	font-size: 0.75rem;
	font-weight: 700;
	letter-spacing: 0.08em;
	text-transform: uppercase;
	color: #6a7a90;
	margin: 0 0 0.65rem;
}

.nora-logo-cloud-packages__title,
.nora-logo-cloud-legacy__title,
.nora-logo-cloud-distinction__title,
.nora-logo-cloud-precheck__title {
	font-family: var(--nora-font-display-family);
	font-size: clamp(1.85rem, 1.25rem + 1.5vw, 2.5rem);
	line-height: 1.1;
	letter-spacing: -0.02em;
	color: #152035;
	margin: 0 0 0.85rem;
}

.nora-logo-cloud-packages__lead,
.nora-logo-cloud-legacy__lead,
.nora-logo-cloud-distinction__lead,
.nora-logo-cloud-precheck__lead,
.nora-logo-cloud-packages__note {
	font-family: var(--nora-font-body-family);
	font-size: 1.0625rem;
	line-height: 1.62;
	color: #3d4a5c;
	max-width: 48rem;
	margin: 0 0 1.65rem;
}

.nora-logo-cloud-packages__note {
	margin-top: 0.25rem;
	margin-bottom: 0;
	padding: 0.95rem 1.1rem;
	border-left: 3px solid #c44d58;
	background: #f7f9fc;
	color: #243247;
	font-size: 0.98rem;
}

/* —— Package comparison —— */
.nora-logo-cloud-packages__grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.15rem;
	margin: 0 0 1.35rem;
}

.nora-logo-cloud-packages__card {
	display: flex;
	flex-direction: column;
	gap: 0.35rem;
	background: #fff;
	border: 1px solid #e2e8f0;
	border-top: 3px solid #aab5c4;
	border-radius: 12px;
	padding: 1.35rem 1.25rem 1.3rem;
	box-shadow: 0 10px 28px rgba(21, 32, 53, 0.05);
	min-height: 100%;
}

.nora-logo-cloud-packages__card--lite {
	border-top-color: #4a90d9;
}

.nora-logo-cloud-packages__card--basic {
	border-top-color: #c44d58;
}

.nora-logo-cloud-packages__card--standard {
	border-top-color: #152035;
}

.nora-logo-cloud-packages__tier {
	font-family: var(--nora-font-ui-family);
	font-size: 0.6875rem;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #6a7a90;
	margin: 0 0 0.15rem;
}

.nora-logo-cloud-packages__card--lite .nora-logo-cloud-packages__tier {
	color: #2f6fad;
}

.nora-logo-cloud-packages__card--basic .nora-logo-cloud-packages__tier {
	color: #b42318;
}

.nora-logo-cloud-packages__card--standard .nora-logo-cloud-packages__tier {
	color: #152035;
}

.nora-logo-cloud-packages__name {
	font-family: var(--nora-font-ui-family);
	font-size: 1.1875rem;
	font-weight: 700;
	color: #152035;
	margin: 0;
	letter-spacing: -0.01em;
}

.nora-logo-cloud-packages__fit {
	font-family: var(--nora-font-ui-family);
	font-size: 0.8125rem;
	font-weight: 600;
	line-height: 1.4;
	color: #243247;
	margin: 0.15rem 0 0.45rem;
	padding: 0.4rem 0.55rem;
	border-radius: 6px;
	background: #f2f5f9;
}

.nora-logo-cloud-packages__desc {
	font-family: var(--nora-font-body-family);
	font-size: 0.98rem;
	line-height: 1.58;
	color: #3d4a5c;
	margin: 0;
	flex: 1;
}

/* —— Legacy mapping table —— */
.nora-logo-cloud-legacy {
	background:
		linear-gradient(180deg, #f4f7fb 0%, #eef3f9 100%);
}

.nora-logo-cloud-legacy__table-wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	border: 1px solid #d0dae8;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 14px 36px rgba(21, 32, 53, 0.06);
}

.nora-logo-cloud-legacy__table {
	width: 100%;
	border-collapse: collapse;
	min-width: 520px;
}

.nora-logo-cloud-legacy__table th,
.nora-logo-cloud-legacy__table td {
	font-family: var(--nora-font-body-family);
	text-align: left;
	padding: 1.05rem 1.25rem;
	border-bottom: 1px solid #e6ebf2;
	color: #152035;
	vertical-align: middle;
}

.nora-logo-cloud-legacy__table th {
	font-family: var(--nora-font-ui-family);
	font-size: 0.75rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	background: #152035;
	color: #fff;
}

.nora-logo-cloud-legacy__table tbody tr:hover td {
	background: #f8fafc;
}

.nora-logo-cloud-legacy__table td:last-child {
	font-family: var(--nora-font-ui-family);
	font-weight: 700;
	color: #b42318;
}

.nora-logo-cloud-legacy__table td:last-child::before {
	content: "→";
	display: inline-block;
	margin-right: 0.55rem;
	color: #8a96a8;
	font-weight: 600;
}

.nora-logo-cloud-legacy__table tr:last-child td {
	border-bottom: 0;
}

/* —— Edge distinction —— */
.nora-logo-cloud-distinction {
	background: #fff;
}

.nora-logo-cloud-distinction__inner {
	padding: 1.5rem 1.6rem;
	border: 1px solid #e2e8f0;
	border-radius: 14px;
	background:
		linear-gradient(115deg, rgba(21, 32, 53, 0.03), transparent 55%),
		#fff;
	box-shadow: 0 10px 28px rgba(21, 32, 53, 0.04);
}

.nora-logo-cloud-distinction__links {
	display: flex;
	flex-wrap: wrap;
	gap: 0.75rem 1rem;
	margin: 0;
	padding: 0;
	list-style: none;
}

.nora-logo-cloud-distinction__links a {
	display: inline-flex;
	align-items: center;
	gap: 0.35rem;
	font-family: var(--nora-font-ui-family);
	font-weight: 600;
	font-size: 0.9375rem;
	color: #b42318;
	text-decoration: none;
	padding: 0.55rem 0.85rem;
	border: 1px solid rgba(180, 35, 24, 0.22);
	border-radius: 999px;
	background: rgba(180, 35, 24, 0.04);
}

.nora-logo-cloud-distinction__links a:hover,
.nora-logo-cloud-distinction__links a:focus-visible {
	background: rgba(180, 35, 24, 0.08);
	outline: none;
}

/* —— Precheck —— */
.nora-logo-cloud-precheck {
	background: #f7f9fc;
}

.nora-logo-cloud-precheck__list {
	margin: 0;
	padding: 0;
	list-style: none;
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.85rem 1rem;
}

.nora-logo-cloud-precheck__list li {
	position: relative;
	font-family: var(--nora-font-body-family);
	font-size: 1rem;
	line-height: 1.45;
	color: #152035;
	padding: 1rem 1rem 1rem 2.65rem;
	border: 1px solid #d9e1ec;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(21, 32, 53, 0.035);
}

.nora-logo-cloud-precheck__list li::before {
	content: "";
	position: absolute;
	left: 1rem;
	top: 1.15rem;
	width: 0.7rem;
	height: 0.7rem;
	border-radius: 999px;
	background: #c44d58;
	box-shadow: 0 0 0 4px rgba(196, 77, 88, 0.12);
}

/* Owner visual polish: keep the commercial architecture, reduce dashboard density. */
.nora-logo-product--logo-cloud {
	/* Balanced wordmark: readable owner signal without dominating the H1/CTA stack. */
	--nlp-hero-product-logo-height: 3.05rem;
	--nlp-hero-product-logo-max-width: min(100%, 17.5rem);
	--nlp-hero-generated-visual-scale: 1;
}

.nora-logo-product--logo-cloud .nora-logo-product-hero__logo-wrap {
	min-height: var(--nlp-hero-product-logo-height);
	margin-bottom: 0.85rem;
}

.nora-logo-product--logo-cloud .nora-logo-product-hero__product-logo {
	width: auto;
	max-width: var(--nlp-hero-product-logo-max-width);
	height: var(--nlp-hero-product-logo-height);
	object-fit: contain;
	object-position: left center;
	filter: drop-shadow(0 8px 18px rgba(0, 0, 0, 0.28));
}

.nora-logo-product--logo-cloud .nora-logo-product-hero__visual--generated {
	align-self: center;
	min-height: clamp(16rem, 28vw, 24rem);
}

.nora-logo-product--logo-cloud .nora-logo-product-hero__visual--generated::before {
	background:
		radial-gradient(ellipse 62% 58% at 58% 48%, rgba(74, 130, 200, 0.14) 0%, transparent 68%),
		radial-gradient(ellipse 84% 80% at 56% 52%, rgba(10, 22, 40, 0.28) 0%, rgba(10, 22, 40, 0.08) 58%, transparent 100%);
}

.nora-logo-product--logo-cloud .nora-logo-product-hero__visual--generated::after {
	background:
		linear-gradient(90deg, #0b1628 0%, rgba(11, 22, 40, 0.55) 3%, rgba(11, 22, 40, 0.08) 12%, transparent 22%),
		linear-gradient(180deg, rgba(11, 22, 40, 0.38) 0%, transparent 10%, transparent 88%, rgba(11, 22, 40, 0.42) 100%);
}

.nora-logo-product--logo-cloud .nora-logo-product-hero__visual-img {
	width: min(118%, 42rem);
	max-width: none;
	margin-right: -4%;
	border-radius: 0;
	object-fit: contain;
	object-position: center right;
	box-shadow: none;
	filter: drop-shadow(0 28px 48px rgba(0, 0, 0, 0.34));
}

.nora-logo-product--logo-cloud .nora-logo-product-hero__lead {
	max-width: 43rem;
	line-height: 1.62;
}

.nora-logo-product--logo-cloud .nora-logo-product-hero__actions {
	margin-top: 1.35rem;
}

.nora-logo-product--logo-cloud .nora-logo-product-hero__actions .nora-btn--primary,
.nora-logo-product--logo-cloud .nora-logo-product-hero__actions .nora-logo-product-btn--primary {
	box-shadow: 0 10px 24px rgba(190, 30, 30, 0.24);
}

.nora-logo-product--logo-cloud .nora-logo-product-hero__chips {
	gap: 0.5rem;
	margin-top: 1.15rem;
}

.nora-logo-product--logo-cloud .nora-logo-product-hero__chip {
	padding: 0.42rem 0.65rem;
	border-color: rgba(255, 255, 255, 0.16);
	background: rgba(255, 255, 255, 0.055);
}

/* —— Support / value strip: decision highlights —— */
.nora-logo-product--logo-cloud .nora-logo-product-value-strip {
	position: relative;
	z-index: 2;
	margin-top: -1.75rem;
}

.nora-logo-product--logo-cloud .nora-logo-product-value-strip__inner {
	padding-block: 0;
	max-width: 1312px;
}

.nora-logo-product--logo-cloud .nora-logo-product-value-strip__grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 0.85rem;
	padding: 0.85rem;
	border: 1px solid #dce4ef;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 18px 40px rgba(21, 32, 53, 0.1);
}

.nora-logo-product--logo-cloud .nora-logo-product-value-strip__item {
	display: grid;
	grid-template-columns: auto minmax(0, 1fr);
	gap: 0.75rem;
	align-items: start;
	min-height: 0;
	padding: 1rem 0.9rem;
	border: 0;
	border-radius: 12px;
	background: #f7f9fc;
	box-shadow: none;
}

.nora-logo-product--logo-cloud .nora-logo-product-value-strip__item:last-child {
	border-right: 0;
}

.nora-logo-product--logo-cloud .nora-logo-product-value-strip__item--red {
	background: linear-gradient(180deg, #fff8f8 0%, #f7f9fc 100%);
}

.nora-logo-product--logo-cloud .nora-logo-product-value-strip__icon-shell {
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 10px;
	box-shadow: none;
}

.nora-logo-product--logo-cloud .nora-logo-product-value-strip__title {
	font-size: 0.9375rem;
	font-weight: 700;
	letter-spacing: -0.01em;
	margin-bottom: 0.3rem;
}

.nora-logo-product--logo-cloud .nora-logo-product-value-strip__desc {
	font-size: 0.8125rem;
	line-height: 1.45;
	color: #3d4a5c;
}

/* —— Logo Cloud nedir? —— */
.nora-logo-product--logo-cloud .nora-logo-product-section--capability-fit {
	padding-top: clamp(3rem, 5vw, 4.75rem);
	padding-bottom: clamp(2.5rem, 4vw, 3.75rem);
}

.nora-logo-product--logo-cloud .nora-logo-product-section--capability-fit .nora-logo-product-section__title {
	max-width: 18ch;
}

.nora-logo-product--logo-cloud .nora-logo-product-section--capability-fit .nora-logo-product-section__lead {
	max-width: 52rem;
	font-size: 1.0625rem;
	line-height: 1.65;
}

.nora-logo-product--logo-cloud .nora-logo-product-capabilities {
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 1.15rem;
	margin-top: 1.75rem;
}

.nora-logo-product--logo-cloud .nora-logo-product-capability-block--modules::before {
	opacity: 0.12;
}

.nora-logo-product--logo-cloud .nora-logo-product-capability-card {
	min-height: 100%;
	padding: 1.25rem 1.15rem 1.15rem;
	border: 1px solid #e2e8f0;
	border-top: 3px solid #d6dde7;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(21, 32, 53, 0.04);
}

.nora-logo-product--logo-cloud .nora-logo-product-capability-card__icon-shell {
	margin-bottom: 0.75rem;
	width: 2.5rem;
	height: 2.5rem;
}

.nora-logo-product--logo-cloud .nora-logo-product-capability-card h3 {
	font-size: 1.05rem;
	margin-bottom: 0.45rem;
}

.nora-logo-product--logo-cloud .nora-logo-product-capability-card p {
	font-size: 0.9375rem;
	line-height: 1.55;
}

.nora-logo-product--logo-cloud .nora-logo-product-capability-card__tags {
	justify-content: flex-start;
	margin-top: 0.65rem;
	gap: 0.45rem;
}

.nora-logo-product--logo-cloud .nora-logo-product-capability-card__tags li {
	flex: 0 0 auto;
	padding: 0.2rem 0.55rem;
	border: 1px solid #e2e8f0;
	border-radius: 999px;
	background: #f7f9fc;
	font-size: 0.72rem;
	font-weight: 600;
	text-align: left;
}

.nora-logo-product--logo-cloud .nora-logo-product-capabilities__note {
	margin-top: 1.5rem;
	padding: 1.15rem 1.25rem;
	border-radius: 12px;
	border: 1px solid #dce4ef;
	background: #f7f9fc;
}

/* —— Kimler için uygundur? —— */
.nora-logo-product--logo-cloud .nora-logo-product-audience {
	padding-block: clamp(2.75rem, 4.5vw, 4.25rem);
}

.nora-logo-product--logo-cloud .nora-logo-product-audience__layout {
	grid-template-columns: minmax(14rem, 0.78fr) minmax(0, 1.22fr);
	gap: clamp(1.75rem, 3vw, 2.75rem);
	align-items: start;
}

.nora-logo-product--logo-cloud .nora-logo-product-audience__intro .nora-logo-product-section__title {
	max-width: 11ch;
}

.nora-logo-product--logo-cloud .nora-logo-product-audience__sectors {
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 0.75rem;
	border-top: 0;
}

.nora-logo-product--logo-cloud .nora-logo-product-audience__sector {
	display: grid;
	grid-template-columns: 2.5rem minmax(0, 1fr);
	gap: 0.8rem;
	align-items: center;
	min-height: 0;
	padding: 0.95rem 1rem;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(21, 32, 53, 0.035);
	text-align: left;
}

.nora-logo-product--logo-cloud .nora-logo-product-audience__sector-icon-shell {
	width: 2.35rem;
	height: 2.35rem;
	border-radius: 10px;
}

.nora-logo-product--logo-cloud .nora-logo-product-audience__sector-divider {
	display: none;
}

.nora-logo-product--logo-cloud .nora-logo-product-audience__sector-label {
	font-size: 0.9rem;
	line-height: 1.4;
	font-weight: 600;
	color: #152035;
}

.nora-logo-product--logo-cloud .nora-logo-product-audience__callout {
	min-height: 0;
	margin-top: 1rem;
	padding: 1.15rem 1.2rem;
	border-radius: 12px;
	border-color: #d7e0ec;
	box-shadow: none;
}

/* —— Nora layer / process rhythm —— */
.nora-logo-product--logo-cloud .nora-logo-product-layer {
	padding-top: clamp(2.75rem, 4vw, 4rem);
	padding-bottom: clamp(2.5rem, 3.5vw, 3.5rem);
}

.nora-logo-product--logo-cloud .nora-logo-product-layer__panel {
	padding: clamp(1.75rem, 2.8vw, 2.5rem);
	border-color: #dce4ef;
	border-radius: 16px;
	background: #f6f8fb;
}

.nora-logo-product--logo-cloud .nora-logo-product-nora-card {
	border-color: #dfe5ed;
	border-radius: 12px;
	box-shadow: none;
	background: #fff;
}

.nora-logo-product--logo-cloud .nora-logo-product-nora-card__icon-wrap {
	box-shadow: 0 4px 12px rgba(21, 32, 53, 0.045);
}

.nora-logo-product--logo-cloud .nora-logo-product-section--process {
	padding-block: clamp(3rem, 5vw, 4.75rem);
}

.nora-logo-product--logo-cloud .nora-logo-product-process__step {
	padding: 1.15rem 1rem;
	border: 1px solid #e2e8f0;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 6px 18px rgba(21, 32, 53, 0.035);
}

.nora-logo-product--logo-cloud .nora-logo-product-process__step:not(:last-child)::after {
	opacity: 0.35;
}

.nora-logo-product--logo-cloud .nora-logo-product-process__step h3 {
	font-size: 1rem;
}

.nora-logo-product--logo-cloud .nora-logo-product-process__step p {
	font-size: 0.9rem;
	line-height: 1.5;
}

/* —— Related + advisory CTA —— */
.nora-logo-product--logo-cloud .nora-logo-product-section--related {
	background:
		linear-gradient(180deg, #f4f7fb 0%, #eef3f9 100%);
	padding-block: clamp(3rem, 5vw, 4.75rem);
}

.nora-logo-product--logo-cloud .nora-logo-product-section--related .nora-logo-products-popular__layout--sidebar-rail {
	align-items: stretch;
	gap: 1.15rem;
}

.nora-logo-product--logo-cloud .nora-logo-product-section--related .nora-logo-products-popular__layout--sidebar-rail .nora-logo-products-popular__main,
.nora-logo-product--logo-cloud .nora-logo-product-section--related .nora-logo-products-popular__layout--sidebar-rail .nora-logo-products-popular__grid {
	height: 100%;
}

.nora-logo-product--logo-cloud .nora-logo-product-section--related .nora-logo-products-product-card {
	height: 100%;
	border: 1px solid #dce4ef;
	border-radius: 14px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(21, 32, 53, 0.04);
}

.nora-logo-product--logo-cloud .nora-logo-product-section--related .nora-logo-products-product-card:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 30px rgba(21, 32, 53, 0.08);
}

.nora-logo-product--logo-cloud .nora-logo-product-section--related .nora-logo-product-advisory-panel {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
	min-height: 100%;
	border-radius: 14px;
	padding: 1.35rem 1.3rem 1.25rem;
	border: 1px solid rgba(255, 255, 255, 0.08);
	background:
		radial-gradient(ellipse 80% 60% at 12% 0%, rgba(196, 77, 88, 0.22), transparent 55%),
		linear-gradient(165deg, #182338 0%, #101925 100%);
	box-shadow: 0 16px 36px rgba(11, 22, 40, 0.22);
}

.nora-logo-product--logo-cloud .nora-logo-product-section--related .nora-logo-product-advisory-panel__cta {
	margin-top: 1.15rem;
	align-self: stretch;
	justify-content: center;
}

.nora-logo-product--logo-cloud .nora-logo-product-final-cta {
	position: relative;
	z-index: 1;
}

@media (max-width: 1100px) {
	.nora-logo-product--logo-cloud .nora-logo-product-value-strip__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 900px) {
	.nora-logo-cloud-packages__grid {
		grid-template-columns: 1fr;
	}

	.nora-logo-cloud-precheck__list {
		grid-template-columns: 1fr;
	}

	.nora-logo-product--logo-cloud .nora-logo-product-capabilities,
	.nora-logo-product--logo-cloud .nora-logo-product-audience__sectors {
		grid-template-columns: 1fr;
	}

	.nora-logo-product--logo-cloud .nora-logo-product-audience__layout {
		grid-template-columns: 1fr;
	}

	.nora-logo-cloud-distinction__inner {
		padding: 1.25rem;
	}
}

@media (max-width: 1023px) {
	.nora-logo-product--logo-cloud {
		--nlp-hero-product-logo-height: 2.85rem;
		--nlp-hero-product-logo-max-width: min(100%, 16rem);
	}

	.nora-logo-product--logo-cloud .nora-logo-product-hero__visual-img {
		width: min(100%, 34rem);
		margin-right: 0;
	}

	.nora-logo-product--logo-cloud .nora-logo-product-value-strip {
		margin-top: 0;
	}
}

@media (max-width: 767px) {
	.nora-logo-product--logo-cloud {
		--nlp-hero-product-logo-height: 2.55rem;
		--nlp-hero-product-logo-max-width: min(100%, 14.5rem);
	}

	.nora-logo-product--logo-cloud .nora-logo-product-hero__visual--generated {
		min-height: 0;
		margin-top: 0.75rem;
	}

	.nora-logo-product--logo-cloud .nora-logo-product-hero__visual-img {
		width: 100%;
		margin-inline: auto;
	}

	.nora-logo-product--logo-cloud .nora-logo-product-hero__lead {
		max-width: 32rem;
	}

	.nora-logo-product--logo-cloud .nora-logo-product-value-strip__grid {
		grid-template-columns: 1fr;
		gap: 0.65rem;
		padding: 0.65rem;
	}

	.nora-logo-product--logo-cloud .nora-logo-product-value-strip__item {
		border-right: 0;
		border-bottom: 0;
	}

	.nora-logo-product--logo-cloud .nora-logo-product-capabilities,
	.nora-logo-product--logo-cloud .nora-logo-product-audience__sectors {
		grid-template-columns: 1fr;
	}

	.nora-logo-product--logo-cloud .nora-logo-product-capability-card {
		padding-inline: 1rem;
	}

	.nora-logo-cloud-legacy__table {
		min-width: 0;
	}

	.nora-logo-cloud-legacy__table,
	.nora-logo-cloud-legacy__table tbody,
	.nora-logo-cloud-legacy__table tr,
	.nora-logo-cloud-legacy__table td {
		display: block;
		width: 100%;
	}

	.nora-logo-cloud-legacy__table thead {
		position: absolute;
		width: 1px;
		height: 1px;
		overflow: hidden;
		clip: rect(0 0 0 0);
		white-space: nowrap;
		clip-path: inset(50%);
	}

	.nora-logo-cloud-legacy__table tr {
		padding: 0.85rem 1rem;
		border-bottom: 1px solid #e3e8ef;
	}

	.nora-logo-cloud-legacy__table tr:last-child {
		border-bottom: 0;
	}

	.nora-logo-cloud-legacy__table td {
		padding: 0.35rem 0;
		border: 0;
	}

	.nora-logo-cloud-legacy__table td:first-child {
		font-size: 0.8125rem;
		color: #5b6b82;
	}

	.nora-logo-cloud-legacy__table td:last-child::before {
		content: "→ ";
	}
}
