.period-analytics-phase15-17 {
  --p1517-ink: #18222c;
  --p1517-muted: #69747e;
  --p1517-line: #dce3e8;
  --p1517-panel: #fff;
  --p1517-soft: #f5f7f8;
  --p1517-blue: #076f9f;
  --p1517-blue-soft: #e8f4f8;
  --p1517-green: #167458;
  --p1517-green-soft: #e8f5ef;
  --p1517-orange: #b96519;
  --p1517-orange-soft: #fff2e5;
  --p1517-red: #ad3c34;
  --p1517-red-soft: #fbeceb;
  display: grid;
  gap: 18px;
  min-width: 0;
  margin-top: 28px;
  color: var(--p1517-ink);
}

.period-phase1517-heading,
.period-phase1517-panel > header,
.period-phase1517-certification > header,
.period-phase1517-section-heading,
.period-phase1517-source > header,
.period-phase1517-horizon > header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 22px;
}

.period-phase1517-heading > div,
.period-phase1517-panel > header > div,
.period-phase1517-certification > header > div,
.period-phase1517-section-heading > div {
  min-width: 0;
}

.period-phase1517-eyebrow,
.period-phase1517-heading span:first-child,
.period-phase1517-panel > header span,
.period-phase1517-certification > header span,
.period-phase1517-section-heading > div > span,
.period-phase1517-source > header span,
.period-phase1517-horizon > header span {
  display: block;
  margin-bottom: 6px;
  color: var(--p1517-blue);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: .09em;
}

.period-phase1517-heading h3,
.period-phase1517-panel h4,
.period-phase1517-certification h4,
.period-phase1517-section-heading h4,
.period-phase1517-source h4,
.period-phase1517-horizon h4 {
  margin: 0;
  color: var(--p1517-ink);
  line-height: 1.25;
}

.period-phase1517-heading h3 {
  font-size: clamp(23px, 2.3vw, 31px);
}

.period-phase1517-panel h4,
.period-phase1517-certification h4,
.period-phase1517-section-heading h4,
.period-phase1517-source h4,
.period-phase1517-horizon h4 {
  font-size: 18px;
}

.period-phase1517-heading p,
.period-phase1517-panel > header p,
.period-phase1517-certification > header p,
.period-phase1517-section-heading p {
  max-width: 820px;
  margin: 8px 0 0;
  color: var(--p1517-muted);
  font-size: 13px;
  line-height: 1.7;
}

.period-phase1517-release,
.period-phase1517-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  padding: 7px 11px;
  border: 1px solid var(--p1517-line);
  border-radius: 999px;
  background: var(--p1517-soft);
  color: var(--p1517-muted);
  font-size: 12px;
  font-weight: 760;
  line-height: 1.35;
  text-align: center;
}

.period-phase1517-release.ready,
.period-phase1517-pill.ready,
.period-phase1517-pill.certified,
.period-phase1517-pill.healthy {
  border-color: #86bda8;
  background: var(--p1517-green-soft);
  color: var(--p1517-green);
}

.period-phase1517-release.candidate_ready,
.period-phase1517-pill.submitted,
.period-phase1517-pill.warning {
  border-color: #ddb079;
  background: var(--p1517-orange-soft);
  color: var(--p1517-orange);
}

.period-phase1517-release.blocked,
.period-phase1517-pill.blocked,
.period-phase1517-pill.rejected,
.period-phase1517-pill.critical {
  border-color: #dda9a4;
  background: var(--p1517-red-soft);
  color: var(--p1517-red);
}

.period-phase1517-toolbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid var(--p1517-line);
  border-radius: 12px;
  background: var(--p1517-panel);
}

.period-phase1517-toolbar > div {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.period-phase1517-toolbar button,
.period-phase1517-editor-tools button,
.period-phase1517-actions button {
  min-height: 40px;
  white-space: normal;
}

.period-phase1517-toolbar > span,
.period-phase1517-editor-tools > span {
  min-width: 0;
  color: var(--p1517-muted);
  font-size: 12px;
  line-height: 1.6;
  overflow-wrap: anywhere;
  text-align: right;
}

.period-phase1517-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  padding: 4px;
  border: 1px solid var(--p1517-line);
  border-radius: 12px;
  background: #edf1f3;
}

.period-phase1517-tabs button {
  min-height: 44px;
  padding: 8px 12px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: var(--p1517-muted);
  font-size: 13px;
  font-weight: 720;
}

