/* ============================================================
   診療科別ロボット支援手術 - スコープ CSS (.robd)
   テーマ側の #contRight/#cont_sp 配下の広域セレクタ (h3/section/p/table/a等)
   がID優先度で勝つため、該当プロパティは !important で確定させる。
   ============================================================ */

.robd {
	--navy:   #0a1628;
	--blue:   #0e4b8f;
	--accent: #1a8fe3;
	--cyan:   #00c8e0;
	--light:  #e8f4fd;
	--gray:   #6b7a8d;
	--text:   #1a2333;
	--gi:     #e8720c;
	--uro:    #1a6ed8;
	--gyne:   #c94fcf;
	--thor:   #2ebd7a;

	line-height: 1.8;
	color: var(--text);
}

.robd *,
.robd *::before,
.robd *::after {
	box-sizing: border-box;
}

.robd img {
	max-width: 100%;
	height: auto;
	display: block;
}

/* テーマの .page #contRight > article a { color:#1a95d7; text-decoration:underline }
   は ID 優先度で勝つため !important で打ち消す。
   color はここで inherit させない —— `.robd a`(0,1,0,1) は個別クラス
   `.robd-pill-gi`(0,1,0,0) より特異度が高く、!important 同士だと
   こちらが勝って各リンクの色指定を全て潰してしまうため。
   色はリンクごとのクラス側で !important 指定する。 */
.robd a {
	text-decoration: none !important;
}

/* クラスなしリンクが将来追加された場合のフォールバック */
.robd a:not([class]) {
	color: inherit !important;
}

/* reset.css の em { font-weight: normal } を打ち消す */
.robd em {
	font-style: normal;
	font-weight: inherit;
}

/* SP テーマの .page article h4::before { content:"●" } が
   カード見出しの先頭に黒丸を差し込むため消す */
.robd h3::before,
.robd h3::after,
.robd h4::before,
.robd h4::after {
	content: none !important;
	display: none !important;
}

/* ===== SECTION =====
   center-robot と同じく左右 padding は持たせず、コンテンツ幅は
   #contRight / #cont_sp いっぱいに取る。色の付いたブロック
   （overview / gallery / cta）だけが自前の内側 padding を持つ。 */
.robd-section {
	padding: 40px 0 !important;
	margin: 0 !important;
	line-height: inherit !important;
	width: auto !important;
}

.robd-section + .robd-section {
	border-top: 1px solid #e0e4e8;
}

.robd-section > *:last-child {
	margin-bottom: 0 !important;
}

.robd-label {
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.14em;
	text-transform: uppercase;
	margin-bottom: 8px;
	line-height: 1.5 !important;
}

.robd-title {
	font-size: 20px !important;
	font-weight: 700 !important;
	color: var(--navy) !important;
	line-height: 1.4 !important;
	margin-bottom: 12px !important;
	padding: 0 !important;
	background: none !important;
	height: auto !important;
	word-break: keep-all;
	overflow-wrap: break-word;
}

.robd-divider {
	width: 40px;
	height: 3px;
	border-radius: 2px;
	margin-bottom: 24px;
}

.robd-lead {
	font-size: 14px;
	color: #3a4a5c;
	line-height: 1.9 !important;
	margin-bottom: 24px !important;
}

/* dept color theming */
.robd-gi .robd-label,    .robd-gi .robd-title em    { color: var(--gi); }
.robd-uro .robd-label,   .robd-uro .robd-title em   { color: var(--uro); }
.robd-gyne .robd-label,  .robd-gyne .robd-title em  { color: var(--gyne); }
.robd-thor .robd-label,  .robd-thor .robd-title em  { color: var(--thor); }

.robd-title em,
.robd-overview-title em { font-style: normal; font-weight: 700; }

