/* ATLANT comparison v1.1. All component rules are scoped. */
:root { --atlant-compare-ready: 1; }
.atlcmp-source-hidden { display: none !important; }
.atlcmp-card, .atlcmp-dialog { box-sizing: border-box; color: #151515; font: 14px/1.4 Arial, sans-serif; text-align: left; }
.atlcmp-card *, .atlcmp-dialog * { box-sizing: border-box; }
.atlcmp-card { width: 100%; max-width: 560px; min-width: 0; margin: 16px 0; padding: 14px; border: 1px solid #ddd; border-radius: 6px; background: #fff; }
.atlcmp-card .atlcmp-card-title { margin: 0 0 10px; font: 700 16px/1.35 Arial, sans-serif; }
.atlcmp-card .atlcmp-preview { position: relative; height: 150px; max-height: 180px; overflow: hidden; pointer-events: none; }
.atlcmp-card .atlcmp-preview::after { content: ''; position: absolute; inset: auto 0 0; height: 18px; background: linear-gradient(transparent, #fff); }
.atlcmp-card .atlcmp-canvas { transform-origin: top left; }
.atlcmp-card .atlcmp-open { display: block; width: 100%; margin: 12px 0 0; padding: 12px; border: 0; border-radius: 3px; background: #d2232a; color: #fff; font: 700 14px/1.3 Arial, sans-serif; text-align: center; cursor: pointer; }
.atlcmp-card .atlcmp-open:hover { background: #b71c23; }
.atlcmp-card .atlcmp-open:focus-visible, .atlcmp-dialog button:focus-visible, .atlcmp-dialog .atlcmp-scroll:focus-visible { outline: 3px solid #d2232a; outline-offset: 2px; }
dialog.atlcmp-dialog { position: fixed; inset: 0; width: calc(100vw - 40px); max-width: 1200px; height: auto; max-height: calc(100vh - 40px); max-height: calc(100dvh - 40px); margin: auto; padding: 0; border: 0; border-radius: 8px; background: #fff; box-shadow: 0 18px 70px #0005; overflow: hidden; }
dialog.atlcmp-dialog:not([open]) { display: none; }
dialog.atlcmp-dialog[open] { display: flex; flex-direction: column; }
dialog.atlcmp-dialog::backdrop { background: rgba(0,0,0,.6); }
.atlcmp-dialog .atlcmp-head { display: flex; flex: 0 0 auto; align-items: center; justify-content: space-between; gap: 12px; padding: 12px 18px; border-bottom: 1px solid #ddd; }
.atlcmp-dialog .atlcmp-title { margin: 0; padding: 0; color: #151515; font: 700 18px/1.3 Arial, sans-serif; text-transform: none; }
.atlcmp-dialog .atlcmp-close { display: flex; flex: 0 0 40px; align-items: center; justify-content: center; width: 40px; height: 40px; margin: 0; padding: 0; border: 1px solid #ddd; border-radius: 4px; background: #fff; color: #151515; font: 28px/1 Arial, sans-serif; cursor: pointer; }
.atlcmp-dialog .atlcmp-scroll { flex: 1 1 auto; min-height: 0; min-width: 0; overflow: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch; }
.atlcmp-dialog .atlcmp-foot { display: flex; flex: 0 0 auto; flex-wrap: wrap; justify-content: space-between; gap: 5px 15px; padding: 10px 18px; border-top: 1px solid #ddd; color: #555; font-size: 12px; }
.atlcmp-card .atlcmp-table, .atlcmp-dialog .atlcmp-table { display: table; width: 100%; margin: 0; table-layout: fixed; border: 0; border-collapse: separate; border-spacing: 0; background: #fff; color: #151515; font: 14px/1.4 Arial, sans-serif; }
.atlcmp-table th, .atlcmp-table td { padding: 7px 10px; border: 0; border-bottom: 1px solid #e5e5e1; text-align: center; vertical-align: middle; white-space: normal; overflow-wrap: break-word; font-weight: 400; }
.atlcmp-table thead th { position: sticky; top: 0; z-index: 3; border-top: 3px solid #d2232a; background: #252525; color: #fff; font-size: 13px; font-weight: 700; }
.atlcmp-table thead th:first-child { left: 0; z-index: 4; text-align: left; }
.atlcmp-table tbody th[scope="row"] { position: sticky; left: 0; z-index: 2; border-right: 1px solid #e5e5e1; background: #fff; text-align: left; }
.atlcmp-table tbody tr:nth-child(even), .atlcmp-table tbody tr:nth-child(even) th[scope="row"] { background: #f7f7f5; }
.atlcmp-table .atlcmp-group th { padding: 5px 10px; background: #eaeae6; color: #555; text-align: left; font-size: 11px; font-weight: 700; text-transform: uppercase; }
.atlcmp-table .atlcmp-group-label { display: inline-block; position: sticky; left: 10px; max-width: calc(100vw - 60px); vertical-align: top; }
.atlcmp-table .atlcmp-yes { color: #d2232a; font-size: 17px; font-weight: 700; }
@media (max-width: 600px) {
  dialog.atlcmp-dialog { width: calc(100vw - 16px); max-height: calc(100vh - 16px); max-height: calc(100dvh - 16px); }
  .atlcmp-dialog .atlcmp-head { padding: 10px; }
  .atlcmp-dialog .atlcmp-title { font-size: 16px; }
  .atlcmp-dialog .atlcmp-foot { padding: 9px 10px; }
  .atlcmp-dialog .atlcmp-table col:first-child { width: 170px !important; }
}