.period-phase1517-tabs button.active {
  background: var(--p1517-panel);
  color: var(--p1517-blue);
  box-shadow: 0 1px 3px rgb(23 37 48 / 10%);
}

.period-phase1517-status {
  min-height: 20px;
  margin-top: -8px;
  color: var(--p1517-muted);
  font-size: 12px;
  line-height: 1.6;
}

.period-phase1517-status.success {
  color: var(--p1517-green);
}

.period-phase1517-status.warning {
  color: var(--p1517-orange);
}

.period-phase1517-status.error {
  color: var(--p1517-red);
}

.period-phase1517-tabpanel,
.period-phase1517-diagnostics {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.period-phase1517-verdict {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 24px;
  padding: 19px 20px;
  border: 1px solid #dda9a4;
  border-left: 5px solid var(--p1517-red);
  border-radius: 13px;
  background: var(--p1517-red-soft);
}

.period-phase1517-verdict.ready {
  border-color: #86bda8;
  border-left-color: var(--p1517-green);
  background: var(--p1517-green-soft);
}

.period-phase1517-verdict > div > span {
  color: var(--p1517-red);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: .09em;
}

.period-phase1517-verdict.ready > div > span {
  color: var(--p1517-green);
}

.period-phase1517-verdict strong {
  display: block;
  margin-top: 7px;
  font-size: clamp(17px, 1.7vw, 22px);
  line-height: 1.45;
}

.period-phase1517-verdict p {
  margin: 7px 0 0;
  color: var(--p1517-muted);
  font-size: 12px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.period-phase1517-verdict dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(90px, auto));
  gap: 18px;
  margin: 0;
}

.period-phase1517-verdict dl div {
  min-width: 0;
}

.period-phase1517-verdict dt,
.period-phase1517-verdict dd {
  margin: 0;
}

.period-phase1517-verdict dt {
  color: var(--p1517-muted);
  font-size: 11px;
}

.period-phase1517-verdict dd {
  margin-top: 5px;
  font-size: 13px;
  font-weight: 730;
  overflow-wrap: anywhere;
}

.period-phase1517-workflow {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
}

.period-phase1517-workflow li {
  position: relative;
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  gap: 10px;
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--p1517-line);
  border-right: 0;
  background: var(--p1517-soft);
}

.period-phase1517-workflow li:first-child {
  border-radius: 12px 0 0 12px;
}

.period-phase1517-workflow li:last-child {
  border-right: 1px solid var(--p1517-line);
  border-radius: 0 12px 12px 0;
}

.period-phase1517-workflow li.ready {
  background: var(--p1517-green-soft);
}

.period-phase1517-workflow li > span {
  display: grid;
  place-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #dfe5e8;
  color: var(--p1517-muted);
  font-size: 11px;
  font-weight: 800;
}

.period-phase1517-workflow li.ready > span {
  background: var(--p1517-green);
  color: #fff;
}

.period-phase1517-workflow strong,
.period-phase1517-workflow small {
  display: block;
}

.period-phase1517-workflow strong {
  font-size: 13px;
}

.period-phase1517-workflow small {
  margin-top: 4px;
  color: var(--p1517-muted);
  font-size: 11px;
  line-height: 1.45;
}

.period-phase1517-editor,
.period-phase1517-certification,
.period-phase1517-panel,
.period-phase1517-alerts,
.period-phase1517-mart {
  min-width: 0;
  padding: 18px;
  border: 1px solid var(--p1517-line);
  border-radius: 14px;
  background: var(--p1517-panel);
}

.period-phase1517-editor > summary,
.period-phase1517-shortage > summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 750;
}

.period-phase1517-editor > summary b {
  color: var(--p1517-blue);
  font-size: 12px;
}

.period-phase1517-editor-tools {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-top: 16px;
  padding: 11px 12px;
  border-radius: 10px;
  background: var(--p1517-soft);
}

.period-phase1517-editor-tools > span {
  margin-left: auto;
}

