.customer-row.has-customer-call {
  grid-template-columns: auto minmax(0, 1fr) auto auto auto;
}

.customer-call {
  border: 1px solid #dce3de;
  background: #fff;
  color: #425149;
  cursor: pointer;
}

.customer-call:hover {
  border-color: #b7cf68;
  background: #f7fbe9;
}

@media (max-width: 760px) {
  .app-support-phone {
    position: static !important;
    inset: auto !important;
    box-shadow: none !important;
  }

  .settings-page {
    padding-top: 40px;
  }

  .customer-row.has-customer-call {
    grid-template-columns: auto minmax(0, 1fr) auto auto;
  }

  .customer-row.has-customer-call .receipt-meta {
    display: none;
  }

  .customer-call {
    padding: 7px 9px;
    font-size: 11px;
  }

  .customer-call::after {
    content: none !important;
  }
}
