/* Flat v1.1.1 */
.ramaya-inex-list{ list-style:none; margin:0; padding:0; }
.ramaya-inex-list li{ margin:6px 0; position:relative; padding-left:24px; line-height:1.6; }
.ramaya-inex-list .ramaya-icon{ position:absolute; left:0; top:3px; width:16px; height:16px; font-size:14px; line-height:16px; text-align:center; font-weight:700; }
.ramaya-inex-list .check::before{ content:"✔"; color:var(--accent); }
.ramaya-inex-list .cross::before{ content:"✖"; color:#dc2626; }

.ramaya-inex-container {
  --accent:#0b5d91; --bg:#f9fafb; --border:#e5e7eb; --chip:#eaf3ff; --dot:var(--accent);
  background:var(--bg); border:1px solid var(--border); border-radius:14px;
  box-shadow:0 6px 16px rgba(15,23,42,0.04); padding:16px 18px; margin:18px 0;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Arial,sans-serif;
}
.ramaya-inex-container .ramaya-inex-header{ display:flex; align-items:center; gap:10px; margin-bottom:10px; }
.ramaya-inex-container .ramaya-inex-dot{ width:10px; height:10px; border-radius:9999px; background:var(--dot); box-shadow:0 0 0 4px var(--chip); }
.ramaya-inex-container .ramaya-inex-title{ margin:0; font-size:1.05rem; font-weight:700; color:#111827; }
.ramaya-inex-container.type-inclusions{ border-left:4px solid var(--accent); }
.ramaya-inex-container.type-exclusions{ border-left:4px solid var(--accent); }
.ramaya-inex-container.theme-blue{ --accent:#0b5d91; --bg:#f8fbff; --border:#dbeafe; --chip:#eaf3ff; --dot:#0b5d91; }
.ramaya-inex-container.theme-green{ --accent:#0d7a5c; --bg:#f3fbf7; --border:#d1fae5; --chip:#e6f6f0; --dot:#0d7a5c; }
.ramaya-inex-container.theme-grey{ --accent:#374151; --bg:#f8fafc; --border:#e5e7eb; --chip:#eef2f7; --dot:#6b7280; }
