.abutment-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 1.25rem;
}

.abutment-content .wct {
  width: 13rem;
  margin-bottom: 0.625rem;
}

.abutment-content .abutment-success {
  font-weight: bold;
  font-size: 1.125rem;
  margin-bottom: 0.875rem;
  color: #377eff;
}
.add-wec,
.call {
  width: 18rem;
  height: 2.8125rem;
  background: #05c160;
  box-shadow: 0px 0.1875rem 0.1875rem 0.0625rem rgba(5, 193, 96, 0.2);
  border-radius: 1.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.add-wec,
.call span {
  font-size: 1rem;
  color: #ffffff;
}
.add-wec img {
  height: 0.875rem;
  margin-right: 0.625rem;
}
.call img {
  margin-right: 0.625rem;
  height: 0.875rem;
}

.call {
  background: #377eff;
  box-shadow: 0px 0.1875rem 0.1875rem 0.0625rem rgba(55, 126, 255, 0.2);
  margin-top: 0.625rem;
}

.work-message {
  width: 100%;
  height: 3.375rem;
  background: #e1e9ff;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.75rem;
  margin-top: 1.25rem;
}

.work-message .time {
  font-size: 0.875rem;
  color: #377eff;
}
