@import url("https://fonts.googleapis.com/css2?family=Geist:wght@300;400;500;600;700&display=swap");

.dlyte-page {
	background: #f4f2ec;
	color: #0d2530;
	font-family: "Geist", "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1.6;
	width: 100%;
	margin: 0;
	--dlyte-green: #00a870;
	--dlyte-dark: #0b1b23;
	--brand-blue: var(--threeds-accent, #2f3cff);
}

.dlyte-page * {
	box-sizing: border-box;
}

.dlyte-container {
	width: min(1200px, 92%);
	margin: 0 auto;
}

.dlyte-eyebrow {
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-size: 0.75rem;
	color: rgba(13, 37, 48, 0.55);
	margin-bottom: 12px;
}

.dlyte-page h1,
.dlyte-page h2,
.dlyte-page h3 {
	font-weight: 600;
	letter-spacing: -0.02em;
	margin: 0 0 14px;
}

.dlyte-page h1 {
	font-size: clamp(2.2rem, 3vw, 3.1rem);
}

.dlyte-lead {
	font-size: 1.05rem;
	color: #2a3b45;
	margin-bottom: 24px;
}

.dlyte-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 12px 24px;
	border-radius: 999px;
	font-weight: 600;
	text-decoration: none;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.dlyte-btn-primary {
	background: var(--dlyte-green);
	color: #f4fffb;
	box-shadow: 0 12px 24px rgba(0, 168, 112, 0.25);
}

.dlyte-btn-light {
	border: 1px solid rgba(13, 37, 48, 0.2);
	background: rgba(255, 255, 255, 0.9);
	color: #0d2530;
}

.dlyte-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 14px 26px rgba(6, 24, 32, 0.18);
}

