@charset "UTF-8";

.premium-text-disabled,
.premium-text-disabled * {
  color: #aaa;
}
.setting-text-disabled,
.setting-text-disabled * {
  color: #aaa;
}
.line {
  text-decoration: underline;
}
.link-edit:hover {
  text-decoration: none;
}
.contacts {
  margin-top: 20px;
}
.contacts ul {
  margin-top: 5px;
  padding-inline-start: 20px;
}
.contacts ul li {
  list-style-type: none;
  padding-top: 5px;
}
.contacts ul li a {
  font-weight: bolder;
}
.contacts a {
  font-weight: bolder;
}
.settings-edit * .state-description {
  display: inline-block;
  position: relative;
  left: 10px;
}
.settings-edit * a {
  text-decoration: none;
}
.settings-edit {
  border-width: 1.5px;
  border-style: solid;
  border-color: #dbdbdb;
  padding: 1em;
  border-radius: 5px;
}
.settings-edit details {
  background-color: white;
  padding-left: 0px;
}
.settings-edit details summary {
  color: black;
}
.settings-edit details summary::-webkit-details-marker {
  display: none;
}
.settings-edit details[open] {
  padding-left: 0px;
}
.form-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  color: #374151;
}
.select-wrapper {
  position: relative;
  width: 200px;
}
.form-select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 15px;
  color: #111827;
  background: white;
  cursor: pointer;
  appearance: none;
  transition: all 0.2s;
}
.form-select:focus {
  outline: none;
  border-color: #3b82f6;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}
.select-wrapper::after {
  content: "\25bc";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 10px;
  color: #6b7280;
}
.input-wrapper {
  height: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.form-input {
  flex: 1;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 15px;
  color: #111827;
  transition: all 0.2s;
}
.secondary-btn {
  padding: 8px 16px;
  background: white;
  border: 1px solid #d1d5db;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 500;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s;
}
.secondary-btn:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}
.form-group {
  margin-bottom: 28px;
}
.form-group:last-child {
  margin-bottom: 0;
}
.form-hint {
  display: block;
  font-size: 13px;
  color: #6b7280;
  margin-bottom: 8px;
}
.color-picker-group {
  display: flex;
  align-items: center;
  gap: 12px;
}
.color-input {
  width: 100px !important;
  height: 48px;
  padding: 12px 16px;
  border: 1px solid #d1d5db;
  border-radius: 8px;
  font-size: 14px;
  font-family: "Courier New", monospace;
  box-sizing: border-box;
}
.color-picker-group .pickr {
  display: flex !important;
  align-items: center !important;
  position: static !important;
  top: 0 !important;
  margin: 0 !important;
}
.color-picker-group .pcr-button {
  width: 48px !important;
  height: 48px !important;
  border-radius: 8px !important;
  cursor: pointer;
}
.color-preview {
  width: 48px;
  height: 48px;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
  flex-shrink: 0;
}
.danger-zone {
  background: #fef2f2;
  border: 1px solid #fecaca;
  border-radius: 12px;
  padding: 24px 32px;
}
.danger-zone-title {
  font-size: 16px;
  font-weight: 600;
  color: #991b1b;
  margin-bottom: 8px;
}
.danger-zone-description {
  font-size: 14px;
  color: #7f1d1d;
  margin-bottom: 16px;
}
.danger-btn {
  padding: 10px 24px;
  background: white;
  border: 1px solid #ef4444;
  border-radius: 8px;
  color: #dc2626;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s;
  text-decoration: none;
}
.danger-btn:hover {
  background: #dc2626;
  color: white;
  text-decoration: none;
}
