/* Shadow values taken from 
https://stackoverflow.com/questions/30533055/calculating-shadow-values-for-all-material-design-elevations
*/

.anvil-role-dependency-card {
  border-radius: 5px;
  padding: 24px 28px;
  background-size: cover;
  /* 2dp */  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}

.anvil-role-link-as-button {
  text-decoration: none;
  background-color: #1bb0ee;
  border: none;
  color: white;
  width: 130px;
  height: 40px;
  /* padding: 10px 20px; */
  text-align: center;
  display: inline-block;
  cursor: pointer;
  border-radius: 32px;
}

.anvil-role-link-as-button :hover {
  background: #33b8f0;
  box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15), 0px 1px 2px 0px rgba(0, 0, 0, 0.30);
  border-radius: 32px;
  text-decoration: none;
  color: white;
}

.anvil-role-link-as-button :active {
  text-decoration: none;
  color: white;
}

.anvil-role-link-as-button :focus {
  text-decoration: none;
  color: white;
}

.anvil-role-link-as-button .anvil-m3-link-icon-container :hover {
  box-shadow: none;
}

.anvil-role-link-as-button .anvil-m3-link-icon {
  background: none;
  font-size: 18px;
  padding-top: 10px;
  /* padding-left: 18px; */
  height: 40px;
  border-radius: 32px;
  color: white;
}
.anvil-role-link-as-button .anvil-m3-link-icon :hover {
  box-shadow: none;
}

.anvil-role-link-as-button .anvil-m3-link-text {
  background: none;
  font-weight: bold;
  padding-top: 10px;
  /* padding-left: 0px; */
  height: 40px;
  border-radius: 32px;
  color: white;
}

/* .anvil-role-link-as-button .anvil-m3-link-text {
  box-shadow: none;
} */
.anvil-role-link-on-black {
  text-decoration: none;
  color: white;
}

.anvil-role-link-on-black :hover {
  text-decoration: none;
  color: white;
}

.anvil-role-link-on-black :active {
  text-decoration: none;
  color: white;
}

.anvil-role-link-on-black :focus {
  text-decoration: none;
  color: white;
}