.dlyte-hero {
	padding: 110px 0 90px;
	position: relative;
	overflow: hidden;
	background: radial-gradient(circle at 10% 20%, rgba(0, 168, 112, 0.18), transparent 45%),
		radial-gradient(circle at 90% 10%, rgba(49, 120, 155, 0.18), transparent 45%),
		linear-gradient(180deg, #f6f5f0 0%, #eef2f0 100%);
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

.dlyte-hero-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 48px;
	align-items: center;
}

.dlyte-hero-frame {
	background: #ffffff;
	border-radius: 28px;
	padding: 28px;
	border: 1px solid rgba(13, 37, 48, 0.08);
	box-shadow: 0 18px 40px rgba(12, 35, 46, 0.12);
}

.dlyte-hero-frame img {
	width: 100%;
	height: 360px;
	object-fit: contain;
}

.dlyte-cta {
	display: flex;
	gap: 14px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.dlyte-metrics {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 16px;
}

.dlyte-metric {
	background: rgba(255, 255, 255, 0.8);
	border-radius: 16px;
	padding: 14px 16px;
	border: 1px solid rgba(13, 37, 48, 0.08);
}

.dlyte-metric strong {
	display: block;
	font-size: 0.95rem;
	margin-bottom: 4px;
}

.dlyte-metric span {
	font-size: 0.85rem;
	color: #4a5a63;
}

.dlyte-section {
	padding: 80px 0;
	background: #f4f2ec;
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

.dlyte-section-alt {
	background: #ffffff;
}

.dlyte-version-models {
	padding: 90px 0 110px;
	background: radial-gradient(circle at 20% 20%, #ecf4ff 0%, transparent 55%),
		radial-gradient(circle at 80% 0%, #e7f8f1 0%, transparent 50%),
		#f5f7f4;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	--brand-blue: var(--threeds-accent, #2f3cff);
}

.dlyte-version-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 26px;
}

.dlyte-version-card {
	background: #ffffff;
	border-radius: 24px;
	padding: 28px;
	box-shadow: 0 20px 40px rgba(14, 33, 44, 0.12);
	display: grid;
	gap: 12px;
}

.dlyte-version-card.featured {
	background: #0d2530;
	color: #e7f5f2;
	transform: translateY(-6px);
}

.dlyte-version-card.featured h3,
.dlyte-version-card.featured p {
	color: #e7f5f2;
}

.dlyte-version-meta {
	font-size: 0.9rem;
	color: #5a6b75;
}

.dlyte-version-card.featured .dlyte-version-meta {
	color: rgba(231, 245, 242, 0.8);
}

.dlyte-version-models .dlyte-btn-primary {
	background: var(--brand-blue);
	color: #f5fbff;
	box-shadow: 0 10px 20px rgba(25, 40, 160, 0.2);
}

.dlyte-video {
	padding: 0;
	background: #0b1114;
	color: #f2fbff;
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

.dlyte-video .dlyte-section-head,
.dlyte-video .dlyte-eyebrow {
	color: #f2fbff;
}

.dlyte-video h2 {
	color: #132d3a;
}

.dlyte-video-wrap {
	width: 100%;
	margin-top: 0;
	position: relative;
	overflow: hidden;
}

.dlyte-video-frame {
	width: 100%;
	height: 70vh;
	display: block;
	object-fit: cover;
	border-radius: 0;
	cursor: pointer;
}

.dlyte-video-overlay {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	pointer-events: none;
	background: linear-gradient(180deg, rgba(7, 12, 15, 0.75) 0%, rgba(7, 12, 15, 0.35) 35%, rgba(7, 12, 15, 0) 60%);
}

.dlyte-video-overlay .dlyte-section-head {
	max-width: 680px;
	margin: 0;
	padding: 0;
}

.dlyte-section-head {
	max-width: 760px;
	margin-bottom: 36px;
}

.dlyte-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 20px;
}

.dlyte-grid-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.dlyte-card {
	background: #ffffff;
	border-radius: 20px;
	padding: 22px;
	border: 1px solid rgba(13, 37, 48, 0.08);
	box-shadow: 0 12px 26px rgba(12, 35, 46, 0.08);
}

.dlyte-card-icon {
	padding-top: 62px;
	position: relative;
}

.dlyte-card-icon::before {
	content: "";
	position: absolute;
	top: 22px;
	left: 22px;
	width: 34px;
	height: 34px;
	border-radius: 12px;
	background: rgba(0, 168, 112, 0.12);
	border: 1px solid rgba(0, 168, 112, 0.2);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 18px 18px;
}

.dlyte-icon-mirror::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300a870' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='9'/%3E%3Cpath d='M8 12h8'/%3E%3Cpath d='M12 8v8'/%3E%3C/svg%3E");
}

.dlyte-icon-shield::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300a870' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l7 4v6c0 5-3.5 9-7 10-3.5-1-7-5-7-10V6l7-4z'/%3E%3Cpath d='M9.5 12.5l2 2 4-4'/%3E%3C/svg%3E");
}

.dlyte-icon-target::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300a870' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='7'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3Cpath d='M12 2v3'/%3E%3Cpath d='M12 19v3'/%3E%3Cpath d='M2 12h3'/%3E%3Cpath d='M19 12h3'/%3E%3C/svg%3E");
}

.dlyte-icon-atom::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300a870' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='1'/%3E%3Cpath d='M20.2 20.2c-3.9 3.9-12.5 1.7-12.5-5.7S16.3 3.9 20.2 7.8'/%3E%3Cpath d='M3.8 3.8c3.9-3.9 12.5-1.7 12.5 5.7S7.7 20.1 3.8 16.2'/%3E%3C/svg%3E");
}

.dlyte-icon-timer::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300a870' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='13' r='8'/%3E%3Cpath d='M12 9v4l2.5 2'/%3E%3Cpath d='M9 2h6'/%3E%3Cpath d='M16 5l1.8-1.8'/%3E%3Cpath d='M8 5L6.2 3.2'/%3E%3C/svg%3E");
}

.dlyte-icon-drop::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300a870' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2c3 4 6 7 6 11a6 6 0 0 1-12 0c0-4 3-7 6-11z'/%3E%3Cpath d='M9 14h6'/%3E%3C/svg%3E");
}

.dlyte-icon-chart::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300a870' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 3v18h18'/%3E%3Cpath d='M7 14l3-3 3 2 4-5'/%3E%3C/svg%3E");
}

.dlyte-icon-shield-check::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300a870' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 2l7 4v6c0 5-3.5 9-7 10-3.5-1-7-5-7-10V6l7-4z'/%3E%3Cpath d='M9.5 12.5l2 2 4-4'/%3E%3C/svg%3E");
}

.dlyte-icon-lowfreq::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300a870' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12c3-6 15-6 18 0'/%3E%3Cpath d='M6 12c2-3 10-3 12 0'/%3E%3Cpath d='M9 12c1-1.5 5-1.5 6 0'/%3E%3Ccircle cx='12' cy='12' r='1'/%3E%3C/svg%3E");
}

.dlyte-icon-highfreq::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300a870' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M3 12c2.5-4.5 15.5-4.5 18 0'/%3E%3Cpath d='M6 9c2-2.5 10-2.5 12 0'/%3E%3Cpath d='M6 15c2 2.5 10 2.5 12 0'/%3E%3Ccircle cx='12' cy='12' r='1'/%3E%3C/svg%3E");
}

