.cookie-logo {
  width: 130px;
  height: auto;
}

/* Cookie rows - maak hele kop klikbaar, behoud nette spacing */
.cookie-row {
  border-bottom: 1px solid #e9ecef;
}

.cookie-row:last-child {
  border-bottom: 0;
}

.cookie-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  background: transparent;
  border: 0;
  padding: 0.75rem 0.75rem;
  text-align: left;
  cursor: pointer;
}

.cookie-toggle:focus {
  outline: none;
}

.cookie-toggle:focus-visible {
  outline: 2px solid #86b7fe;
  outline-offset: 2px;
}

.cookie-title {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
}

.cookie-desc {
  background: #f8f9fa;
}

@media (min-width: 576px) {
  .modal-footer .btn {
    min-width: 220px;
  }
}

/* Cookie modal: buttons 100% breed op mobiel, auto vanaf md */
.cookie-btn {
  width: 100%;
}

@media (min-width: 768px) {
  .cookie-btn {
    width: auto;
  }
}