.wt-hero-office-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 12px 28px 12px 14px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: rgba(255, 255, 255, 0.96);
  color: #0c2d66;
  box-shadow: 0 18px 42px rgba(2, 26, 72, 0.22);
}

.wt-hero-office-link::before {
  content: "";
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  background: url("../images/worktop/worktop-office-entry.svg") center/contain no-repeat;
}

.wt-hero-office-link:hover,
.wt-hero-office-link:focus {
  color: #0c2d66;
  transform: translateY(-1px);
  box-shadow: 0 22px 48px rgba(2, 26, 72, 0.28);
}