.period-phase1517-table-wrap {
  min-width: 0;
  width: 100%;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.period-phase1517-table-wrap table {
  width: 100%;
  min-width: 760px;
  border-collapse: collapse;
  color: var(--p1517-ink);
  font-size: 12px;
}

.period-phase1517-table-wrap caption {
  padding: 0 0 10px;
  color: var(--p1517-muted);
  font-weight: 720;
  text-align: left;
}

.period-phase1517-table-wrap th,
.period-phase1517-table-wrap td {
  padding: 11px 10px;
  border-bottom: 1px solid var(--p1517-line);
  vertical-align: top;
  text-align: left;
}

.period-phase1517-table-wrap th {
  position: sticky;
  top: 0;
  z-index: 1;
  background: #f0f3f5;
  color: #4f5b65;
  font-size: 11px;
  font-weight: 760;
  white-space: nowrap;
}

.period-phase1517-table-wrap td strong,
.period-phase1517-table-wrap td small {
  display: block;
}

.period-phase1517-table-wrap td small {
  margin-top: 4px;
  color: var(--p1517-muted);
  font-size: 10px;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.period-phase1517-mapping-table {
  max-height: 520px;
  margin-top: 12px;
}

.period-phase1517-mapping-table tr.invalid {
  background: var(--p1517-red-soft);
}

.period-phase1517-mapping-table input[type="date"],
.period-phase1517-mapping-table select,
.period-phase1517-cert-grid select,
.period-phase1517-cert-grid textarea {
  width: 100%;
  min-height: 40px;
  padding: 8px 9px;
  border: 1px solid #cfd7dc;
  border-radius: 8px;
  background: #fff;
  color: var(--p1517-ink);
  font: inherit;
}

.period-phase1517-mapping-table input[type="checkbox"],
.period-phase1517-check input {
  width: 18px;
  height: 18px;
  accent-color: var(--p1517-blue);
}

.period-phase1517-certification > header > b,
.period-phase1517-panel > header > b {
  color: var(--p1517-blue);
  font-size: 12px;
  line-height: 1.5;
}

.period-phase1517-certification > header > b.ready,
.period-phase1517-panel > header > b.ready {
  color: var(--p1517-green);
}

.period-phase1517-certification > header > b.blocked,
.period-phase1517-panel > header > b.blocked {
  color: var(--p1517-red);
}

.period-phase1517-cert-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 13px;
  margin-top: 16px;
}

.period-phase1517-cert-grid > label {
  display: grid;
  gap: 7px;
  min-width: 0;
  color: var(--p1517-muted);
  font-size: 12px;
  font-weight: 680;
}

.period-phase1517-cert-grid .period-phase1517-check {
  grid-template-columns: 22px minmax(0, 1fr);
  align-content: start;
  padding: 12px;
  border: 1px solid var(--p1517-line);
  border-radius: 10px;
  background: var(--p1517-soft);
}

.period-phase1517-check span strong,
.period-phase1517-check span small {
  display: block;
}

.period-phase1517-check span strong {
  color: var(--p1517-ink);
  font-size: 13px;
}

.period-phase1517-check span small {
  margin-top: 4px;
  color: var(--p1517-muted);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}

.period-phase1517-note {
  grid-column: 1 / -1;
}

.period-phase1517-cert-grid textarea {
  min-height: 82px;
  resize: vertical;
}

.period-phase1517-form-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-top: 15px;
}

.period-phase1517-form-footer ul {
  margin: 0;
  padding-left: 20px;
  color: var(--p1517-orange);
  font-size: 12px;
  line-height: 1.55;
}

.period-phase1517-form-footer button {
  flex: 0 0 auto;
  min-height: 44px;
}

.period-phase1517-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  min-width: 190px;
}

.period-phase1517-actions .danger-button {
  border-color: #d8a6a2;
  background: var(--p1517-red-soft);
  color: var(--p1517-red);
}

.period-phase1517-contract,
.period-phase1517-panel-note {
  margin: 0;
  padding: 11px 13px;
  border-left: 3px solid #9aacb7;
  background: var(--p1517-soft);
  color: var(--p1517-muted);
  font-size: 11px;
  line-height: 1.65;
}

.period-phase1517-panel-note {
  margin: 14px -18px -18px;
  border: 0;
  border-radius: 0 0 14px 14px;
}

.period-phase1517-source-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.period-phase1517-source {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--p1517-line);
  border-top: 4px solid var(--p1517-green);
  border-radius: 12px;
  background: var(--p1517-panel);
}

.period-phase1517-source.warning {
  border-top-color: var(--p1517-orange);
}

.period-phase1517-source.critical,
.period-phase1517-source.missing {
  border-top-color: var(--p1517-red);
}

