/* Settings-panel cache refresh control — high contrast on iPhone/iPad/Safari. */
.settings-action[data-clear-site-cache] {
  display: block;
  width: 100%;
  min-height: 52px;
  margin-top: 10px;
  border: 1px solid rgba(255,255,255,.42) !important;
  background: #17181b !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
  opacity: 1 !important;
  font-weight: 900;
  letter-spacing: .12em;
  text-shadow: none !important;
  appearance: none;
  -webkit-appearance: none;
}

.settings-action[data-clear-site-cache]:hover,
.settings-action[data-clear-site-cache]:focus-visible,
.settings-action[data-clear-site-cache]:active {
  border-color: rgba(255,255,255,.82) !important;
  background: #25272c !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

.settings-action[data-clear-site-cache][disabled] {
  cursor: wait;
  opacity: .72 !important;
  color: #ffffff !important;
  -webkit-text-fill-color: #ffffff !important;
}

@media (max-width: 820px) {
  .settings-action[data-clear-site-cache] {
    min-height: 58px;
    font-size: 10px;
  }
}
