/* --- ESTILOS DO FRONT-END (O que aparece no site) --- */
.wegr-box {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: Arial, sans-serif;
  font-size: 10px;
  background: transparent;
}

.wegr-icon {
  width: 18px;
  height: 18px;
}

.wegr-stars {
  display: flex;
  align-items: center;
  width: 75px;
}

.wegr-rating-img {
  height: 14px;
}

.wegr-text {
  margin-left: 4px;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
}

.wegr-verificado {
  color: #2ecc71;
  border-radius: 5px;
  padding: 2px 4px;
  font-size: 10px;
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

/* --- ESTILOS DO ADMIN (Painel de Configurações) --- */
.wegr-admin-card {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
  max-width: 550px;
  margin: 30px auto 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wegr-title {
  font-size: 22px !important;
  font-weight: 700 !important;
  margin-bottom: 30px !important;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #1d2327;
}

.wegr-form-group {
  margin-bottom: 25px;
}

.wegr-form-group label {
  display: block;
  font-weight: 600;
  margin-bottom: 8px;
  color: #2c3338;
}

.wegr-input {
  width: 100% !important;
  padding: 12px !important;
  border: 1px solid #dcdcde !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  box-shadow: none !important;
}

.wegr-help {
  font-size: 12px;
  color: #646970;
  margin-top: 6px;
}

.wegr-info-box {
  background: #f0f6fb;
  border-left: 4px solid #2271b1;
  padding: 15px;
  border-radius: 4px;
  margin: 20px 0;
  font-size: 13px;
  color: #1d2327;
}

.wegr-actions {
  margin-top: 30px;
}

.wegr-footer-actions {
  margin-top: 25px;
  padding-top: 25px;
  border-top: 1px solid #f0f0f1;
  text-align: center;
}

.wegr-admin-card .button-primary {
  width: 100%;
  padding: 10px !important;
  height: auto !important;
  font-size: 15px !important;
  font-weight: 600 !important;
  border-radius: 8px !important;
}