.oss-report-lp-hero {
  padding: 2rem 0 1rem;
}

.oss-report-lp-lead {
  font-size: 1.08rem;
  line-height: 1.9;
  margin: 1rem 0 1.25rem;
}

.oss-report-lp-proof-row,
.oss-report-lp-card-grid,
.oss-report-lp-value-grid {
  display: grid;
  gap: 1rem;
  margin: 1.5rem 0;
}

.oss-report-lp-proof-row {
  grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr));
}

.oss-report-lp-card-grid {
  grid-template-columns: repeat(auto-fit, minmax(15rem, 1fr));
}

.oss-report-lp-value-grid {
  grid-template-columns: repeat(auto-fit, minmax(17rem, 1fr));
}

.oss-report-lp-card,
.oss-report-lp-proof,
.oss-report-lp-note,
.oss-report-lp-warning {
  background: #ffffff;
  border: 1px solid #ead4d7;
  border-radius: 0.75rem;
  padding: 1rem 1.1rem;
}

.oss-report-lp-proof {
  background: #fff7f8;
  border-color: #edc4c9;
}

.oss-report-lp-card strong,
.oss-report-lp-card h3,
.oss-report-lp-proof strong {
  color: #8f1723;
  display: block;
  margin-bottom: 0.35rem;
}

.oss-report-lp-card h3 {
  font-size: 1rem;
  line-height: 1.45;
  margin-top: 0;
}

.oss-report-lp-note {
  background: #fffafa;
  border-left: 5px solid #b21f2d;
}

.oss-report-lp-warning {
  background: #fff3f4;
  border-left: 5px solid #c83240;
}

.oss-report-cta-row {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.25rem 0 1.75rem;
}

.oss-report-cta-row--hero {
  align-items: stretch;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.75rem;
  max-width: 68rem;
  width: 100%;
}

.oss-report-cta-row--hero > .oss-report-cta-button,
.oss-report-cta-row--hero a.oss-report-cta-button {
  align-items: center !important;
  box-sizing: border-box;
  display: flex !important;
  flex: 1 1 0;
  font-size: clamp(0.84rem, 1.05vw, 0.96rem);
  height: 3.6rem !important;
  justify-content: center !important;
  line-height: 1.22 !important;
  max-height: 3.6rem !important;
  min-height: 3.6rem !important;
  min-width: 0;
  overflow-wrap: normal !important;
  padding: 0.5rem 0.9rem;
  text-align: center;
  white-space: normal !important;
  width: 100%;
  word-break: keep-all !important;
}

.oss-report-cta-row--footer {
  margin-top: 1.5rem;
}

.oss-report-cta-button {
  align-items: center;
  border: 1px solid #b21f2d;
  border-radius: 999px;
  box-sizing: border-box;
  display: inline-flex;
  flex: 0 1 15rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.3;
  min-height: 2.75rem;
  padding: 0.75rem 1.15rem;
  text-align: center;
  text-decoration: none;
}

.oss-report-cta-button:hover,
.oss-report-cta-button:focus {
  filter: brightness(0.96);
  text-decoration: none;
}

.oss-report-cta-button--primary {
  background: #b21f2d;
  color: #ffffff;
}

.oss-report-cta-button--secondary {
  background: #ffffff;
  color: #8f1723;
}

.oss-report-lp-details {
  background: #fffafa;
  border: 1px solid #ead4d7;
  border-radius: 0.75rem;
  margin: 1rem 0;
  padding: 0.85rem 1rem;
}

.oss-report-lp-details summary {
  color: #8f1723;
  cursor: pointer;
  font-weight: 700;
}

.oss-report-lp-details[open] summary {
  margin-bottom: 0.8rem;
}

.oss-report-lp-details.is-locked {
  background: #f6f6f6;
  border-color: #dedede;
}

.oss-report-lp-details.is-locked summary {
  color: #666;
}

.oss-report-lp-unlock-note {
  background: #ffffff;
  border: 1px solid #dedede;
  border-radius: 0.5rem;
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0.8rem 0 0;
  padding: 0.75rem 0.85rem;
}

.oss-report-lp-compact-table table,
.oss-report-lp-compact-table th,
.oss-report-lp-compact-table td {
  font-size: 0.95rem;
}

.oss-report-lp-muted {
  color: #666;
  font-size: 0.95rem;
}

.oss-report-lp-pdf-sample {
  margin: 1.5rem 0;
}

.oss-report-lp-pdf-viewer {
  background: #fffafa;
  border: 1px solid #ead4d7;
  border-radius: 0.75rem;
  padding: 0.75rem;
}

.oss-report-lp-pdf-object,
.oss-report-lp-pdf-embed {
  background: #ffffff;
  border: 0;
  border-radius: 0.55rem;
  display: block;
  height: 380px;
  max-height: 43vh;
  min-height: 310px;
  width: 100%;
}

.oss-report-lp-pdf-fallback {
  background: #ffffff;
  border: 1px solid #ead4d7;
  border-radius: 0.55rem;
  margin: 0;
  padding: 1rem;
}

.oss-report-lp-sample-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 0.85rem 0 0;
}

@media (max-width: 640px) {
  .oss-report-cta-button {
    flex-basis: 100%;
    width: 100%;
  }
}

@media (max-width: 760px) {
  .oss-report-cta-row--hero {
    flex-direction: column;
    max-width: 100%;
  }

  .oss-report-cta-row--hero > .oss-report-cta-button,
  .oss-report-cta-row--hero a.oss-report-cta-button {
    height: auto !important;
    max-height: none !important;
    min-height: 3.1rem !important;
  }

  .oss-report-lp-pdf-object,
  .oss-report-lp-pdf-embed {
    height: 270px;
    max-height: 39vh;
    min-height: 210px;
  }
}
