/*
Theme Name: NCM Hello Elementor Child
Theme URI: https://nationalchoicemortgage.com/
Description: A custom child theme for Hello Elementor, created for National Choice Mortgage.
Author: National Choice Mortgage
Template: hello-elementor
Version: 1.1.5
Text Domain: ncm-hello-elementor-child
Requires at least: 6.0
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/*
 * Add project-wide custom styles below. Elementor page and site styles can
 * continue to be managed from the Elementor editor.
 */

.eyebrow::before {
	display: inline-block;
	flex-shrink: 0;
	width: 22px;
	height: 2px;
	background: var(--red-600, #b0242f);
	content: "";
}

/* Rate table. */
.rate-table {
	width: 100%;
	border-collapse: collapse;
	font-variant-numeric: tabular-nums;
	font-feature-settings: "tnum" 1;
}

.rate-table th,
.rate-table td {
	padding: 14px 18px;
	border-bottom: 1px solid var(--border, #dfe4ee);
	color: var(--ink, #16213a);
	text-align: left;
}

.rate-table thead th {
	color: var(--navy-900, #0a1c3d);
	font-size: 0.85rem;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.rate-table td strong {
	color: var(--navy-900, #0a1c3d);
	font-size: 1.1rem;
}

/* Global branded scrollbar from the original site. */
html {
	scroll-behavior: smooth;
	scrollbar-width: thin;
	scrollbar-color: #1e4785 #f6f8fc;
}

::-webkit-scrollbar {
	width: 11px;
	height: 11px;
}

::-webkit-scrollbar-track {
	background: #f6f8fc;
}

::-webkit-scrollbar-thumb {
	border: 2px solid #f6f8fc;
	border-radius: 10px;
	background: #1e4785;
}

::-webkit-scrollbar-thumb:hover {
	background: #0f2a54;
}

/* NCM Social Icons Elementor widget. */
.footer-social {
	display: flex;
	gap: 10px;
	margin-top: 18px;
}

.footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 36px;
	height: 36px;
	border: 1px solid #dfe4ee;
	border-radius: 50%;
	color: #0f2a54;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.footer-social a svg {
	width: 17px;
	height: 17px;
}

.footer-social a:hover {
	border-color: #0a1c3d;
	background: #0a1c3d;
	color: #fff;
}

/* WordPress 404 template. */
.ncm-404 .container {
	width: min(100% - 48px, 1180px);
	margin: 0 auto;
}

.ncm-404 .page-hero {
	position: relative;
	padding: 76px 0;
	border-bottom: 1px solid #dfe4ee;
	background: #fff;
	color: #16213a;
	text-align: center;
	overflow: hidden;
}

.ncm-404 .page-hero::before {
	position: absolute;
	inset: 0;
	background-image: radial-gradient(circle, rgba(10, 28, 61, 0.09) 1.4px, transparent 1.4px);
	background-size: 26px 26px;
	content: "";
	-webkit-mask-image: radial-gradient(ellipse 60% 100% at 50% 0%, #000 40%, transparent 90%);
	mask-image: radial-gradient(ellipse 60% 100% at 50% 0%, #000 40%, transparent 90%);
	pointer-events: none;
}

.ncm-404 .page-hero .container {
	position: relative;
}

.ncm-404 .eyebrow {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	margin-bottom: 14px;
	color: #b0242f;
	font-size: 0.78rem;
	font-weight: 700;
	letter-spacing: 0.12em;
	text-transform: uppercase;
}

.ncm-404 .eyebrow::before {
	width: 22px;
	height: 2px;
	background: #b0242f;
	content: "";
}

.ncm-404 .page-hero h1 {
	margin: 0 0 12px;
	color: #0a1c3d;
}

.ncm-404 .page-hero p {
	max-width: 620px;
	margin: 0 auto;
	color: #4b5876;
	font-size: 1.08rem;
}

.ncm-404 .ncm-404-links {
	padding: 100px 0;
}

.ncm-404 .grid {
	display: grid;
	gap: 28px;
}

.ncm-404 .grid-3 {
	grid-template-columns: repeat(3, 1fr);
}

.ncm-404 .card {
	padding: 32px;
	border: 1px solid #dfe4ee;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(10, 28, 61, 0.05), 0 1px 1px rgba(10, 28, 61, 0.04);
	transition: box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ncm-404 .card:hover {
	transform: translateY(-4px);
	box-shadow: 0 2px 4px rgba(10, 28, 61, 0.05), 0 14px 28px rgba(10, 28, 61, 0.12);
}

.ncm-404 .icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 50px;
	height: 50px;
	margin-bottom: 20px;
	border-radius: 6px;
	background: linear-gradient(155deg, #e8edf6, #dfe8fa);
	color: #0f2a54;
}

.ncm-404 .icon svg {
	width: 24px;
	height: 24px;
}

.ncm-404 .card h3 {
	margin: 0 0 10px;
}

.ncm-404 .card p {
	margin: 0 0 24px;
	color: #4b5876;
}

.ncm-404 .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	border: 2px solid #16386b;
	border-radius: 6px;
	background: transparent;
	color: #0f2a54;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

.ncm-404 .btn:hover {
	transform: translateY(-2px);
	background: #e8edf6;
	color: #0f2a54;
}

@media (max-width: 900px) {
	.ncm-404 .grid-3 {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 600px) {
	.ncm-404 .grid-3 {
		grid-template-columns: 1fr;
	}

	.ncm-404 .ncm-404-links {
		padding: 64px 0;
	}
}
.ehf-header #masthead {
  position: sticky;
  top: 0;
  z-index: 200;
}
.main-header.scrolled {
  box-shadow: 0 4px 24px rgba(10, 28, 61, 0.09);
}
.comments-area a, .page-content a{
	text-decoration: none;
}
p {
  margin: 0px;
}
.elementor-widget-html {
  display: flex;
  align-items: center;
}
.wrap-balance{
	  text-wrap: balance;
}
.btn-hover-shadow .elementor-button:hover {
  box-shadow: 0 2px 4px rgba(10, 28, 61, 0.05),
              0 14px 28px rgba(10, 28, 61, 0.12);
}

/*
 * Scroll reveal animation.
 *
 * Add `reveal` to an Elementor element's Advanced > CSS Classes field.
 * Add an optional delay class such as `delay-50`, `delay-200`, or `delay-500`.
 */
.ncm-reveal-enabled .reveal {
	opacity: 0;
	transform: translateY(13px);
	transition:
		opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1),
		transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
	transition-delay: var(--ncm-reveal-delay, 0ms);
	will-change: opacity, transform;
}

.ncm-reveal-enabled .reveal.reveal-visible {
	opacity: 1;
	transform: none;
	will-change: auto;
}

/* Keep widgets visible while editing in Elementor. */
.elementor-editor-active .reveal {
	opacity: 1 !important;
	transform: none !important;
	transition: none !important;
}

@media (prefers-reduced-motion: reduce) {
	.ncm-reveal-enabled .reveal {
		opacity: 1;
		transform: none;
		transition: none;
	}
}

/* NCM Newsletter Elementor widget. */
.ncm-newsletter-widget .signup-form {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}

.ncm-newsletter-widget .signup-form input[type="email"] {
	flex: 1 1 260px;
	min-width: 260px;
	padding: 13px 16px;
	border: 1px solid #dfe4ee;
	border-radius: 6px;
	background: #fff;
	color: #16213a;
	font-size: 0.95rem;
	max-width: 260px;
}

.ncm-newsletter-widget .signup-form input[type="email"]:focus {
	outline: none;
	border-color: #1e4785;
	box-shadow: 0 0 0 3px rgba(30, 71, 133, 0.15);
}

.ncm-newsletter-widget .signup-form .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width:132px;
	padding: 14px 28px;
	border: 2px solid transparent;
	border-radius: 6px;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	cursor: pointer;
	white-space: nowrap;
	transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.2s ease;
}

.ncm-newsletter-widget .signup-form .btn-navy {
	background: #0f2a54;
	color: #fff;
}

.ncm-newsletter-widget .signup-form .btn-navy:hover:not(:disabled) {
	background: #0a1c3d;
	transform: translateY(-2px);
	box-shadow: 0 2px 4px rgba(10, 28, 61, 0.05), 0 14px 28px rgba(10, 28, 61, 0.12);
}

.ncm-newsletter-widget .signup-form .btn:active:not(:disabled) {
	transform: translateY(0) scale(0.98);
}

.ncm-newsletter-widget .signup-form .btn:disabled {
	cursor: wait;
	opacity: 0.7;
}

.ncm-newsletter-widget .form-success,
.ncm-newsletter-widget .form-error {
	display: none;
	padding: 16px 18px;
	border-radius: 6px;
	margin-top: 18px;
	font-weight: 600;
}

.ncm-newsletter-widget .form-success {
	background: #e8edf6;
	border: 1px solid #1e4785;
	color: #0a1c3d;
}

.ncm-newsletter-widget .form-error {
	background: #fbe9ea;
	border: 1px solid #b0242f;
	color: #8f1c26;
}

.ncm-newsletter-widget .form-success.show,
.ncm-newsletter-widget .form-error.show {
	display: block;
}

.ncm-newsletter-widget .hp-field {
	position: absolute !important;
	left: -9999px !important;
	top: -9999px !important;
}

@media (max-width: 480px) {
	.ncm-newsletter-widget .signup-form input[type="email"],
	.ncm-newsletter-widget .signup-form .btn {
		width: 100%;
		min-width: 0;
	}
}

/* NCM Navigation Elementor widget. */
.main-nav {
	flex: 1;
}

.main-nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.main-nav > ul {
	display: flex;
	align-items: center;
	gap: 6px;
}

.main-nav > ul > li > a,
.main-nav .dropdown-toggle {
	display: flex;
	align-items: center;
	gap: 4px;
	padding: 10px 14px;
	border: 0;
	border-radius: 6px;
	background: none;
	color: #0a1c3d;
	font-size: 0.95rem;
	font-weight: 600;
	line-height: 1.5;
	text-decoration: none;
	cursor: pointer;
}

.main-nav > ul > li > a:hover,
.main-nav .dropdown-toggle:hover {
	background: #e8edf6;
}

.main-nav .caret {
	font-size: 0.7em;
}

.main-nav .has-dropdown {
	position: relative;
}

.main-nav .dropdown {
	position: absolute;
	z-index: 1000;
	top: calc(100% + 8px);
	left: 0;
	min-width: 220px;
	padding: 8px;
	border: 1px solid #dfe4ee;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 4px 8px rgba(10, 28, 61, 0.06), 0 26px 56px rgba(10, 28, 61, 0.16);
	opacity: 0;
	visibility: hidden;
	transform: translateY(6px);
	transition: opacity 0.15s ease, transform 0.15s ease, visibility 0.15s;
}

.main-nav .has-dropdown:hover .dropdown,
.main-nav .has-dropdown:focus-within .dropdown {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.main-nav .dropdown li a {
	display: block;
	padding: 10px 12px;
	border-radius: 6px;
	color: #16213a;
	font-size: 0.92rem;
	font-weight: 500;
	line-height: 1.5;
	text-decoration: none;
}

.main-nav .dropdown li a:hover {
	background: #e8edf6;
	color: #0a1c3d;
}

.main-nav .dropdown-divider {
	margin-top: 6px;
	padding-top: 6px;
	border-top: 1px solid #dfe4ee;
}

.main-nav .dropdown-divider a {
	color: #b0242f;
	font-weight: 700;
}

.nav-toggle {
	display: none;
	flex-direction: column;
	justify-content: center;
	gap: 5px;
	width: 44px;
	height: 44px;
	padding: 0;
	border: 0;
	background: none;
	cursor: pointer;
	flex-shrink: 0;
}

.nav-toggle span {
	display: block;
	width: 100%;
	height: 2px;
	border-radius: 2px;
	background: #0a1c3d;
}

@media (max-width: 980px) {
	.main-nav {
		position: fixed;
		z-index: 999;
		inset: 68px 0 0;
		padding: 20px 16px;
		background: #fff;
		overflow-y: auto;
		transform: translateX(100%);
		transition: transform 0.32s cubic-bezier(0.16, 1, 0.3, 1);
	}

	.main-nav.open {
		transform: translateX(0);
	}

	.main-nav > ul {
		flex-direction: column;
		align-items: stretch;
		gap: 4px;
	}

	.main-nav > ul > li > a,
	.main-nav .dropdown-toggle {
		width: 100%;
		min-height: 48px;
		padding: 14px 16px;
		font-size: 1.02rem;
		text-align: left;
	}

	.main-nav > ul > li {
		opacity: 0;
		transform: translateX(14px);
		transition: opacity 0.35s ease, transform 0.35s ease;
	}

	.main-nav.open > ul > li {
		opacity: 1;
		transform: none;
	}

	.main-nav.open > ul > li:nth-child(1) { transition-delay: 0.05s; }
	.main-nav.open > ul > li:nth-child(2) { transition-delay: 0.09s; }
	.main-nav.open > ul > li:nth-child(3) { transition-delay: 0.13s; }
	.main-nav.open > ul > li:nth-child(4) { transition-delay: 0.17s; }
	.main-nav.open > ul > li:nth-child(5) { transition-delay: 0.21s; }

	.main-nav .dropdown {
		position: static;
		display: none;
		padding-left: 12px;
		border: 0;
		box-shadow: none;
		opacity: 1;
		visibility: visible;
		transform: none;
	}

	.main-nav .dropdown li a {
		display: flex;
		align-items: center;
		min-height: 44px;
		padding: 12px;
	}

	.main-nav .has-dropdown.open .dropdown {
		display: block;
	}

	.nav-toggle {
		display: flex;
	}
}

/* NCM calculator Elementor widgets. */
.ncm-calculator {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
	align-items: start;
}

.ncm-calculator .card {
	padding: 32px;
	border: 1px solid #dfe4ee;
	border-radius: 12px;
	background: #fff;
	box-shadow: 0 1px 2px rgba(10, 28, 61, 0.05), 0 1px 1px rgba(10, 28, 61, 0.04);
	transition: box-shadow 0.35s cubic-bezier(0.22, 1, 0.36, 1), transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}

.ncm-calculator .card:hover {
	transform: translateY(-4px);
	box-shadow: 0 2px 4px rgba(10, 28, 61, 0.05), 0 14px 28px rgba(10, 28, 61, 0.12);
}

.ncm-calculator .card h3 {
	margin: 0 0 10px;
}

.ncm-calculator .field,
.ncm-contact-form .field {
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.ncm-calculator .field label,
.ncm-contact-form .field label {
	color: #0a1c3d;
	font-size: 0.85rem;
	font-weight: 700;
}

.ncm-calculator .field input,
.ncm-calculator .field select,
.ncm-contact-form .field input,
.ncm-contact-form .field select,
.ncm-contact-form .field textarea {
	width: 100%;
	padding: 12px 14px;
	border: 1px solid #dfe4ee;
	border-radius: 6px;
	background: #fff;
	color: #16213a;
	font: inherit;
	font-size: 0.95rem;
}

.ncm-calculator .field input:focus,
.ncm-calculator .field select:focus,
.ncm-contact-form .field input:focus,
.ncm-contact-form .field select:focus,
.ncm-contact-form .field textarea:focus {
	outline: none;
	border-color: #1e4785;
	box-shadow: 0 0 0 3px rgba(30, 71, 133, 0.15);
}

.ncm-calculator .range-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.ncm-calculator .range-row output {
	color: #0f2a54;
	font-weight: 700;
}

.ncm-calculator input[type="range"] {
	width: 100%;
	accent-color: #b0242f;
}

.ncm-calculator .calc-result {
	position: sticky;
	top: 100px;
	padding: 36px;
	border-radius: 20px;
	background: #0a1c3d;
	color: #fff;
}

.ncm-calculator .eyebrow-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 4px;
}

.ncm-calculator .eyebrow-row svg {
	width: 20px;
	height: 20px;
	color: #d4a72c;
	flex-shrink: 0;
}

.ncm-calculator .eyebrow {
	margin: 0;
	color: #d4a72c;
	display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ncm-calculator .amount {
	margin: 6px 0 24px;
	color: #d4a72c;
	font-family: Lora, Georgia, "Times New Roman", serif;
	font-size: 2.6rem;
	font-variant-numeric: tabular-nums;
	line-height: 1.6;
}

.ncm-calculator .calc-breakdown {
	display: flex;
	flex-direction: column;
	gap: 10px;
	font-variant-numeric: tabular-nums;
}

.ncm-calculator .calc-breakdown > div {
	display: flex;
	justify-content: space-between;
	gap: 20px;
	padding: 8px 0;
	border-bottom: 1px solid rgba(255, 255, 255, 0.12);
	font-size: 0.92rem;
}

.ncm-calculator .calc-breakdown span:last-child {
	font-weight: 700;
	white-space: nowrap;
}

.ncm-calculator .btn,
.ncm-contact-form .btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	padding: 14px 28px;
	border: 2px solid transparent;
	border-radius: 6px;
	font: inherit;
	font-size: 0.95rem;
	font-weight: 700;
	line-height: 1;
	text-decoration: none;
	cursor: pointer;
	white-space: nowrap;
	transition: transform 0.3s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1), background 0.2s ease;
}

.ncm-calculator .btn-primary,
.ncm-contact-form .btn-primary {
	background: #b0242f;
	color: #fff;
}

.ncm-calculator .btn-primary:hover,
.ncm-contact-form .btn-primary:hover:not(:disabled) {
	transform: translateY(-2px);
	background: #8f1c26;
	color: #fff;
	box-shadow: 0 2px 4px rgba(10, 28, 61, 0.05), 0 14px 28px rgba(10, 28, 61, 0.12);
}

.ncm-calculator .btn-block,
.ncm-contact-form .btn-block {
	width: 100%;
}

@media (max-width: 860px) {
	.ncm-calculator {
		grid-template-columns: 1fr;
	}

	.ncm-calculator .calc-result {
		position: static;
	}
}

/* NCM Contact Form Elementor widget. */
.ncm-contact-form .form-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 18px;
}

.ncm-contact-form .field.full {
	grid-column: 1 / -1;
}

.ncm-contact-form .btn:disabled {
	cursor: wait;
	opacity: 0.7;
}

.ncm-contact-form .form-success,
.ncm-contact-form .form-error {
	display: none;
	padding: 16px 18px;
	margin-top: 18px;
	border-radius: 6px;
	font-weight: 600;
}

.ncm-contact-form .form-success {
	border: 1px solid #1e4785;
	background: #e8edf6;
	color: #0a1c3d;
}

.ncm-contact-form .form-error {
	border: 1px solid #b0242f;
	background: #fbe9ea;
	color: #8f1c26;
}

.ncm-contact-form .form-success.show,
.ncm-contact-form .form-error.show {
	display: block;
}

.ncm-contact-form .form-note {
	margin-top: 14px;
	color: #4b5876;
	font-size: 0.82rem;
}

.ncm-contact-form .hp-field {
	position: absolute !important;
	top: -9999px !important;
	left: -9999px !important;
}

@media (max-width: 640px) {
	.ncm-contact-form .form-grid {
		grid-template-columns: 1fr;
	}

	.ncm-contact-form .field.full {
		grid-column: auto;
	}
}

/* Comparison table */
.ncm-compare-scroll {
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.ncm-compare-table {
  width: 100%;
  min-width: 620px;
  border-collapse: separate;
  border-spacing: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dfe4ee;
  border-radius: 12px;
  box-shadow:
    0 1px 2px rgba(10, 28, 61, 0.05),
    0 1px 1px rgba(10, 28, 61, 0.04);
  font-family: "Inter", sans-serif;
  font-size: 0.95rem;
  font-variant-numeric: tabular-nums;
  font-feature-settings: "tnum" 1;
}

.ncm-compare-table th,
.ncm-compare-table td {
  padding: 16px 20px;
  text-align: left;
  vertical-align: middle;
  border-bottom: 1px solid #dfe4ee;
  line-height: 1.5;
}

.ncm-compare-table thead th {
  background: #0a1c3d;
  color: #fff;
  font-weight: 700;
  letter-spacing: -0.01em;
}

.ncm-compare-table thead th.highlight-col {
  background: #fbe9ea;
  color: #8f1c26;
}

.ncm-compare-table tbody td {
  color: #16213a;
  background: #fff;
}

.ncm-compare-table tbody td.highlight-col {
  background: #fbe9ea;
  font-weight: 700;
}

.ncm-compare-table tbody td.yes {
  color: #1e7f4c;
}

.ncm-compare-table tbody td.no {
  color: #4b5876;
}

.ncm-compare-table tbody tr:last-child td {
  border-bottom: 0;
}

.table-scroll-hint {
  display: none !important;
}
.shadow-md-hover:hover{
	  box-shadow: 0 2px 4px rgba(10, 28, 61, 0.05), 0 14px 28px rgba(10, 28, 61, 0.12);
}
.translatey-4:hover{
	  transform: translateY(-4px) !important;
}
.icon-hover{
	transition:300ms;
}
.icon{
	transition:300ms;
}
.icon-hover:hover .icon {
  background: red;
  transform: translateY(-2px) scale(1.04);
  background: linear-gradient(155deg, #0f2a54, #1e4785);
  border-color: transparent;
  color: #fff;
}
.icon-hover:hover .icon svg {
  stroke: #fff;
}
.page-hero:before{
	content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(circle, rgba(10,28,61,0.09) 1.4px, transparent 1.4px);
  background-size: 26px 26px;
  -webkit-mask-image: radial-gradient(ellipse 60% 100% at 50% 0%, #000 40%, transparent 90%);
  mask-image: radial-gradient(ellipse 60% 100% at 50% 0%, #000 40%, transparent 90%);
  pointer-events: none;
}

.program-row {
  transition: 300ms;
}
.program-row:hover {
  padding-left: 14px !important;
}
.program-row:hover .program-row-arrow {
  transform: translateX(4px);
  
}
.program-row:hover .program-row-arrow .elementor-heading-title{
color: #b0242f !important;
}

@media (max-width: 700px) {
  .ncm-compare-scroll {
    margin: 0 ;
    padding: 0;
    width: 100%;
    -webkit-mask-image: linear-gradient(
      90deg,
      #000 92%,
      transparent
    );
    mask-image: linear-gradient(
      90deg,
      #000 92%,
      transparent
    );
  }

  .table-scroll-hint {
    display: flex !important;
  }
}
