﻿/* Elsevier product detail overlay — aligns with docs/elsevier_ui_wireframe.html */

.els-offmarket-banner {
  background: #fee2e2;
  border: 1.5px solid #ef4444;
  border-radius: 6px;
  padding: 10px 16px;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #b91c1c;
}

.els-clinical-table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #d1fae5;
  border-radius: 8px;
  overflow: hidden;
  font-size: 13px;
  margin-bottom: 14px;
}

.els-clinical-table tr { border-bottom: 1px solid #ecfdf5; }
.els-clinical-table tr:last-child { border-bottom: none; }
.els-clinical-table td:first-child {
  background: #ecfdf5;
  font-weight: 500;
  color: #065f46;
  padding: 9px 14px;
  width: 180px;
  vertical-align: top;
}
.els-clinical-table td:last-child { padding: 9px 14px; color: #374151; }

.els-ingredient-line { display: block; margin-bottom: 3px; font-size: 12.5px; }
.els-ingredient-line:last-child { margin-bottom: 0; }

.els-medguide-section { margin-top: 14px; margin-bottom: 18px; }
.els-medguide-label {
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 7px;
  text-transform: uppercase;
  letter-spacing: .05em;
}
.els-medguide-links { display: flex; flex-direction: column; gap: 6px; }
.els-medguide-link {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #1d4ed8;
  font-size: 13px;
  text-decoration: none;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
  padding: 6px 12px;
  border-radius: 5px;
  width: fit-content;
}
.els-medguide-link:hover { background: #dbeafe; }

img.elsevier-gallery-img {
  border: 2px solid #10b981;
  border-radius: 6px;
  box-sizing: border-box;
}
