/* Client / Associate ecosystem dashboard
   Brand-aligned with EPIC Toolkit logo + default platform scheme:
   - Orange accent: #ad582d (links / CTAs)
   - Olive green: #7d7e35 (secondary / success)
   - Charcoal: #3c3c3c
   - Neutrals: #f2f2f2 / #e5e5e5 / white
*/

.eco-shell {
	max-width: 1080px;
	margin: 0 auto;
	padding: 8px 12px 40px;
	color: #3c3c3c;
	text-align: left;
}

.eco-topbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 18px;
	padding-bottom: 12px;
	border-bottom: 1px solid #e5e5e5;
}

.eco-brand {
	font-family: Segoe UI, Calibri, Helvetica, Arial, sans-serif;
	font-size: 1.15rem;
	font-weight: 700;
	color: #303030;
}

.eco-brand span {
	display: block;
	font-size: 0.8rem;
	font-weight: 400;
	color: #7d7e35;
	margin-top: 2px;
}

.eco-client-switch {
	background: #f2f2f2;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 8px 12px;
	font-size: 13px;
}

.eco-client-switch label {
	display: block;
	font-size: 11px;
	color: #666;
	margin-bottom: 3px;
}

.eco-client-switch select {
	min-width: 220px;
	padding: 4px 6px;
}

/* Nav pills */
.eco-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 20px;
}

.eco-nav a.eco-nav-item {
	display: inline-block;
	padding: 8px 14px;
	border-radius: 4px;
	background: #eaeaea;
	color: #3c3c3c !important;
	text-decoration: none !important;
	font-size: 13px;
	font-weight: 600;
	border: 1px solid #ddd;
	cursor: pointer;
}

.eco-nav a.eco-nav-item:hover {
	background: #ddd;
	text-decoration: none !important;
}

.eco-nav a.eco-nav-item.eco-nav-active {
	background: #ad582d;
	color: #fff !important;
	border-color: #ad582d;
}

/* Hero */
.eco-hero {
	position: relative;
	background: #f7f1eb;
	color: #3c3c3c;
	border: 1px solid #e8ddd4;
	border-top: 3px solid #c9a24a;
	border-radius: 4px;
	padding: 20px 22px 16px;
	margin-bottom: 16px;
	box-shadow: none;
}

.eco-hero-mark {
	position: absolute;
	top: 12px;
	right: 16px;
	width: 56px;
	height: 56px;
	opacity: 0.18;
	pointer-events: none;
}

.eco-hero h1 {
	margin: 0 0 8px 0;
	font-size: 1.4rem;
	font-weight: 700;
	color: #303030;
	text-transform: none;
}

.eco-hero p {
	margin: 0;
	opacity: 1;
	line-height: 1.5;
	max-width: 720px;
	color: #555;
}

.eco-journey {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 18px 0 6px;
}

.eco-journey-step {
	flex: 1 1 120px;
	min-width: 110px;
	background: rgba(255,255,255,0.12);
	border: 1px solid rgba(255,255,255,0.22);
	border-radius: 6px;
	padding: 10px 12px;
	font-size: 12px;
	color: #fff;
}

.eco-journey-step strong {
	display: block;
	font-size: 13px;
	margin-bottom: 3px;
	color: #fff;
}

.eco-journey-step.eco-step-done {
	background: rgba(125, 126, 53, 0.55);
	border-color: rgba(255,255,255,0.35);
}

.eco-journey-step.eco-step-active {
	background: rgba(173, 88, 45, 0.75);
	border-color: #fed941;
}

/* Cards / grid */
.eco-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
	gap: 14px;
	margin-bottom: 20px;
}

.eco-card {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 16px 16px 14px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.04);
}

.eco-card h3 {
	margin: 0 0 8px 0;
	font-size: 1rem;
	color: #303030;
}

.eco-card p {
	margin: 0 0 12px 0;
	font-size: 13px;
	color: #555;
	line-height: 1.45;
}

.eco-card .eco-meta {
	font-size: 12px;
	color: #666;
	margin-bottom: 10px;
}

.eco-card-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.eco-btn {
	display: inline-block;
	padding: 7px 12px;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none !important;
	border: 1px solid #ccc;
	background: #fff;
	color: #3c3c3c !important;
	cursor: pointer;
}

