/* stylelint-disable */

.container {
  width: 100%
}

@media (min-width: 476px) {
  .container {
    max-width: 476px
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px
  }
}

@media (min-width: 900px) {
  .container {
    max-width: 900px
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px
  }
}

.chromatogram-conditions-wrapper .fixed {
  position: fixed
}

.chromatogram-conditions-wrapper .block {
  display: block
}

.chromatogram-conditions-wrapper .table {
  display: table
}

.chromatogram-conditions-wrapper .grid {
  display: grid
}

.chromatogram-conditions-wrapper .h-11 {
  height: 2.75rem
}

.chromatogram-conditions-wrapper .w-1\/2 {
  width: 50%
}

.chromatogram-conditions-wrapper .w-1\/3 {
  width: 33.333333%
}

.chromatogram-conditions-wrapper .w-1\/4 {
  width: 25%
}

.chromatogram-conditions-wrapper .w-11 {
  width: 2.75rem
}

.chromatogram-conditions-wrapper .grow {
  flex-grow: 1
}

@keyframes orderReviewSectionHighlight {
  0% {
    background-color: transparent
  }

  30% {
    background-color: #e6e6e6
  }

  70% {
    background-color: #e6e6e6
  }

  100% {
    background-color: transparent
  }
}

.chromatogram-conditions-wrapper .animate-section-highlight {
  animation: orderReviewSectionHighlight 1.5s ease both
}

@keyframes slideDown {
  0% {
    transform: translateY(-100%);
    opacity: 0
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

.chromatogram-conditions-wrapper .animate-slide-down {
  animation: slideDown 0.5s ease-out forwards
}

@keyframes slideUp {
  0% {
    transform: translateY(100%);
    opacity: 0
  }

  100% {
    transform: translateY(0);
    opacity: 1
  }
}

.chromatogram-conditions-wrapper .animate-slide-up {
  animation: slideUp 0.5s ease-out forwards
}

.chromatogram-conditions-wrapper .rounded-md {
  border-radius: 0.375rem
}

.chromatogram-conditions-wrapper .filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)
}

.chromatogram-conditions-wrapper .transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms
}

/* Pre-compiled Custom CSS - Added at end */
/* ============================================
   Chromatogram Conditions Block
   ============================================ */

/* Block wrapper: 0px top margin, 32px bottom margin */
.chromatogram-conditions.block {
  margin-top: 0;
  margin-bottom: 2rem; /* 32px */
  padding: 0;
}

/* Two-column layout: image left, table right, 2.5rem gap */
.chromatogram-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.5rem;
  align-items: start;
}

/* Stack single column on mobile */
@media (max-width: 767px) {
  .chromatogram-container {
    grid-template-columns: 1fr;
  }
}

/* ---- Left: Image ---- */
.chromatogram-image-col {
  padding: 0;
}

.chromatogram-image-col picture,
.chromatogram-image-col img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  padding: 0;
}

/* ---- Right: Table ---- */
.chromatogram-table-col {
  display: flex;
  flex-direction: column;
}

/* The scrollable container for the accordion */
.chromatogram-table-container {
  transition: max-height 0.35s ease-out;
  position: relative;
}

/* Collapsed state: truncate at 350px with fade */
.chromatogram-table-container.table-collapsed {
  max-height: 350px;
  overflow: hidden;
}

.chromatogram-table-container.table-collapsed::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 64px;
  background: linear-gradient(to bottom, transparent, #fff);
  pointer-events: none;
}

/* Expanded state */
.chromatogram-table-container.table-expanded {
  overflow: visible;
}

/* Top border on the table */
.chromatogram-table {
  width: 100%;
  border-top: 1px solid #e5e7eb;
}

/* ---- Table Rows ---- */
.chromatogram-row {
  display: flex;
  align-items: flex-start; /* all cells top-aligned */
  border-bottom: 1px solid #e5e7eb;
  gap: 1rem;
}

/* Left cell: fixed width, bold label */
.chromatogram-label {
  flex: 0 0 33%;
  width: 33%;
  min-width: 0;
  font-weight: 600;
  font-size: 16px;
  color: #002948;
  padding-right: 0.5rem;
  align-self: flex-start;
}

/* Vertically center the label within its row */
.chromatogram-label--center {
  padding: 16px;
}

/* Right cell container: holds 1 or 2 value cells */
.chromatogram-values {
  flex: 1;
  display: flex;
  flex-direction: row;
  gap: 1rem;
  align-items: center;
  min-width: 0;
  padding-top: 16px; 
  padding-right: 24px; 
  padding-bottom: 16px; 
  padding-left: 24px;
}

/* Each individual value cell */
.chromatogram-value {
  flex: 1;
  min-width: 0;
  color: #4b5563;
  align-self: flex-start;
}

/* When a second value is present, add a subtle separator between the two */
.chromatogram-values .chromatogram-value + .chromatogram-value {
  padding-left: 1rem;
  border-left: 1px solid #e5e7eb;
}

/* Paragraph spacing within values */
.chromatogram-value p,
.chromatogram-value ul,
.chromatogram-value ol,
.chromatogram-value h1,
.chromatogram-value h2,
.chromatogram-value h3,
.chromatogram-value h4,
.chromatogram-value h5,
.chromatogram-value h6 {
  margin-bottom: 0.25rem;
}

.chromatogram-value p:last-child,
.chromatogram-value ul:last-child,
.chromatogram-value ol:last-child,
.chromatogram-value h1:last-child,
.chromatogram-value h2:last-child,
.chromatogram-value h3:last-child,
.chromatogram-value h4:last-child,
.chromatogram-value h5:last-child,
.chromatogram-value h6:last-child {
  margin-bottom: 0;
}

.chromatogram-value ul {
  list-style-type: disc;
  padding-left: 1.25rem;
}

.chromatogram-value ol {
  list-style-type: decimal;
  padding-left: 1.25rem;
}

.chromatogram-value li {
  margin-bottom: 0.25rem;
}

.chromatogram-value li:last-child {
  margin-bottom: 0;
}

/* Bold headings within value cells */
.chromatogram-value strong {
  display: block;
  font-weight: 700;
  color: #002948;
  margin-bottom: 0.25rem;
}

/* Links within value cells */
.chromatogram-value a {
  color: #1876d1;
  text-decoration: none;
}

.chromatogram-value a:hover {
  text-decoration: underline;
}

/* ---- Accordion Toggle Button ---- */
.chromatogram-toggle-container {
  margin-top: 1rem;
  display: flex;
  justify-content: center;
}

.chromatogram-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  background: transparent;
  background-color: transparent;
  border: none;
  color: #1876d1;
  font-weight: 600;
  font-size: 0.9375rem;
  cursor: pointer;
  padding: 0.25rem 0;
  text-decoration: none;
  box-shadow: none;
  outline: none;
}

/* Override global button hover/focus/active styles */
.chromatogram-toggle-btn:hover,
.chromatogram-toggle-btn:focus,
.chromatogram-toggle-btn:active,
.chromatogram-toggle-btn:focus-visible,
.chromatogram-toggle-btn:focus-within {
  background: transparent !important;
  background-color: transparent !important;
  box-shadow: none !important;
  outline: none !important;
  border: none !important;
}

.chromatogram-toggle-btn:hover .chromatogram-toggle-text {
  text-decoration: underline;
}

.chromatogram-toggle-chevron {
  display: flex;
  align-items: center;
  transition: transform 0.3s ease;
}

.chromatogram-toggle-chevron.rotated {
  transform: rotate(180deg);
}