:root {
  --durasteel-grey: #64696c;
  --unity-white: #ffffff;
  --galaxy-black: #000000;
  --coruscant-blue: #394a59;
  --imperial-red: #bc1e22;
  --valor-green: #556567;
}

.mayday_header-home_view,
.mayday_header-main,
.mayday_header-placeholder {
  /* background-image: url(https://maydaydevblobpool.blob.core.windows.net/la-7e-compagnie/static/gradient_1920_1080___svsk6dinwhuhrchx.png); */
  background: linear-gradient(
    90deg,
    var(--galaxy-black) 0%,
    var(--coruscant-blue) 100%
  ) !important;
}
.mayday_home_collection-highlight {
  display: none !important;
}
.mayday_home_collection-container:not(:last-child)
  .mayday_home_collection-container_col,
.mayday_home_collection-container_col:not(:last-child) {
  border: none !important;
}
.mayday_home_collection {
  border: 1px solid var(--imperial-red) !important;
  border-radius: 8px !important;
}
.mayday_home_collection-container_col {
  margin: 8px !important;
}
