.sowbtp-cookie-panel {
  position: fixed;
  z-index: 9999;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  max-width: 960px;
  margin: 0 auto;
  padding: 1rem 1.15rem;
  color: #eef6ff;
  background: rgba(7, 25, 46, .98);
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(0, 0, 0, .32);
  font: 15px/1.45 Arial, sans-serif;
}
.sowbtp-cookie-panel strong { display: block; margin-bottom: .2rem; font-size: 1rem; }
.sowbtp-cookie-panel p { margin: 0; }
.sowbtp-cookie-panel a { color: #b8dcff; text-decoration: underline; }
.sowbtp-cookie-actions { display: flex; flex: 0 0 auto; gap: .65rem; }
.sowbtp-cookie-actions button,
.sowbtp-cookie-settings {
  border: 1px solid rgba(255,255,255,.35);
  border-radius: 999px;
  padding: .65rem 1rem;
  color: #fff;
  background: transparent;
  cursor: pointer;
  font: 600 14px/1 Arial, sans-serif;
}
.sowbtp-cookie-actions .sowbtp-cookie-accept { color: #07192e; background: #fff; }
.sowbtp-cookie-settings {
  position: fixed;
  z-index: 9998;
  left: .75rem;
  bottom: .75rem;
  padding: .5rem .75rem;
  color: #fff;
  background: rgba(7, 25, 46, .92);
  box-shadow: 0 6px 20px rgba(0,0,0,.22);
}
@media (max-width: 680px) {
  .sowbtp-cookie-panel { align-items: stretch; flex-direction: column; }
  .sowbtp-cookie-actions { width: 100%; }
  .sowbtp-cookie-actions button { flex: 1; }
}
