<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pm-trusted-section {
  padding: 100px 20px;
  background: #f8f8f8;
  text-align: center;
}

.pm-trusted-section .container {
  max-width: 1200px;
  margin: 0 auto;
}

.trusted-title {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 50px;
  color: #003a7a;
}

.trusted-title span {
  font-style: italic;
  font-weight: 800;
  color: #0c8a43;
}

.trusted-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.trusted-card {
  background: white;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  max-width: 300px;
  flex: 1 1 280px;
  text-align: center;
}

.trusted-card img {
  width: 100%;
  height: auto;
  display: block;
}

.trusted-label {
  padding: 10px;
  font-weight: 700;
  font-size: 1rem;
  color: white;
}

.trusted-label.green {
  background: #0c8a43;
}

.trusted-label.blue {
  background: #003a7a;
}

.trusted-location {
  font-size: 0.95rem;
  color: #333;
  padding: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.trusted-location i {
  color: #0c8a43;
  font-size: 1rem;
}
</pre></body></html>