.eco-btn:hover {
	background: #f2f2f2;
	text-decoration: none !important;
}

.eco-btn-primary {
	background: #ad582d;
	border-color: #ad582d;
	color: #fff !important;
}

.eco-btn-primary:hover {
	background: #944a25;
	border-color: #944a25;
}

.eco-btn-ghost {
	background: transparent;
	border-color: rgba(255,255,255,0.55);
	color: #fff !important;
}

.eco-btn-ghost:hover {
	background: rgba(255,255,255,0.12);
}

.eco-section-title {
	font-size: 1.05rem;
	color: #303030;
	margin: 8px 0 12px;
	font-weight: 700;
	border-bottom: 2px solid #7d7e35;
	padding-bottom: 6px;
}

.eco-table {
	width: 100%;
	border-collapse: collapse;
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 6px;
	overflow: hidden;
}

.eco-table th,
.eco-table td {
	padding: 10px 12px;
	text-align: left;
	border-bottom: 1px solid #eee;
	font-size: 13px;
	vertical-align: middle;
}

.eco-table th {
	background: #f2f2f2;
	color: #575756;
	font-weight: 600;
}

.eco-table tr:last-child td {
	border-bottom: none;
}

.eco-badge {
	display: inline-block;
	padding: 2px 8px;
	border-radius: 999px;
	font-size: 11px;
	font-weight: 600;
	background: #e5e5e5;
	color: #3c3c3c;
}

.eco-badge-ok {
	background: #dce8a8;
	color: #3d4a12;
}

.eco-badge-busy {
	background: #fde8d8;
	color: #8a3d14;
}

.eco-badge-muted {
	background: #f2f2f2;
	color: #666;
}

.eco-empty {
	padding: 28px 18px;
	text-align: center;
	border: 1px dashed #ccc;
	border-radius: 4px;
	color: #666;
	background: #fafafa;
}

/* Panel host — stacking context for clean show/hide */
#eco_panel_host {
	position: relative;
	min-height: 200px;
	clear: both;
}

#eco_panel_host .eco-panel {
	display: none;
	width: 100%;
	text-align: left;
}

#eco_panel_host .eco-panel.eco-panel-active {
	display: block;
}

.eco-oracle-wrap {
	margin: 0 auto;
	padding: 12px 16px 40px;
	text-align: left;
}

.eco-oracle-thread {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 8px;
	min-height: 360px;
	max-height: 520px;
	overflow-y: auto;
	padding: 16px 16px 32px;
	margin-bottom: 12px;
	scroll-padding-bottom: 32px;
}

.eco-msg {
	margin-bottom: 14px;
	max-width: 92%;
}

.eco-msg-user {
	margin-left: auto;
	text-align: right;
}

.eco-msg-bubble {
	display: inline-block;
	padding: 10px 14px;
	border-radius: 10px;
	line-height: 1.5;
	font-size: 14px;
	color: #3c3c3c;
	text-align: left;
}

.eco-msg-user .eco-msg-bubble {
	background: #ad582d;
	color: #fff;
	border-bottom-right-radius: 3px;
}

.eco-msg-assistant .eco-msg-bubble {
	background: #f2f2f2;
	border-bottom-left-radius: 3px;
}

.eco-msg-role {
	font-size: 11px;
	color: #999;
	margin-bottom: 4px;
}

.eco-oracle-compose {
	display: flex;
	gap: 8px;
	align-items: flex-end;
}

.eco-oracle-compose-main {
	flex: 1;
	min-width: 0;
}

.eco-oracle-compose textarea {
	width: 100%;
	box-sizing: border-box;
	min-height: 72px;
	border: 1px solid #ccc;
	border-radius: 6px;
	padding: 10px 12px;
	font-family: inherit;
	font-size: 14px;
	resize: vertical;
}

.eco-oracle-compose .eco-btn-primary {
	padding: 12px 18px;
	flex-shrink: 0;
}

.eco-oracle-attach {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-top: 8px;
}

.eco-oracle-attach-label {
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	font-size: 13px;
	color: #ad582d;
	border: 1px solid #d4b5a4;
	background: #faf6f3;
	border-radius: 6px;
	padding: 6px 12px;
}

