.bien-webpushr-prefs {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  background: #fff;
}

.bien-webpushr-prefs__lead,
.bien-webpushr-prefs__gdpr,
.bien-webpushr-prefs__help {
  color: #4b5563;
  font-size: 14px;
  line-height: 1.4;
}

.bien-webpushr-prefs__actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  margin: 12px 0;
}

.bien-webpushr-prefs__btn {
  appearance: none;
  border: 1px solid #d1d5db;
  background: #f9fafb;
  border-radius: 10px;
  padding: 10px 12px;
  cursor: pointer;
  font-weight: 600;
}

.bien-webpushr-prefs__btn--primary {
  background: #111827;
  border-color: #111827;
  color: #fff;
}

.bien-webpushr-prefs__status {
  margin: 10px 0;
  font-size: 14px;
}

.bien-webpushr-prefs__status--success { color: #065f46; }
.bien-webpushr-prefs__status--warning { color: #92400e; }
.bien-webpushr-prefs__status--error { color: #991b1b; }
.bien-webpushr-prefs__status--info { color: #1f2937; }

.bien-webpushr-prefs__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  margin-top: 10px;
}

@media (min-width: 768px) {
  .bien-webpushr-prefs__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.bien-webpushr-prefs__section h3 {
  margin: 0 0 8px 0;
}

.bien-webpushr-prefs__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.bien-webpushr-prefs__item {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 10px;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
}

.bien-webpushr-prefs__footer {
  margin-top: 16px;
}

