button[data-testid='split-button-submit'],
button[data-testid='split-button-dropdown-toggle'] {
  background-color: #1376f0 !important;
  border-color: #1376f0 !important;
  --button-shadow-color: #1376f0 !important;
}

span[title="Onetime Secret Version"] {
  font-size: 0.75rem;
  color: #6b7280;
}

span[title="Onetime Secret Version"] a {
  display: none !important;
}

span[title="Onetime Secret Version"]::after {
  content: "ytpi - One Time Secret";
}

/* TTL dropdown selected item */
[data-testid="ttl-option-selected"],
[aria-selected="true"],
.selected {
  background-color: #1376f0 !important;
  color: white !important;
}

/* Brand color overrides */
:root {
  --color-brand-50: #e8f1fe;
  --color-brand-100: #d1e3fd;
  --color-brand-300: #7ab0f7;
  --color-brand-400: #4d92f4;
  --color-brand-500: #1376f0;
  --color-brand-600: #1376f0;
  --color-brand-700: #0d5bc4;
  --color-brand-900: #0a3d85;
}

div.fixed.left-0.top-0.z-50.h-1.w-full {
  background-color: #1376f0 !important;
}

