.spark-compact-chrome {
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  box-sizing: border-box;
  min-height: 40px;
  padding: 6px 12px;
  width: 100%;
}

.spark-chrome-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  height: 34px;
  min-width: 34px;
  padding: 4px 8px;
  border-radius: 8px;
  border: 1px solid var(--border, rgba(22, 101, 52, 0.45));
  background: transparent;
  cursor: pointer;
  text-decoration: none;
  flex-shrink: 0;
  transition: background 0.2s ease, border-color 0.2s ease;
}

.spark-chrome-btn:hover {
  background: rgba(166, 255, 0, 0.08);
  border-color: rgba(166, 255, 0, 0.45);
}

.spark-chrome-home img {
  display: block;
  height: 28px;
  width: auto;
  max-width: 112px;
  object-fit: contain;
}

.spark-chrome-settings img {
  display: block;
  height: 28px;
  width: 28px;
  object-fit: contain;
}

body.spark-vault-body .vault-page-header .spark-chrome-btn {
  border-color: rgba(22, 101, 52, 0.45);
}

body.spark-vault-body .spark-chrome-btn:hover {
  background: rgba(166, 255, 0, 0.06);
  border-color: rgba(166, 255, 0, 0.5);
}

body.spark-inner-page .spark-compact-chrome {
  border-bottom: 1px solid var(--border);
}