.period-phase1517-source > header b,
.period-phase1517-horizon > header b {
  color: var(--p1517-muted);
  font-size: 11px;
}

.period-phase1517-metric-row {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(0, .7fr);
  gap: 10px;
  margin: 14px 0 10px;
}

.period-phase1517-metric-row span,
.period-phase1517-metric-row strong {
  display: block;
}

.period-phase1517-metric-row span {
  color: var(--p1517-muted);
  font-size: 10px;
}

.period-phase1517-metric-row strong {
  margin-top: 4px;
  font-size: 12px;
  overflow-wrap: anywhere;
}

.period-phase1517-progress {
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #e1e7ea;
}

.period-phase1517-progress i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: var(--p1517-blue);
}

.period-phase1517-source > footer,
.period-phase1517-horizon > footer {
  margin-top: 10px;
  color: var(--p1517-muted);
  font-size: 10px;
  line-height: 1.5;
}

.period-phase1517-alerts {
  border-left: 4px solid var(--p1517-orange);
  background: var(--p1517-orange-soft);
}

.period-phase1517-alerts > strong {
  font-size: 13px;
}

.period-phase1517-alerts ul {
  display: grid;
  gap: 7px;
  margin: 10px 0 0;
  padding: 0;
  list-style: none;
}

.period-phase1517-alerts li {
  display: flex;
  gap: 10px;
  color: #76502b;
  font-size: 12px;
}

.period-phase1517-alerts li.critical {
  color: var(--p1517-red);
}

.period-phase1517-alerts li span {
  flex: 0 0 150px;
  font-weight: 740;
}

.period-phase1517-horizon-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.period-phase1517-horizon {
  min-width: 0;
  padding: 16px;
  border: 1px solid var(--p1517-line);
  border-left: 4px solid var(--p1517-red);
  border-radius: 12px;
  background: var(--p1517-panel);
}

.period-phase1517-horizon.ready {
  border-left-color: var(--p1517-green);
}

.period-phase1517-horizon > p {
  margin: 8px 0 12px;
  color: var(--p1517-muted);
  font-size: 11px;
}

.period-phase1517-horizon ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.period-phase1517-horizon li > div:first-child {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 5px;
  font-size: 11px;
}

.period-phase1517-horizon li small {
  display: block;
  margin-top: 4px;
  color: var(--p1517-muted);
  font-size: 10px;
}

.period-phase1517-mart {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  background: var(--p1517-blue-soft);
}

.period-phase1517-mart > div span,
.period-phase1517-mart > div strong {
  display: block;
}

.period-phase1517-mart > div span {
  color: var(--p1517-blue);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .08em;
}

.period-phase1517-mart > div strong {
  margin-top: 6px;
  font-size: 17px;
}

.period-phase1517-mart dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, auto));
  gap: 20px;
  margin: 0;
}

.period-phase1517-mart dt,
.period-phase1517-mart dd {
  margin: 0;
}

.period-phase1517-mart dt {
  color: var(--p1517-muted);
  font-size: 10px;
}

.period-phase1517-mart dd {
  margin-top: 5px;
  font-size: 11px;
  font-weight: 700;
}

.period-phase1517-sufficiency {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.period-phase1517-sufficiency > div {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  padding: 12px;
  border: 1px solid #86bda8;
  border-radius: 11px;
  background: var(--p1517-green-soft);
}

.period-phase1517-sufficiency > div.blocked {
  border-color: #dda9a4;
  background: var(--p1517-red-soft);
}

.period-phase1517-sufficiency span {
  flex: 0 0 100%;
  color: var(--p1517-green);
  font-size: 11px;
  font-weight: 760;
  letter-spacing: .06em;
}

.period-phase1517-sufficiency .blocked span {
  color: var(--p1517-red);
}

.period-phase1517-sufficiency b {
  padding: 5px 8px;
  border-radius: 6px;
  background: rgb(255 255 255 / 70%);
  font-size: 10px;
}

.period-phase1517-summary-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 11px;
  margin: 16px 0;
}

.period-phase1517-summary-grid article {
  min-width: 0;
  padding: 14px;
  border: 1px solid var(--p1517-line);
  border-top: 3px solid var(--p1517-blue);
  border-radius: 10px;
  background: var(--p1517-soft);
}