.eco-oracle-attach-label input[type="file"] {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}

.eco-oracle-attach-name {
	font-size: 12px;
	color: #64748b;
	word-break: break-all;
}

.eco-oracle-attach-help {
	margin: 6px 0 0;
	font-size: 12px;
	color: #94a3b8;
	line-height: 1.4;
}

.eco-msg-attachment {
	margin-top: 8px;
	padding-top: 6px;
	border-top: 1px solid rgba(255, 255, 255, 0.35);
	font-size: 12px;
	opacity: 0.9;
}

/* Oracle companion: status overlay, confirm cards, action chips */
.eco-oracle-status {
	display: flex;
	align-items: center;
	gap: 10px;
	margin: 0 0 12px;
	padding: 10px 14px;
	background: #faf6f3;
	border: 1px solid #d4b5a4;
	border-radius: 8px;
	color: #5c4033;
	font-size: 13px;
}

.eco-oracle-status[hidden] {
	display: none !important;
}

.eco-oracle-status-spinner {
	width: 16px;
	height: 16px;
	border: 2px solid #d4b5a4;
	border-top-color: #ad582d;
	border-radius: 50%;
	animation: eco-oracle-spin 0.8s linear infinite;
	flex-shrink: 0;
}

@keyframes eco-oracle-spin {
	to { transform: rotate(360deg); }
}

.eco-oracle-confirm {
	margin-top: 12px;
	padding: 12px 14px;
	background: #fff;
	border: 1px solid #ad582d;
	border-radius: 8px;
	text-align: left;
}

.eco-oracle-confirm-title {
	font-weight: 700;
	color: #ad582d;
	margin-bottom: 6px;
	font-size: 14px;
}

.eco-oracle-confirm-meta {
	margin: 0 0 10px;
	padding-left: 18px;
	font-size: 13px;
	color: #3c3c3c;
}

.eco-oracle-confirm-leadins {
	margin: 0 0 12px;
	padding-left: 22px;
	font-size: 13px;
	color: #3c3c3c;
	line-height: 1.45;
	max-height: 180px;
	overflow-y: auto;
}

.eco-oracle-confirm-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.eco-oracle-confirm-busy {
	opacity: 0.85;
}

.eco-oracle-confirm-busy button:disabled,
.eco-oracle-confirm-actions button:disabled {
	opacity: 0.55;
	cursor: not-allowed;
	pointer-events: none;
}

.eco-oracle-confirm-done,
.eco-oracle-confirm-cancelled {
	border-color: #ccc;
	color: #666;
	font-size: 13px;
}

/* E2: inline export progress (full-page Oracle) */
.eco-oracle-chat .oracle-export-track,
#oracle_thread .oracle-export-track {
	margin-top: 10px;
	padding: 10px 12px;
	background: #f7f8f4;
	border: 1px solid #d5d8c8;
	border-radius: 8px;
	text-align: left;
	font-size: 13px;
	color: #3c3c3c;
}

.oracle-export-track-title {
	font-weight: 700;
	color: #5a5c2e;
	margin-bottom: 8px;
}

.oracle-export-track-bar {
	height: 8px;
	background: #e4e6d8;
	border-radius: 999px;
	overflow: hidden;
	margin-bottom: 6px;
}