.robd-gi .robd-divider   { background: linear-gradient(90deg, var(--gi), #f4a44a); }
.robd-uro .robd-divider  { background: linear-gradient(90deg, var(--uro), #64b5f6); }
.robd-gyne .robd-divider { background: linear-gradient(90deg, var(--gyne), #f48fb1); }
.robd-thor .robd-divider { background: linear-gradient(90deg, var(--thor), #80cbc4); }

/* ===== OVERVIEW (hero) ===== */
.robd-overview {
	background: linear-gradient(135deg, #060f1e 0%, #0d2a50 55%, #0a1e3c 100%);
	color: #fff;
	border-radius: 8px;
	padding: 36px 28px;
}

.robd-overview-tag {
	display: inline-block;
	background: rgba(0, 200, 224, 0.15);
	border: 1px solid rgba(0, 200, 224, 0.35);
	color: var(--cyan);
	font-size: 10px;
	font-weight: 700;
	letter-spacing: 0.14em;
	padding: 4px 14px;
	border-radius: 2px;
	margin-bottom: 16px !important;
	text-transform: uppercase;
	line-height: 1.5 !important;
}

.robd-overview-title {
	font-size: 22px !important;
	font-weight: 700 !important;
	color: #fff !important;
	line-height: 1.5 !important;
	margin-bottom: 14px !important;
	padding: 0 !important;
	background: none !important;
	height: auto !important;
}

.robd-overview-title em { font-style: normal; color: var(--cyan); }

.robd-overview-lead {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.68);
	line-height: 1.9 !important;
	margin-bottom: 24px !important;
	max-width: 560px;
}

.robd-dept-pills {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 28px !important;
}

.robd-pill {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 8px 16px;
	border-radius: 24px;
	font-size: 12px;
	font-weight: 500;
	border: 1.5px solid;
}

.robd-pill-gi   { color: var(--gi) !important;   border-color: var(--gi); }
.robd-pill-uro  { color: #5aa9ff !important;     border-color: #5aa9ff; }
.robd-pill-gyne { color: var(--gyne) !important; border-color: var(--gyne); }
.robd-pill-thor { color: var(--thor) !important; border-color: var(--thor); }

.robd-stats-box {
	display: flex;
	gap: 16px;
	flex-wrap: wrap;
	padding-top: 20px;
	border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.robd-h-stat { flex: 1; min-width: 90px; text-align: center; }

.robd-h-stat-num {
	font-size: 26px;
	font-weight: 700;
	line-height: 1;
}

.robd-h-stat-num span { font-size: 12px; font-weight: 400; }

.robd-h-stat-num.c-gi   { color: var(--gi); }
.robd-h-stat-num.c-uro  { color: var(--uro); }
.robd-h-stat-num.c-gyne { color: var(--gyne); }
.robd-h-stat-num.c-thor { color: var(--thor); }

.robd-h-stat-label {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.55);
	margin-top: 4px;
	line-height: 1.4 !important;
}

/* ===== DEPT BANNER ===== */
.robd-dept-banner {
	display: flex;
	align-items: center;
	gap: 16px;
	margin-bottom: 32px !important;
	padding: 20px 24px;
	border-radius: 10px;
	border-left: 5px solid;
}

.robd-gi   .robd-dept-banner { background: rgba(232, 114, 12, 0.07); border-color: var(--gi); }
.robd-uro  .robd-dept-banner { background: rgba(26, 110, 216, 0.07); border-color: var(--uro); }
.robd-gyne .robd-dept-banner { background: rgba(201, 79, 207, 0.07); border-color: var(--gyne); }
.robd-thor .robd-dept-banner { background: rgba(46, 189, 122, 0.07); border-color: var(--thor); }

.robd-banner-icon { font-size: 28px; flex-shrink: 0; line-height: 1 !important; }

.robd-banner-text h3 {
	font-size: 14px !important;
	font-weight: 700 !important;
	color: var(--navy) !important;
	margin-bottom: 4px !important;
	padding: 0 !important;
	background: none !important;
	height: auto !important;
}

.robd-banner-text p {
	font-size: 12px !important;
	color: var(--gray) !important;
	line-height: 1.6 !important;
	margin: 0 !important;
}

/* ===== TECH CARDS ===== */
.robd-tech-grid {
	display: grid;
	grid-template-columns: 1fr;
	gap: 16px;
	margin-bottom: 0 !important;
}

.robd-tech-card {
	background: #fff;
	border-radius: 8px;
	padding: 20px;
	box-shadow: 0 2px 12px rgba(10, 22, 40, 0.07);
	border-top: 4px solid;
}

.robd-gi   .robd-tech-card { border-color: var(--gi); }
.robd-uro  .robd-tech-card { border-color: var(--uro); }
.robd-gyne .robd-tech-card { border-color: var(--gyne); }
.robd-thor .robd-tech-card { border-color: var(--thor); }

.robd-tech-card h4 {
	font-size: 14px !important;
	font-weight: 700 !important;
	color: var(--navy) !important;
	line-height: 1.5 !important;
	margin: 0 0 10px !important;
	padding: 0 0 10px !important;
	border-bottom: 1px solid var(--light) !important;
	background: none !important;
	height: auto !important;
}

.robd-tech-card > strong {
	display: block;
	margin-bottom: 8px;
	font-size: 13px;
}

.robd-gi   .robd-tech-card > strong { color: var(--gi); }
.robd-uro  .robd-tech-card > strong { color: var(--uro); }
.robd-gyne .robd-tech-card > strong { color: var(--gyne); }
.robd-thor .robd-tech-card > strong { color: var(--thor); }

.robd-tech-card p {
	font-size: 13px !important;
	color: #3a4a5c !important;
	line-height: 1.85 !important;
	margin: 0 !important;
}

/* ===== RECOVERY TIMELINE ===== */
.robd-timeline-title {
	font-size: 14px !important;
	font-weight: 700 !important;
	color: var(--navy) !important;
	line-height: 1.5 !important;
	margin: 36px 0 0 !important;
	padding: 0 !important;
	border-bottom: none !important;
	background: none !important;
	height: auto !important;
}

.robd-timeline {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
	margin: 20px 0 0 !important;
	position: relative;
}

.robd-tl-step {
	flex: 1;
	min-width: 90px;
	text-align: center;
	position: relative;
}

.robd-tl-dot {
	width: 52px;
	height: 52px;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.25;
	color: #fff;
	margin: 0 auto 10px;
}

.robd-tl-label {
	font-size: 11px !important;
	font-weight: 700 !important;
	color: var(--navy) !important;
	line-height: 1.5 !important;
	margin: 0 0 4px !important;
}

.robd-tl-val {
	font-size: 11px !important;
	color: var(--gray) !important;
	line-height: 1.5 !important;
}

/* ===== RISK BOX ===== */
.robd-risk-box {
	margin-top: 32px !important;
	font-size: 12px;
	color: var(--gray);
	border-left: 3px solid;
	padding: 18px 18px 18px 20px;
	border-radius: 0 8px 8px 0;
	background: rgba(10, 22, 40, 0.025);
	line-height: 1.8 !important;
}

.robd-gi   .robd-risk-box { border-color: var(--gi); }
.robd-uro  .robd-risk-box { border-color: var(--uro); }
.robd-gyne .robd-risk-box { border-color: var(--gyne); }
.robd-thor .robd-risk-box { border-color: var(--thor); }

.robd-risk-box strong.robd-risk-heading {
	color: var(--navy);
	display: block;
	margin-bottom: 10px;
	font-size: 13px;
}

.robd-risk-box p {
	margin: 0 0 6px !important;
	font-size: 12px !important;
	line-height: 1.8 !important;
	color: var(--gray) !important;
}

.robd-risk-box p:last-child { margin-bottom: 0 !important; }

.robd-risk-box strong { color: var(--navy); }

/* ===== CLINICAL DATA TABLE (urology) ===== */
.robd-info-box {
	margin-top: 32px !important;
	background: var(--light);
	padding: 20px;
	border-radius: 10px;
}

.robd-info-box h4 {
	color: var(--navy) !important;
	margin: 0 0 14px !important;
	font-weight: 700 !important;
	font-size: 13px !important;
	line-height: 1.5 !important;
	padding: 0 !important;
	border-bottom: none !important;
	background: none !important;
	height: auto !important;
}

.robd-table {
	width: 100% !important;
	border-collapse: collapse !important;
	background: #fff !important;
	font-size: 12px !important;
	border-radius: 6px;
	overflow: hidden;
}

.robd-table thead tr {
	color: #fff !important;
	background: var(--uro) !important;
}

.robd-table th,
.robd-table td {
	padding: 10px 12px !important;
	border: 1px solid #dde6f0 !important;
	text-align: left !important;
	background: none !important;
}

.robd-table td:not(:first-child),
.robd-table th:not(:first-child) {
	text-align: center !important;
	font-weight: 600 !important;
}

.robd-table tbody tr:nth-child(even) td { background: #f8fbff !important; }

.robd-table-note {
	font-size: 11px !important;
	color: var(--gray) !important;
	margin-top: 10px !important;
	line-height: 1.6 !important;
}

/* ===== DOCTOR VOICE CARD ===== */
.robd-dv-card {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 24px;
	align-items: start;
	margin-top: 40px !important;
	padding: 24px;
	border-radius: 12px;
	box-shadow: 0 4px 24px rgba(10, 22, 40, 0.09);
	background: #fff;
	position: relative;
	overflow: hidden;
	border-top: 5px solid;
}

.robd-gi   .robd-dv-card { border-color: var(--gi); }
.robd-uro  .robd-dv-card { border-color: var(--uro); }
.robd-gyne .robd-dv-card { border-color: var(--gyne); }
.robd-thor .robd-dv-card { border-color: var(--thor); }

/* PC は縦組み（写真の下に肩書き）、SP は center-robot と同じ横組み。
   写真とテキストを .robd-dv-img / .robd-dv-info に分けて flex で切り替える。 */
.robd-dv-photo-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	background: linear-gradient(160deg, #0a1628 0%, #0d2a50 100%);
	border-radius: 10px;
	padding: 20px 16px;
	width: 100%;
}

.robd-dv-img { flex-shrink: 0; }

.robd-dv-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
}

.robd-dv-portrait {
	width: 110px !important;
	height: 132px !important;
	object-fit: cover;
	object-position: top center;
	border-radius: 8px;
	border: 2px solid rgba(255, 255, 255, 0.2);
	margin-bottom: 12px !important;
}

.robd-dv-badge {
	font-size: 9px;
	font-weight: 700;
	letter-spacing: 0.08em;
	padding: 3px 10px;
	border-radius: 2px;
	margin-bottom: 8px;
	color: #fff;
	text-transform: uppercase;
}

.robd-gi   .robd-dv-badge { background: var(--gi); }
.robd-uro  .robd-dv-badge { background: var(--uro); }
.robd-gyne .robd-dv-badge { background: var(--gyne); }
.robd-thor .robd-dv-badge { background: var(--thor); }

.robd-dv-name {
	font-size: 15px;
	font-weight: 700;
	color: #fff;
	margin-bottom: 2px;
	line-height: 1.4 !important;
}

.robd-dv-kana {
	font-size: 10px;
	color: rgba(255, 255, 255, 0.5);
	margin-bottom: 8px;
	line-height: 1.4 !important;
}

.robd-dv-title {
	font-size: 11px;
	color: rgba(255, 255, 255, 0.65);
	text-align: center;
	padding-top: 8px;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	width: 100%;
	line-height: 1.6 !important;
}

.robd-dv-label {
	font-size: 10px !important;
	font-weight: 700 !important;
	letter-spacing: 0.12em;
	text-transform: uppercase;
	margin-bottom: 12px !important;
}

.robd-gi   .robd-dv-label { color: var(--gi); }
.robd-uro  .robd-dv-label { color: var(--uro); }
.robd-gyne .robd-dv-label { color: var(--gyne); }
.robd-thor .robd-dv-label { color: var(--thor); }

.robd-voice-heading {
	font-size: 15px !important;
	font-weight: 700 !important;
	color: var(--navy) !important;
	line-height: 1.55 !important;
	margin-bottom: 14px !important;
	padding-bottom: 12px !important;
	border-bottom: 2px solid var(--light) !important;
	background: none !important;
	height: auto !important;
}

.robd-voice-body p {
	font-size: 13px !important;
	color: #3a4a5c !important;
	line-height: 1.95 !important;
	margin-bottom: 12px !important;
}

.robd-voice-body p:last-of-type { margin-bottom: 0 !important; }

.robd-voice-keyword {
	display: inline-block;
	font-weight: 700;
	padding: 1px 6px;
	border-radius: 3px;
}

.robd-gi   .robd-voice-keyword { color: var(--gi);   background: rgba(232, 114, 12, 0.09); }
.robd-uro  .robd-voice-keyword { color: var(--uro);  background: rgba(26, 110, 216, 0.09); }
.robd-gyne .robd-voice-keyword { color: var(--gyne); background: rgba(201, 79, 207, 0.09); }
.robd-thor .robd-voice-keyword { color: var(--thor); background: rgba(46, 189, 122, 0.09); }

.robd-spec-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-top: 16px !important;
}

.robd-spec-tag {
	font-size: 11px;
	padding: 4px 12px;
	border-radius: 20px;
	border: 1px solid;
	font-weight: 500;
}

.robd-gi   .robd-spec-tag { color: var(--gi);   border-color: rgba(232, 114, 12, 0.3);  background: rgba(232, 114, 12, 0.05); }
.robd-uro  .robd-spec-tag { color: var(--uro);  border-color: rgba(26, 110, 216, 0.3);  background: rgba(26, 110, 216, 0.05); }
.robd-gyne .robd-spec-tag { color: var(--gyne); border-color: rgba(201, 79, 207, 0.3);  background: rgba(201, 79, 207, 0.05); }
.robd-thor .robd-spec-tag { color: var(--thor); border-color: rgba(46, 189, 122, 0.3);  background: rgba(46, 189, 122, 0.05); }

/* ===== PROCTORS GRID (GI only) ===== */
.robd-proctors-title {
	font-size: 14px !important;
	font-weight: 700 !important;
	color: var(--navy) !important;
	letter-spacing: 0.02em;
	margin-top: 48px !important;
	margin-bottom: 4px !important;
	padding: 0 !important;
	background: none !important;
	height: auto !important;
}

.robd-proctors-lead {
	font-size: 12px !important;
	color: var(--gray) !important;
	line-height: 1.7 !important;
	margin: 0 0 20px !important;
}

.robd-proctors-grid {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 14px;
}

.robd-proctor-card {
	background: #fff;
	border-radius: 10px;
	overflow: hidden;
	box-shadow: 0 2px 12px rgba(10, 22, 40, 0.07);
	border-top: 4px solid var(--gi);
}

.robd-proctor-photo {
	aspect-ratio: 1/1;
	overflow: hidden;
	background: #f0f0f0;
}

.robd-proctor-photo img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	object-position: top center;
}

.robd-proctor-body { padding: 12px 14px; }

.robd-proctor-dept {
	font-size: 10px;
	font-weight: 700;
	color: var(--gi);
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.robd-proctor-name {
	font-size: 13px;
	font-weight: 700;
	color: var(--navy);
}

.robd-proctor-text {
	font-size: 11px;
	color: var(--gray);
	margin-top: 6px;
	line-height: 1.6;
}

/* ===== GALLERY ===== */
/* Gallery は overview / cta と同じ「自己完結した暗いボックス」扱い。
   セクション自体は余白なしにして、内側のボックスで padding を持つ。 */
.robd-gallery-section {
	background: none !important;
	padding: 40px 0 !important;
}

.robd-gallery-box {
	background: var(--navy);
	border-radius: 8px;
	padding: 32px 24px;
}

.robd-gallery-section .robd-label { color: rgba(255, 255, 255, 0.55); }
.robd-gallery-section .robd-title { color: #fff !important; }
.robd-gallery-section .robd-title em { color: var(--cyan); }
.robd-gallery-section .robd-divider { background: linear-gradient(90deg, var(--cyan), var(--accent)); }

.robd-gallery-grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
}

.robd-gallery-wide {
	grid-column: 1 / 3;
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 16/7;
}

.robd-gallery-cell {
	border-radius: 8px;
	overflow: hidden;
	aspect-ratio: 4/3;
}

/* 右列のペアは左隣（4/3）が決める行高にぴったり合わせる。
   aspect-ratio を持たせると行高より低くなり下に余白が出るため height:100% で伸ばす。 */
.robd-gallery-pair {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 10px;
	height: 100%;
}

.robd-gallery-pair-item {
	border-radius: 8px;
	overflow: hidden;
	height: 100%;
	min-height: 0;
}

/* SP テーマの #cont_sp img { height: auto } は ID 優先度で勝ち、
   画像が枠の高さを満たさず下に隙間ができるため !important で確定させる */
.robd-gallery-wide img,
.robd-gallery-cell img,
.robd-gallery-pair-item img {
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
}

.robd-gallery-note {
	font-size: 11px !important;
	color: rgba(255, 255, 255, 0.45) !important;
	line-height: 1.6 !important;
	margin-top: 16px !important;
	text-align: center;
}

/* ===== CTA ===== */
.robd-cta {
	background: linear-gradient(135deg, var(--blue) 0%, var(--navy) 100%) !important;
	padding: 44px 24px !important;
	text-align: center;
	color: #fff;
	border-radius: 8px;
	border-top: none !important;
}

.robd-cta-title {
	font-size: 18px !important;
	font-weight: 700 !important;
	color: #fff !important;
	margin-bottom: 12px !important;
	padding: 0 !important;
	background: none !important;
	height: auto !important;
}

.robd-cta p {
	font-size: 13px !important;
	opacity: 0.82;
	margin: 0 0 24px !important;
	line-height: 1.8 !important;
	color: #fff !important;
}

/* CTA 内の注記は本文と区別する（.robd-cta p の 13px を上書き） */
.robd-cta .robd-note {
	font-size: 11px !important;
	opacity: 0.55;
	margin: 24px 0 0 !important;
}

.robd-cta-btn {
	display: inline-block;
	background: var(--cyan);
	color: var(--navy) !important;
	padding: 13px 36px;
	border-radius: 3px;
	font-weight: 700;
	font-size: 13px;
	letter-spacing: 0.06em;
	text-decoration: none !important;
}

.robd-note {
	font-size: 11px;
	color: #888;
	margin-top: 16px !important;
	line-height: 1.6 !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 600px) {
	.robd-section,
	.robd-gallery-section { padding: 32px 0 !important; }

	.robd-overview { padding: 24px 18px; }

	.robd-gallery-box { padding: 24px 16px; }

	.robd-cta { padding: 36px 18px !important; }

	.robd-dept-banner { padding: 16px 18px; gap: 12px; }

	/* 3+1 に割れてラベルが「2025年／度）」と折れるため 2×2 に固定 */
	.robd-stats-box {
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 18px 12px;
	}

	.robd-dv-card { grid-template-columns: 1fr; padding: 20px 18px; }

	/* center-robot と同じ横組み（写真左・テキスト右） */
	.robd-dv-photo-wrap {
		flex-direction: row;
		align-items: center;
		gap: 16px;
		padding: 16px;
		text-align: left;
	}

	.robd-dv-portrait {
		width: 100px !important;
		height: 120px !important;
		margin-bottom: 0 !important;
	}

	.robd-dv-info {
		flex: 1;
		min-width: 0;
		align-items: flex-start;
	}

	.robd-dv-badge { margin-bottom: 6px; }

	.robd-dv-title {
		text-align: left;
		border-top: none;
		padding-top: 4px;
	}

	.robd-proctors-grid { grid-template-columns: repeat(2, 1fr); }

	.robd-timeline { gap: 20px 8px; }

	.robd-tl-step { min-width: 78px; }

	.robd-info-box,
	.robd-tech-card { padding: 16px; }

	.robd-gallery-grid { gap: 8px; }

	.robd-gallery-pair { gap: 8px; }
}
