.hostinger-line-tools-panel {
  position: absolute;
  top: 66px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 6;
  width: min(780px, calc(100% - 28px));
  display: none;
  align-items: center;
  gap: 10px;
  padding: 9px 10px;
  border: 1px solid #dbe3ef;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.96);
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.16);
  overflow-x: auto;
}

.hostinger-line-color-row,
.hostinger-line-style-row {
  display: flex;
  align-items: center;
  gap: 6px;
}

.hostinger-line-color-row button {
  width: 24px;
  height: 24px;
  min-height: 24px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid #ffffff;
  box-shadow: 0 0 0 1px #cbd5e1;
}

.hostinger-line-color-row button.active {
  box-shadow: 0 0 0 2px #0f172a;
}

.hostinger-line-tools-panel input[type="color"] {
  width: 42px;
  height: 34px;
  padding: 3px;
}

.hostinger-line-style-row button {
  min-width: 96px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 800;
}