.oracle-export-track-fill {
	height: 100%;
	background: linear-gradient(90deg, #ad582d, #c47a4a);
	border-radius: 999px;
	width: 0;
	transition: width 0.35s ease;
}

.oracle-export-track-pct {
	font-weight: 600;
	font-size: 12px;
	color: #ad582d;
	margin-bottom: 4px;
}

.oracle-export-track-msg {
	font-weight: 600;
	margin-bottom: 2px;
}

.oracle-export-track-detail {
	color: #666;
	font-size: 12px;
	line-height: 1.35;
}

.oracle-export-track--ok {
	border-color: #8a9a5b;
	background: #f3f6eb;
}

.oracle-export-track--err {
	border-color: #c45c5c;
	background: #fdf4f4;
}

.oracle-export-track-dl {
	display: inline-block;
	margin-top: 8px;
	color: #ad582d;
	font-weight: 600;
}

.eco-oracle-actions {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.eco-oracle-chip {
	display: inline-block;
	font-size: 11px;
	padding: 3px 8px;
	border-radius: 999px;
	background: #eef2e8;
	color: #5a5c2e;
	border: 1px solid #c5c7a0;
}

.eco-oracle-meta {
	margin-top: 8px;
	font-size: 11px;
	color: #94a3b8;
}

.eco-msg-assistant .eco-msg-attachment {
	border-top-color: #ddd;
}

.eco-footer-note {
	margin-top: 24px;
	font-size: 12px;
	color: #999;
}

/* Legal pages + checkout accept (Paystack T&Cs / Cancellation) */
.eco-legal {
	max-width: 820px;
}

.eco-legal-body {
	font-size: 15px;
	line-height: 1.5;
	color: #3c3c3c;
}

.eco-legal-body h1,
.eco-legal-body h2,
.eco-legal-body h3 {
	color: #303030;
	line-height: 1.3;
	font-weight: 700;
}

.eco-legal-body h2 {
	font-size: 1.15rem;
	margin: 1.6rem 0 0.65rem;
	padding-top: 0.2rem;
}

.eco-legal-body h2:first-child {
	margin-top: 0;
}

.eco-legal .eco-card p,
.eco-legal-body p {
	margin: 0 0 0.7rem;
	font-size: 15px;
	line-height: 1.5;
	color: #3c3c3c;
}

.eco-legal-body ul,
.eco-legal-body ol {
	margin: 0.65rem 0 0.85rem;
	padding-left: 1.4rem;
}

.eco-legal-body li {
	margin: 0.22rem 0;
}

.eco-legal-body a {
	color: #ad582d;
}

.eco-legal-body table {
	border-collapse: collapse;
	width: 100%;
	margin: 1rem 0 1.25rem;
	font-size: 14px;
}

.eco-legal-body th,
.eco-legal-body td {
	border: 1px solid #ddd;
	padding: 0.45rem 0.7rem;
	text-align: left;
	vertical-align: top;
}

.eco-legal-body th {
	background: #f2f2f2;
	color: #303030;
	font-weight: 700;
}

.eco-legal-companion {
	margin-top: 2rem;
	padding-top: 0.85rem;
	border-top: 1px solid #e5e5e5;
	font-size: 13px;
	color: #666;
}

.eco-legal-accept {
	margin: 16px 0 12px;
	font-size: 13px;
	color: #3c3c3c;
	line-height: 1.45;
}

.eco-legal-accept label {
	display: block;
}

.eco-legal-accept input[type="checkbox"] {
	margin-right: 6px;
	vertical-align: middle;
}

.eco-legal-accept a {
	color: #ad582d;
}

.eco-legal-accept .eco-meta {
	margin: 6px 0 0 0;
}

.eco-legal-footer {
	font-size: 12px;
	color: #666;
}

.eco-legal-footer a {
	color: #666;
	text-decoration: underline;
	text-underline-offset: 2px;
}

#site_footer .eco-legal-footer,
#site_footer .eco-legal-footer a {
	color: #ccc;
}

.eco-btn:disabled,
.eco-btn[disabled] {
	background: #c4b5a8;
	border-color: #c4b5a8;
	color: #fff !important;
	opacity: 0.5;
	pointer-events: none;
	cursor: default;
}

@media print {
	.eco-legal,
	.eco-legal-body {
		max-width: none;
		color: #3c3c3c;
		background: #fff;
	}
}

/* Home — Stock Take object, process flow, Oracle companion (21 Aug 2026) */
.eco-home-stack {
	max-width: 1080px;
}

.eco-home-stack .eco-card {
	border-radius: 4px;
	box-shadow: none;
	padding: 20px 22px;
}

.eco-home-stack .eco-card h3 {
	font-size: 1.1rem;
	font-weight: 700;
	color: #303030;
	margin: 0 0 8px;
}

.eco-home-bands {
	display: grid;
	grid-template-columns: minmax(0, 48%) minmax(0, 52%);
	gap: 16px;
	align-items: stretch;
	margin-bottom: 20px;
	position: relative;
}

.eco-home-rail {
	display: flex;
	flex-direction: column;
	gap: 16px;
	min-width: 0;
	height: 100%;
	min-height: 100%;
}

.eco-home-take,
.eco-home-flow,
.eco-oracle-home {
	display: flex;
	flex-direction: column;
	min-width: 0;
	box-sizing: border-box;
}

.eco-home-take {
	background: #faf8f3;
	border-color: #e6e0d6;
}

.eco-home-flow {
	background: #f6f6f1;
	border-color: #ddd8c8;
	width: 100%;
	flex: 0 0 auto;
}

#tool_dashboard_eco_home[data-eco-home-state="empty"] .eco-home-take {
	text-align: center;
	align-items: center;
}

