/*
 * NOYTRIX PROFILE — HARD TAB CONTENT V2
 *
 * Desktop only.
 * Does NOT affect mobile.
 */

@media (min-width: 1200px) {

  body.p56-profile-open
  #screen-profile-v56
  .p56-content {
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    max-height: none !important;

    overflow: visible !important;
  }


  body.p56-profile-open
  #screen-profile-v56
  [data-p56-panel] {
    width: 100% !important;
    max-width: none !important;
  }


  body.p56-profile-open
  #screen-profile-v56
  [data-p56-panel].active {
    display: block !important;

    visibility: visible !important;
    opacity: 1 !important;

    position: relative !important;
    inset: auto !important;

    height: auto !important;
    min-height: 100% !important;
    max-height: none !important;

    overflow-y: auto !important;
    overflow-x: hidden !important;
  }


  /*
   * Embedded old Activity/Settings screens
   * are allowed to render inside Profile.
   */

  body.p56-profile-open
  #screen-profile-v56
  [data-p56-panel].active
  .screen {
    display: block !important;

    visibility: visible !important;
    opacity: 1 !important;

    position: relative !important;

    width: 100% !important;
    height: auto !important;

    pointer-events: auto !important;
  }


  body.p56-profile-open
  #screen-profile-v56
  #p56ActivitySlot,

  body.p56-profile-open
  #screen-profile-v56
  #p56SettingsSlot {
    display: block !important;

    visibility: visible !important;
    opacity: 1 !important;

    width: 100% !important;
    height: auto !important;
    min-height: 1px !important;
  }
}
