@media (max-width: 760px) {
  .ym-dashboard-xero-scope {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 16px !important;
    padding: 26px 18px 28px !important;
    text-align: center !important;
  }

  .ym-dashboard-xero-scope > div {
    display: grid !important;
    width: 100% !important;
    justify-items: center !important;
    gap: 8px !important;
  }

  .ym-dashboard-xero-scope .eyebrow,
  .ym-dashboard-xero-scope h3,
  .ym-dashboard-xero-scope p {
    text-align: center !important;
  }

  .ym-dashboard-xero-scope .eyebrow {
    margin: 0 !important;
  }

  #dashboard-xero-scope-title {
    max-width: 290px !important;
    margin: 0 !important;
    line-height: 1.12 !important;
  }

  #dashboard-xero-scope-status {
    max-width: 310px !important;
    margin: 0 !important;
    line-height: 1.45 !important;
  }

  .ym-dashboard-xero-scope .ym-dashboard-refresh-icon-button {
    width: min(100%, 310px) !important;
    max-width: 310px !important;
    min-width: 0 !important;
    height: 56px !important;
    min-height: 56px !important;
    margin: 6px auto 0 !important;
    justify-self: center !important;
    align-self: center !important;
    border-radius: 999px !important;
  }

  .ym-dashboard-xero-scope > label {
    display: grid !important;
    width: 100% !important;
    max-width: 310px !important;
    margin: 2px auto 0 !important;
    justify-items: center !important;
    gap: 9px !important;
    text-align: center !important;
  }

  .ym-dashboard-xero-scope > label select {
    width: min(100%, 270px) !important;
    max-width: 270px !important;
    min-height: 42px !important;
    margin: 0 auto !important;
    text-align: center !important;
    text-align-last: center !important;
  }
}