#tool_dashboard_eco_home[data-eco-home-state="empty"] .eco-home-take h3 {
	max-width: 16em;
}

#tool_dashboard_eco_home[data-eco-home-state="empty"] .eco-home-take .eco-card-actions {
	justify-content: center;
	width: 100%;
}

#tool_dashboard_eco_home[data-eco-home-state="empty"] .eco-home-setup {
	padding: 12px 28px;
	font-size: 15px;
	font-weight: 700;
	min-width: 180px;
}

/* Left — the Take as a visual object */
.eco-take-visual {
	margin: 0 0 12px;
}

.eco-donut {
	display: block;
	width: 200px;
	max-width: 100%;
	height: auto;
	margin: 0 auto 10px;
}

.eco-donut-k {
	font-family: "Segoe UI", Calibri, sans-serif;
	font-size: 11px;
	font-weight: 700;
	fill: #666;
}

.eco-donut-v {
	font-family: "Segoe UI", Calibri, sans-serif;
	font-size: 16px;
	font-weight: 700;
	fill: #3c3c3c;
}

.eco-donut-legend {
	margin: 0;
	text-align: center;
	font-size: 11px;
	color: #666;
	display: flex;
	justify-content: center;
	gap: 12px;
}

.eco-swatch {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-weight: 600;
}

.eco-swatch::before {
	content: "";
	display: inline-block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
}

.eco-swatch-p::before {
	background: #929041;
}

.eco-swatch-n::before {
	background: #e2a748;
}

.eco-swatch-neg::before {
	background: #d26e3f;
}

.eco-home-take .eco-meta {
	margin: 0 0 14px;
	font-size: 12px;
	color: #666;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
}

.eco-take-n {
	font-weight: 600;
}

.eco-home-take .eco-card-actions .eco-btn-primary {
	margin-right: 0;
}

.eco-focus-chips {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 14px;
	justify-content: center;
}

.eco-focus-chip {
	display: inline-flex;
	align-items: center;
	min-height: 32px;
	padding: 4px 10px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	color: #3c3c3c !important;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none !important;
	cursor: pointer;
	transition: border-color 150ms ease, color 150ms ease, background 150ms ease;
}

.eco-focus-glyph {
	display: inline-flex;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	flex: 0 0 16px;
	color: #3c3c3c;
}

.eco-focus-glyph svg {
	width: 16px;
	height: 16px;
	display: block;
}

.eco-focus-chip:hover,
.eco-focus-chip:focus {
	border-color: #7d7e35;
	color: #3c3c3c !important;
	background: #f7f7f4;
}

.eco-focus-chip-on {
	border-color: #ad582d;
	color: #ad582d !important;
	background: #fff;
}

.eco-focus-chip-quiet {
	opacity: 0.72;
	border-color: #7d7e35;
	color: #7d7e35 !important;
	font-weight: 500;
}

.eco-focus-chip-quiet .eco-focus-glyph {
	color: #7d7e35;
}

/* Middle — 4-bead horizontal spine (not a vertical list) */
.eco-home-flow {
	position: relative;
}

.eco-process {
	list-style: none;
	margin: 8px 0 0;
	padding: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	position: relative;
}

.eco-process::before {
	content: "";
	position: absolute;
	left: 10%;
	right: 10%;
	top: 17px;
	height: 1px;
	background: #c5c6a8;
	z-index: 0;
}

.eco-process-item {
	position: relative;
	z-index: 1;
	margin: 0;
	flex: 1 1 0;
	min-width: 0;
	text-align: center;
}

.eco-process-step,
.eco-process-static {
	display: flex;
	flex-direction: column;
	align-items: center;
	min-height: 44px;
	padding: 0 2px;
	text-decoration: none !important;
	color: inherit;
	box-sizing: border-box;
	border-radius: 4px;
}

