/* Coverage grid and cards */
.coverage-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.coverage-card {
  overflow: hidden;
  padding: 0;
}

.coverage-visual {
  width: 100%;
  height: 148px;
  border-radius: 0;
  background: linear-gradient(180deg, #eef0f2, #eef0f2);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  padding: 12px;
}

.coverage-visual img,
.coverage-visual svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
}

.coverage-body {
  padding: 20px 22px 22px;
}

.coverage-card ul {
  margin: 12px 0 0;
  padding-left: 18px;
}
