/* Keeps the RepoGate console in its premium desktop layout inside the landing-page frame. */
@media (min-width: 48rem) and (max-height: 720px) {
  #root > div {
    padding: 12px !important;
  }

  .max-w-7xl {
    max-width: none !important;
  }

  .md\:border-8 {
    border-width: 4px !important;
  }

  .md\:p-8 {
    padding: 14px !important;
  }

  .md\:p-6 {
    padding: 16px !important;
  }

  .md\:px-10 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  .md\:h-14 {
    height: 46px !important;
  }

  .md\:min-h-\[450px\] {
    min-height: 360px !important;
  }

  .md\:w-\[74\%\] {
    width: 66% !important;
  }

  .md\:w-\[26\%\] {
    width: 34% !important;
  }

  .md\:text-\[44px\] {
    font-size: 40px !important;
    line-height: 1 !important;
  }

  .lg\:w-\[55\%\] {
    width: 62% !important;
  }
}