.dlyte-icon-dual::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300a870' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 8c2-3 14-3 16 0'/%3E%3Cpath d='M4 16c2 3 14 3 16 0'/%3E%3Ccircle cx='12' cy='12' r='1'/%3E%3C/svg%3E");
}

.dlyte-icon-desktop::before {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300a870' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='12' rx='2'/%3E%3Cpath d='M8 20h8'/%3E%3Cpath d='M12 16v4'/%3E%3C/svg%3E");
}

.dlyte-card h3 {
	font-size: 1.05rem;
}

.dlyte-card-media {
	margin: 12px 0 14px;
	aspect-ratio: 16 / 10;
	border-radius: 16px;
	border: 1px dashed rgba(13, 37, 48, 0.18);
	background: radial-gradient(circle at 30% 25%, rgba(0, 168, 112, 0.14), transparent 55%),
		radial-gradient(circle at 80% 10%, rgba(49, 120, 155, 0.12), transparent 50%),
		#ffffff;
	display: grid;
	place-items: center;
	padding: 14px;
	color: rgba(13, 37, 48, 0.55);
	font-weight: 600;
	font-size: 0.9rem;
	text-align: center;
}

.dlyte-card-media span {
	display: inline-flex;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(13, 37, 48, 0.08);
}

.dlyte-card-media.has-image {
	background: #ffffff;
	border-style: solid;
	border-color: rgba(13, 37, 48, 0.12);
	padding: 0;
	overflow: hidden;
}

.dlyte-card-media.has-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.dlyte-list {
	list-style: none;
	padding: 0;
	margin: 0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 14px;
}

.dlyte-list li {
	background: #ffffff;
	border-radius: 16px;
	padding: 14px 18px 14px 46px;
	border: 1px solid rgba(13, 37, 48, 0.08);
	position: relative;
}

.dlyte-list li::before {
	content: "✓";
	position: absolute;
	left: 18px;
	top: 50%;
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(0, 168, 112, 0.12);
	color: var(--dlyte-green);
	display: grid;
	place-items: center;
	font-weight: 700;
	font-size: 0.8rem;
}

.dlyte-app-grid {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 18px;
}

.dlyte-app-card {
	display: flex;
	flex-direction: column;
	gap: 14px;
}

.dlyte-app-pill {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	padding: 12px 16px;
	border-radius: 999px;
	background: #ffffff;
	border: 1px solid rgba(13, 37, 48, 0.1);
	box-shadow: 0 10px 20px rgba(12, 35, 46, 0.08);
	font-weight: 600;
	color: #0d2530;
}

.dlyte-app-check {
	width: 18px;
	height: 18px;
	border-radius: 999px;
	background: rgba(0, 168, 112, 0.12);
	border: 1px solid rgba(0, 168, 112, 0.2);
	position: relative;
	flex: none;
}

.dlyte-app-check::after {
	content: "";
	position: absolute;
	left: 5px;
	top: 6px;
	width: 8px;
	height: 4px;
	border-left: 2px solid var(--dlyte-green);
	border-bottom: 2px solid var(--dlyte-green);
	transform: rotate(-45deg);
}

.dlyte-app-media {
	aspect-ratio: 16 / 10;
	border-radius: 18px;
	border: 1px dashed rgba(13, 37, 48, 0.2);
	background: radial-gradient(circle at 30% 25%, rgba(0, 168, 112, 0.14), transparent 55%),
		radial-gradient(circle at 80% 10%, rgba(49, 120, 155, 0.12), transparent 50%),
		#ffffff;
	display: grid;
	place-items: center;
	padding: 14px;
	color: rgba(13, 37, 48, 0.55);
	font-weight: 600;
	font-size: 0.9rem;
	text-align: center;
}

.dlyte-app-media span {
	display: inline-flex;
	padding: 10px 14px;
	border-radius: 999px;
	background: rgba(255, 255, 255, 0.75);
	border: 1px solid rgba(13, 37, 48, 0.08);
}

.dlyte-app-media.has-image {
	background: #ffffff;
	border-style: solid;
	border-color: rgba(13, 37, 48, 0.12);
	padding: 0;
	overflow: hidden;
}

.dlyte-app-media.has-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.dlyte-systems-table {
	display: grid;
	grid-template-columns: repeat(5, minmax(0, 1fr));
	gap: 44px;
	align-items: start;
	margin-top: 12px;
}

.dlyte-system-col {
	text-align: center;
}

