/* Hub v265: ninth business-tool card with a balanced three-by-three desktop grid. */

.hub-business-tools-grid-v265 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.hub-business-tool-wefastd-v265 {
  --tool-accent: #f26522;
}

.hub-business-tool-wefastd-v265 .hub-business-tool-logo-v264 img {
  width: 40px;
  height: 40px;
}

@media (max-width: 760px) {
  .hub-business-tools-grid-v265 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 430px) {
  .hub-business-tool-wefastd-v265 .hub-business-tool-logo-v264 img {
    width: 34px;
    height: 34px;
  }
}