.profile-wrapper {
    padding-left: 1.2rem !important;
    padding-right: 1.2rem !important;
    width: 100%;
    margin: 0 auto !important;
    font-family: 'gg sans', 'Noto Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  }

  .discord-top-section {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 8px;
  }
  .discord-status-container {
    margin-bottom: 2em;
    margin-top: 3.5rem;
    text-align: left;
  }
  .discord-avatar-wrapper {
    position: relative;
    display: inline-block;
    min-width: max-content;
    flex-shrink: 0;
    border-radius: 50%;
    background: var(--main-border-color, #343438);
  }
  .discord-skeleton-avatar {
    width: 112px;
    height: 112px;
  }
  .discord-placeholder > .visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    overflow: hidden;
    clip-path: inset(50%);
    white-space: nowrap;
  }
  .discord-skeleton-badge {
    background: var(--text-muted-color, #82838b);
  }
  .discord-skeleton-line {
    display: block;
    width: 92px;
    height: 14px;
    margin: 5px 0;
    border-radius: 4px;
    background: var(--main-border-color, #343438);
  }
  .discord-skeleton-short {
    width: 48px;
    height: 10px;
  }
  .discord-avatar {
    width: 112px;
    height: 112px;
    border-radius: 50%;
    border: 0px solid var(--sidebar-bg, #1e1e2e);
    display: block;
  }

  .discord-avatar:hover {
    opacity: 0.7;
  }

  .discord-status-badge {
    position: absolute;
    bottom: 1.2%;
    right: 1.2%;
    width: 32%;
    height: 32%;
    border-radius: 50%;
    border: 0.47em solid var(--sidebar-bg, #1e1e2e);
    z-index: 1;
  }

  .status-online {
    background-color: #579a5b;
  }

  .status-idle {
    background-color: #c3985f;
  }

  .status-dnd {
    background-color: #c84748;
  }

  .status-offline {
    background-color: #1e1e2e;
    box-shadow: inset 0 0 0 5px #82838b;
  }

  .discord-username {
    color: var(--heading-color, #cccccc);
    font-weight: 800;
    font-size: 1.2em;
    text-decoration: none;
  }

  .discord-status-text {
    color: var(--text-muted-color, #82838b);
    font-size: 0.8em;
    font-weight: 550;
  }
  .discord-text-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .discord-activity {
    background: var(--dynamic-bg);
    border-radius: 8px;
    padding: 0.7em;
    margin-top: 2.5em;
    font-size: 0.75em;
    transition: background-color 0.4s ease;
    position: relative;
    overflow: hidden;
    color: #cccccc;
    border: 1px solid color-mix(in srgb, var(--dynamic-bg) 85%, #cccccc 15%);
  }

  .spotify-activity,
  .game-activity {
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
    gap: 6px;
  }

  .spotify-album-mini,
  .game-icon {
    width: 64px;
    height: 64px;
    border-radius: 6px;
    object-fit: cover;
  }

  .game-details {
    flex: 1;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: flex;
    flex-direction: column;
  }

  .spotify-song {
    color: #1db954;
    font-weight: bold;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
  }

  .spotify-artist {
    color: var(--text-muted-color, #82838b);
    font-size: 11px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .game-name {
    color: #cccccc;
    font-weight: 500;
    font-size: 11px;
    line-height: 1.1;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .music-title {
    color: #cccccc;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.2;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .music-time {
    color: #cccccc;
    font-size: 11px;
    line-height: 1.3;
    vertical-align: middle;
    font-weight: 600;
    font-family: 'gg mono', 'Source Code Pro', Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console',
      'Lucida Sans Typewriter', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono L',
      Monaco, 'Courier New', Courier, monospace;
  }
  .bar {
    background-color: #82838b;
    border-radius: 2px;
    flex: 1;
    height: 2px;
  }
  .progress {
    background-color: #cccccc;
    border-radius: inherit;
    height: inherit;
    min-width: 4px;
  }
  .game-body {
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .game-info {
    color: #cccccc;
    font-size: 11px;
    line-height: 1.1;
    vertical-align: middle;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .game-state {
    font-size: 11px;
    line-height: 1.2;
    vertical-align: middle;
    font-weight: 400;
    color: #82838b;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .game-time {
    font-size: 11px;
    line-height: 1.2;
    color: #579a5b;
    font-family: 'gg mono', 'Source Code Pro', Consolas, 'Andale Mono WT', 'Andale Mono', 'Lucida Console',
      'Lucida Sans Typewriter', 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Liberation Mono', 'Nimbus Mono L',
      Monaco, 'Courier New', Courier, monospace;
    font-variant-numeric: tabular-nums;
    font-weight: 900;
    -webkit-text-stroke: 0.4px #579a5b;
  }
  .game-container {
    display: flex;
    align-items: center;
    gap: 2.4px;
    margin-top: 5px;
  }
  .music-container {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 5px;
  }

  .discord-error {
    color: var(--text-muted-color, #82838b);
    font-size: 0.8em;
    padding: 20px 0;
  }

  .discord-error {
    color: rgb(95, 92, 92);
  }
  .spotify-link {
    text-decoration: none;
    color: inherit;
    display: block;
    transition: opacity 0.2s ease;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  .spotify-link:hover {
    opacity: 0.8;
  }

  .spotify-link:hover .spotify-song {
    text-decoration: underline;
  }

  .spotify-album-mini:hover {
    transform: scale(1.01);
    transition: transform 0.2s ease;
  }

  @media (max-width: 576px) {
    .discord-avatar-wrapper {
      --avatar-size: 80px;
    }
  }
  #sidebar ul li.nav-item {
    opacity: 0.9;
    width: 100%;
    padding-left: 1.2rem;
    padding-right: 1.2rem;
  }