.dlyte-system-col img {
	width: 100%;
	max-width: 140px;
	height: 120px;
	object-fit: contain;
	margin: 0 auto 14px;
	display: block;
	filter: drop-shadow(0 10px 18px rgba(12, 35, 46, 0.12));
}

.dlyte-system-col h3 {
	font-size: 1.05rem;
	font-style: italic;
	margin-bottom: 14px;
}

.dlyte-system-caps {
	display: grid;
	gap: 14px;
	justify-items: center;
	margin-bottom: 22px;
	color: rgba(13, 37, 48, 0.68);
	font-size: 0.92rem;
}

.dlyte-cap {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	min-height: 22px;
}

.dlyte-cap-empty {
	opacity: 0.45;
	letter-spacing: 0.12em;
}

.dlyte-cap-icon {
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	opacity: 0.75;
	flex: none;
}

.dlyte-cap-icon-rpd {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300a870' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 14c2-4 14-4 16 0'/%3E%3Cpath d='M7 14v4'/%3E%3Cpath d='M17 14v4'/%3E%3Cpath d='M9 16h6'/%3E%3C/svg%3E");
}

.dlyte-cap-icon-crown {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300a870' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 9l3 3 4-6 4 6 3-3v8H5V9z'/%3E%3Cpath d='M7 19h10'/%3E%3C/svg%3E");
}

.dlyte-cap-icon-bar {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300a870' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M4 12h16'/%3E%3Cpath d='M7 9v6'/%3E%3Cpath d='M17 9v6'/%3E%3C/svg%3E");
}

.dlyte-system-links {
	display: grid;
	gap: 14px;
	justify-items: center;
	font-size: 0.9rem;
}

.dlyte-download-link {
	color: var(--dlyte-green);
	text-decoration: none;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-weight: 600;
	border-bottom: 1px solid rgba(0, 168, 112, 0.35);
	padding-bottom: 3px;
}

.dlyte-download-icon {
	width: 18px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='%2300a870' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M12 3v12'/%3E%3Cpath d='M7 10l5 5 5-5'/%3E%3Cpath d='M5 21h14'/%3E%3C/svg%3E");
}

.dlyte-image-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.dlyte-image-card {
	display: grid;
	gap: 14px;
}

.dlyte-image-card img {
	width: 100%;
	height: 220px;
	object-fit: cover;
	border-radius: 18px;
	box-shadow: 0 12px 24px rgba(12, 35, 46, 0.12);
}

.dlyte-image-card h3 {
	font-size: 1rem;
	margin-bottom: 4px;
}

.dlyte-image-card p {
	margin: 0;
	color: #43535c;
}

.dlyte-contact {
	background: var(--dlyte-dark);
	color: #f2fbff;
	padding: 70px 0;
	width: 100vw;
	margin-left: calc(50% - 50vw);
}

.dlyte-contact .dlyte-eyebrow,
.dlyte-contact p,
.dlyte-contact h2 {
	color: rgba(242, 251, 255, 0.8);
}

.dlyte-contact-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 36px;
	align-items: center;
}

.dlyte-contact-panel {
	background: rgba(255, 255, 255, 0.08);
	border-radius: 22px;
	padding: 24px;
	border: 1px solid rgba(255, 255, 255, 0.12);
}

.dlyte-contact-item {
	margin-bottom: 12px;
}

@media (max-width: 1024px) {
	.dlyte-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dlyte-version-models {
		padding: 80px 0 100px;
	}

	.dlyte-systems-table {
		grid-template-columns: repeat(3, minmax(0, 1fr));
		gap: 34px;
	}

	.dlyte-app-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.dlyte-image-grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 960px) {
	.dlyte-hero-grid,
	.dlyte-contact-grid {
		grid-template-columns: 1fr;
	}

	.dlyte-hero-frame img {
		height: 280px;
	}
}

@media (max-width: 640px) {
	.dlyte-section {
		padding: 60px 0;
	}

	.dlyte-version-models {
		padding: 70px 0 90px;
	}

	.dlyte-systems-table {
		grid-template-columns: repeat(2, minmax(0, 1fr));
		gap: 26px;
	}

	.dlyte-app-grid {
		grid-template-columns: 1fr;
	}

	.dlyte-app-pill {
		width: 100%;
	}

	.dlyte-grid {
		grid-template-columns: 1fr;
	}

	.dlyte-image-grid {
		grid-template-columns: 1fr;
	}

	.dlyte-system-links {
		gap: 10px;
	}
}

@media (max-width: 420px) {
	.dlyte-systems-table {
		grid-template-columns: 1fr;
	}
}
