.visitor-stats-widget {
  background-color: #ffffff00;
  border: 1px solid #ddd;
  padding: 15px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.widget-title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.visitor-stats-list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.visitor-stats-list li {
  padding: 5px 0;
  border-bottom: 1px dashed #ddd;
}

.stat-title {
  font-weight: regular;
  font-size: 16px;
}

.stat-value {
  float: right;
  font-weight: normal;
}

.widget-footer {
  text-align: center;
  margin-top: 15px;
  font-size: 14px;
}

.widget-footer p {
  margin: 0 0 0em;
}

.widget-footer a {
  text-decoration: none;
}

.widget-footer a:hover {
  text-decoration: underline;
}

.wrap {
  margin: 10px 20px 0 2px;
  background-color: #ffffff;
  border: 1px solid #ddd;
  padding: 25px;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.setting-title h1 {
  font-weight: 700;
  margin-bottom: 20px;
}

.setting-description {
  margin-bottom: 20px;
}

.setting-description h2 {
  color: #111111;
  font-size: 1.5em;
  margin: auto;
}

.setting-description p {
  font-size: 1em;
  line-height: 1.6;
  color: #333;
}

.setting-reset-stats {
  background-color: #ffffff;
  border-left: 10px solid #ff0057;
  padding: 20px;
  margin-bottom: 20px;
  width: fit-content;
}

.setting-reset-stats h2 {
  color: #111111;
  font-size: 1.5em;
  margin: auto;
}

.setting-reset-stats p {
  font-size: 1em;
  line-height: 1.6;
  color: #333;
}

.setting-reset-stats i {
  font-size: 0.8em;
  color: #ff0046;
}

.setting-reset-stats .button-primary {
  background: #ff0057;
  border-color: #ff0057;
}

.setting-license {
  background-color: #ffffff;
  border: 1px solid #d9d9d9;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 20px;
  overflow-wrap: break-word;
  white-space: pre-wrap;
  max-width: 100%;
  overflow-x: auto;
}
