/* AUVE Media Cloud — Brand colors */
:root {
  --background: #080808;
  --surfacePrimary: #0f0f0f;
  --surfaceSecondary: #1a1a1a;
  --divider: #2a2a2a;
  --textPrimary: #eeebe0;
  --textSecondary: #b8b3a5;
  --textIcon: #C9A862;
  --primaryColor: #C9A862;
}

/* Header logo bigger */
.action.dropdown img,
header img.logo,
nav img {
  max-height: 36px;
}

/* Override link colors to gold */
a, a:hover, a:visited {
  color: #C9A862;
}

/* Buttons */
button.action:hover {
  background-color: rgba(201, 168, 98, 0.15);
}

/* Active selection */
#listing .item.active,
#listing .item:hover {
  background-color: rgba(201, 168, 98, 0.1);
}
