/* Alerts */
.prdn-root .alert {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  color: #636464;
  background-color: #fefefe;
  border: 1px solid #fdfdfe;
  border-radius: 0.375rem;
}

/* Layout helpers */

.prdn-root .d-flex {
  display: flex !important;
}

.prdn-root .flex-column {
  flex-direction: column !important;
}

.prdn-root .gap-2 {
  gap: 0.5rem !important;
}

.prdn-root .mb-2 {
  margin-bottom: 0.5rem !important;
}

/* Other */
.newsroomie-separator {
  display: none;
}

.prdn-btn-container {
  display: flex;
  gap: 0.5rem;
  flex-direction: column;
}

@media (min-width: 768px) {
  .prdn-btn-container {
    flex-direction: row;
  }
}

.prdn-btn-container button svg {
  display: inline-block;
}
