@import url("https://fonts.googleapis.com/css2?family=Lato:wght@400&display=swap");

/* table styles — scoped to [data-table] widget containers */
[data-table] table {
  font-family: "Lato", sans-serif;
  border-collapse: collapse;
  min-width: 475px;
  font-size: 16px;
  color: #333;
}

[data-table] thead {
  background-color: #f9f9f9;
  font-weight: bold;
}

[data-table] th,
[data-table] td {
  padding: 12px;
  text-align: left;
  border: 1px solid #ddd;
  text-align: center;
  max-width: 175px;
}

[data-table] tr:hover {
  background-color: #f5f5f5;
}

/* cell-specific styles */
[data-table] td img {
  max-height: 50px;
  max-width: 100%;
}

[data-table] .table-provider-header {
  width: 150px;
}

[data-table] #monthly-bill-estimate {
  color: #1780ad;
  width: 135px;
}

[data-table] .term-cell {
  width: 70px;
}

[data-table] .link-cell {
  width: 70px;
  position: relative;
  align-items: center;
}
[data-table] .link-cell:hover {
  background: #1780ad;
}

[data-table] .link-cell a {
  color: #1780ad;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
[data-table] .link-cell a:hover {
  color: white;
}