.period-phase1517-summary-grid article.warning {
  border-top-color: var(--p1517-orange);
  background: var(--p1517-orange-soft);
}

.period-phase1517-summary-grid article.blocked {
  border-top-color: var(--p1517-red);
  background: var(--p1517-red-soft);
}

.period-phase1517-summary-grid span,
.period-phase1517-summary-grid strong,
.period-phase1517-summary-grid small {
  display: block;
}

.period-phase1517-summary-grid span {
  color: var(--p1517-muted);
  font-size: 11px;
  font-weight: 680;
}

.period-phase1517-summary-grid strong {
  margin-top: 6px;
  font-size: clamp(18px, 2vw, 27px);
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.period-phase1517-summary-grid small {
  margin-top: 6px;
  color: var(--p1517-muted);
  font-size: 10px;
  line-height: 1.45;
}

.period-phase1517-grade {
  display: inline-grid;
  place-items: center;
  width: 27px;
  height: 27px;
  border-radius: 7px;
  background: var(--p1517-red-soft);
  color: var(--p1517-red);
  font-weight: 800;
}

.period-phase1517-grade.grade-a,
.period-phase1517-grade.grade-b {
  background: var(--p1517-green-soft);
  color: var(--p1517-green);
}

.period-phase1517-grade.grade-c {
  background: var(--p1517-orange-soft);
  color: var(--p1517-orange);
}

.period-phase1517-product-grid {
  display: grid;
  grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
  gap: 14px;
}

.period-phase1517-shortage {
  margin-top: 15px;
  padding: 12px 14px;
  border: 1px solid var(--p1517-line);
  border-radius: 10px;
  background: var(--p1517-soft);
}

.period-phase1517-shortage > .period-phase1517-table-wrap {
  margin-top: 12px;
}

.period-phase1517-empty {
  padding: 22px;
  border: 1px dashed #bdc8cf;
  border-radius: 12px;
  background: var(--p1517-soft);
  color: var(--p1517-muted);
  font-size: 13px;
  line-height: 1.65;
  text-align: center;
}

.period-phase1517-empty.ready {
  border-color: #86bda8;
  background: var(--p1517-green-soft);
  color: var(--p1517-green);
}

@media (max-width: 1100px) {
  .period-phase1517-source-grid,
  .period-phase1517-summary-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .period-phase1517-verdict {
    grid-template-columns: 1fr;
  }

  .period-phase1517-verdict dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .period-phase1517-product-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .period-analytics-phase15-17 {
    gap: 14px;
    margin-top: 22px;
  }

  .period-phase1517-heading,
  .period-phase1517-panel > header,
  .period-phase1517-certification > header,
  .period-phase1517-section-heading,
  .period-phase1517-toolbar,
  .period-phase1517-mart {
    align-items: stretch;
    flex-direction: column;
    gap: 12px;
  }

  .period-phase1517-release {
    align-self: flex-start;
  }

  .period-phase1517-toolbar > span,
  .period-phase1517-editor-tools > span {
    text-align: left;
  }

  .period-phase1517-tabs {
    grid-template-columns: 1fr;
  }

  .period-phase1517-workflow {
    grid-template-columns: 1fr;
    gap: 7px;
  }

  .period-phase1517-workflow li,
  .period-phase1517-workflow li:first-child,
  .period-phase1517-workflow li:last-child {
    border: 1px solid var(--p1517-line);
    border-radius: 10px;
  }

  .period-phase1517-cert-grid,
  .period-phase1517-source-grid,
  .period-phase1517-horizon-grid,
  .period-phase1517-sufficiency,
  .period-phase1517-summary-grid {
    grid-template-columns: 1fr;
  }

  .period-phase1517-editor-tools,
  .period-phase1517-form-footer {
    align-items: stretch;
    flex-direction: column;
  }

  .period-phase1517-editor-tools > span {
    margin-left: 0;
  }

  .period-phase1517-form-footer button {
    width: 100%;
  }

  .period-phase1517-verdict dl,
  .period-phase1517-mart dl {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .period-phase1517-alerts li {
    display: block;
  }

  .period-phase1517-alerts li span {
    display: block;
    margin-bottom: 3px;
  }

  .period-phase1517-table-wrap {
    margin-inline: -4px;
    padding-bottom: 4px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .period-analytics-phase15-17 *,
  .period-analytics-phase15-17 *::before,
  .period-analytics-phase15-17 *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