.eco-process-step {
	cursor: pointer;
	transition: background 150ms ease;
}

.eco-process-step:hover,
.eco-process-step:focus {
	background: #f7f7f4;
}

.eco-process-node {
	width: 28px;
	height: 28px;
	margin: 3px 0;
	border-radius: 50%;
	border: 2px solid #7d7e35;
	background: #fff;
	box-sizing: border-box;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #7d7e35;
}

.eco-process-node .eco-glyph {
	width: 14px;
	height: 14px;
}

.eco-process-tone-gold .eco-process-node {
	border-color: #c9a24a;
	color: #c9a24a;
}

.eco-process-current .eco-process-node {
	width: 34px;
	height: 34px;
	margin: 0;
	background: #ad582d;
	border-color: #ad582d;
	color: #fff;
}

.eco-process-current .eco-process-node .eco-glyph {
	width: 16px;
	height: 16px;
}

.eco-process-current .eco-process-label,
.eco-process-current .eco-process-status {
	color: #ad582d;
	font-weight: 700;
}

.eco-process-done .eco-process-node {
	background: #7d7e35;
	border-color: #7d7e35;
	color: #fff;
}

.eco-process-done .eco-process-node .eco-glyph {
	width: 14px;
	height: 14px;
}

.eco-process-label {
	display: block;
	margin-top: 8px;
	font-size: 12px;
	font-weight: 600;
	color: #3c3c3c;
	line-height: 1.2;
	max-width: 5.6em;
	text-align: center;
}

.eco-process-pack .eco-process-label {
	max-width: 4.8em;
}

.eco-process-status {
	display: block;
	margin-top: 2px;
	font-size: 11px;
	font-weight: 500;
	color: #666;
	line-height: 1.2;
}

.eco-process-done .eco-process-status {
	color: #7d7e35;
}

.eco-process-later .eco-process-status {
	color: #c9a24a;
}

.eco-process-caption {
	display: block;
	margin-top: 4px;
	font-size: 11px;
	font-weight: 400;
	color: #888;
	line-height: 1.3;
	max-width: 8em;
	text-align: center;
}

.eco-process-item:not(.eco-process-live):not(.eco-process-current):not(.eco-process-done) {
	opacity: 0.72;
}

/* Oracle under Flow — full rail width + leftover height (paper, not widgets) */
.eco-oracle-home {
	background: #f6f6f1;
	border-color: #ddd8c8;
	border-left: 4px solid #7d7e35;
	padding-left: 18px;
	align-self: stretch;
	width: 100%;
	flex: 1 1 auto;
	min-height: 160px;
	box-sizing: border-box;
}

.eco-oracle-home #eco_oracle_home_line {
	flex: 0 0 auto;
	margin: 0 0 12px;
	font-size: 13px;
	line-height: 1.5;
	color: #555;
}

.eco-oracle-starters {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 0 0 12px;
}

.eco-oracle-starter {
	display: inline-flex;
	align-items: center;
	min-height: 28px;
	padding: 3px 9px;
	border: 1px solid #ccc;
	border-radius: 4px;
	background: #fff;
	color: #3c3c3c !important;
	font-size: 12px;
	font-weight: 600;
	text-decoration: none !important;
	cursor: pointer;
	transition: border-color 150ms ease, background 150ms ease;
}

.eco-oracle-starter:hover,
.eco-oracle-starter:focus {
	border-color: #7d7e35;
	background: #f7f7f4;
}

.eco-oracle-starter.eco-focus-chip-on,
.eco-oracle-starter.eco-process-on {
	border-color: #ad582d;
	color: #ad582d !important;
}

.eco-oracle-home-ask {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
}

.eco-oracle-home-ask input[type="text"] {
	flex: 1 1 120px;
	min-width: 0;
	box-sizing: border-box;
	border: 1px solid #ccc;
	border-radius: 4px;
	padding: 7px 10px;
	font-size: 13px;
	font-family: inherit;
	color: #3c3c3c;
}

.eco-sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}

@media (max-width: 820px) {
	.eco-home-bands {
		grid-template-columns: 1fr;
	}
}
