/**
 * DLE Engine Default Component Styles for MigrantLaw
 */

.bb-quote {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  padding: 16px 20px;
  margin: 18px 0;
  border-radius: 8px;
}

.bb-quote .title_quote {
  font-weight: 700;
  font-style: normal;
  font-size: 13px;
  color: #0f2b48;
  margin-bottom: 6px;
}

.dle-spoiler {
  background: #f8fafc;
  border: 1px solid #e2e8f0;
  border-radius: 8px;
  margin: 14px 0;
  overflow: hidden;
}

.dle-spoiler-title {
  background: #f1f5f9;
  padding: 12px 16px;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.dle-spoiler-content {
  padding: 16px;
  border-top: 1px solid #e2e8f0;
}

/* Rating styles */
.rate_stars {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

/* Modal Dialogs */
.ui-dialog {
  background: #ffffff !important;
  border-radius: 12px !important;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
  border: 1px solid #e2e8f0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

.ui-dialog-titlebar {
  background: #0f2b48 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 0 !important;
  padding: 12px 20px !important;
  font-weight: 700 !important;
}

.ui-dialog-content {
  padding: 20px !important;
}
