.gpsr-safety-card {
  background: #fff
}

.gpsr-safety-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px
}

.gpsr-safety-title {
  margin: 0 !important;
  font-size: 22px
}

.gpsr-safety-caret {
  display: inline-block;
  width: 18px;
  height: 18px;
  transform: rotate(180deg);
  opacity: .6
}

.gpsr-safety-section {
  margin-top: 18px;
  padding-top: 12px;
  border-top: 1px solid #edeef2
}

.gpsr-safety-subtitle {
  margin: 0;
  font-size: 16px
}

.gpsr-safety-line {
  margin: 2px 0
}

.gpsr-safety-docs {
  margin: 0;
  padding-left: 18px
}

.gpsr-safety-doc-item {
  margin: 6px 0
}

.gpsr-safety-description {
  margin: 0 0 8px 0;
  color: #666;
  font-size: 14px
}

.gpsr-safety-pdf-link {
  color: #0073aa;
  text-decoration: underline
}

.gpsr-safety-pdf-link:hover {
  color: #005177
}