.package-overview-tab {
  display: flex;
  flex-direction: row; }
  @media screen and (max-width: 599px) {
    .package-overview-tab {
      flex-direction: column; } }
  .package-overview-tab .package-overview-content {
    word-break: break-word;
    flex: 1 1; }
    .package-overview-tab .package-overview-content .message-card {
      margin: 0 20px 20px 0; }
    .package-overview-tab .package-overview-content .package-command {
      align-items: center;
      display: flex;
      flex-direction: row; }
      @media screen and (max-width: 1023px) {
        .package-overview-tab .package-overview-content .package-command {
          align-items: flex-start;
          flex-direction: column; } }
    .package-overview-tab .package-overview-content .install-instructions-then {
      color: rgba( 51, 51, 51 ,  1 );
      color: rgba( var(--palette-neutral-80,51, 51, 51) ,  1 );
      margin: 8px 12px;
      word-break: normal; }
  .package-overview-tab .package-overview-attributes {
    word-break: break-word;
    flex: 0 0 380px; }
  .package-overview-tab .package-group-spacer {
    margin-top: 8px; }
  .package-overview-tab .package-group-header {
    color: rgba(0, 0, 0, .55);
    color: var(--text-secondary-color,rgba(0, 0, 0, .55));
    font-size: 0.875rem;
    padding-bottom: 4px; }
