.cesa-phone-display {
  align-items: flex-start;
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #0b1f33;
  display: inline-flex;
  gap: 2px;
  min-height: 0;
  padding: 0;
  text-decoration: none;
  text-align: center;
  transition: background-color 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
  white-space: nowrap;
}

.cesa-phone-display:hover,
.cesa-phone-display:focus {
  background: transparent;
  border-color: transparent;
  box-shadow: none;
  color: #0b1f33;
  text-decoration: none;
}

.cesa-phone-display__icon {
  align-items: center;
  background: #007c92;
  border-radius: 50%;
  color: #fff;
  display: inline-flex;
  flex: 0 0 34px;
  height: 34px;
  justify-content: center;
  margin-top: 2px;
  width: 34px;
}

.cesa-phone-display__icon .material-icons {
  color: #fff;
  font-size: 20px;
  line-height: 1;
}

.cesa-phone-display__content {
  display: grid;
  gap: 1px;
  line-height: 1.12;
}

.cesa-phone-display__number {
  color: #007c92;
  font-size: 1.13rem;
  font-weight: 800;
  letter-spacing: 0;
  margin: 1px 0;
}

.cesa-phone-display__label,
.cesa-phone-display__hours {
  color: #334155;
  font-size: 0.74rem;
  font-weight: 600;
}

.cesa-phone-display__label {
  color: #152238;
}

.cesa-phone-display__hours {
  line-height: 1.28;
  white-space: normal;
}

@media (max-width: 1199.98px) {
  .cesa-phone-display__hours {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .cesa-phone-display {
    min-height: 34px;
    padding: 0;
  }

  .cesa-phone-display__content {
    display: none;
  }
}
