.settings-wrap {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.settings-entry {
  width: 100%;
  text-align: left;
  background: #fff;
}

.settings-entry--cover {
  gap: 14px;
}

.settings-entry__arrow {
  font-size: 24px;
  line-height: 1;
  color: #94a3b8;
}

.settings-status {
  border-radius: 18px;
  padding: 14px 16px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
}

.settings-status--success {
  background: #ecfdf5;
  border-color: #86efac;
}

.settings-status--error {
  background: #fef2f2;
  border-color: #fecaca;
}

.settings-status__title {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 800;
}

.settings-status__text {
  margin: 0;
  font-size: 13px;
  line-height: 1.6;
  color: #475569;
}

.settings-wallpaper-preview {
  position: relative;
  min-height: 180px;
  border-radius: 22px;
  overflow: hidden;
  border: 1px dashed #cbd5e1;
  background:
    linear-gradient(135deg, rgba(191, 219, 254, 0.55), rgba(221, 214, 254, 0.75)),
    #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.settings-wallpaper-preview--filled {
  border-style: solid;
  border-color: #dbeafe;
  background: #0f172a;
}

.settings-wallpaper-preview__image {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 180px;
  object-fit: cover;
}

.settings-wallpaper-preview__empty {
  padding: 20px;
  text-align: center;
  font-size: 14px;
  line-height: 1.7;
  color: #475569;
  font-weight: 700;
}

.settings-app-cover {
  position: relative;
  border-radius: 22px;
  overflow: hidden;
  border: 1px dashed #cbd5e1;
  background:
    linear-gradient(135deg, rgba(191, 219, 254, 0.5), rgba(221, 214, 254, 0.72)),
    #f8fafc;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.settings-app-cover--compact {
  width: 54px;
  height: 54px;
  border-radius: 18px;
}

.settings-app-cover--editor {
  min-height: 180px;
}

.settings-app-cover--filled {
  border-style: solid;
  border-color: #dbeafe;
  background: #0f172a;
}

.settings-app-cover__image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.settings-app-cover__tile {
  width: 86px;
  height: 86px;
  border-radius: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 38px;
  box-shadow: 0 20px 34px rgba(15, 23, 42, 0.18);
}

.settings-app-cover--compact .settings-app-cover__tile {
  width: 100%;
  height: 100%;
  border-radius: 18px;
  font-size: 24px;
  box-shadow: none;
}

.settings-empty {
  margin: 0;
  text-align: center;
  color: #475569;
  line-height: 1.7;
  font-weight: 700;
}
