.wrap h1 {
  display: inline-block;
  vertical-align: middle;
}

.moesec-logo {
  max-width: 200px;
  vertical-align: middle;
  margin-left: 20px;
}

.nav-tab-wrapper {
  margin-top: 20px;
}

.tab-content {
  margin-top: 20px;
}

.button-primary {
  margin-top: 10px;
}

ul {
  list-style-type: disc;
  margin-left: 20px;
}

.moesec-dashboard-summary {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.moesec-dashboard-item {
  background-color: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 15px;
  text-align: center;
  width: 30%;
}

.moesec-dashboard-item h4 {
  margin-top: 0;
}

.form-table th {
  width: 200px;
}

.CodeMirror {
  border: 1px solid #ddd;
  height: 300px;
}

.widefat td,
.widefat th {
  padding: 8px;
}

.moesec-dashboard-item .button-secondary {
  margin-top: 10px;
}

.moesec-faqs h4 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #23282d;
}

.moesec-faqs p,
.moesec-faqs ul,
.moesec-faqs ol {
  margin-bottom: 15px;
}

.moesec-cleanup-button {
  display: inline-block;
  margin-top: 10px;
  padding: 10px 15px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background-color: #0073aa;
  border-radius: 3px;
  transition: background-color 0.3s ease;
}

.moesec-cleanup-button:hover {
  background-color: #005177;
  color: #fff;
}

.moesec-professional-cleanup {
  background-color: #f7f7f7;
  border: 1px solid #e5e5e5;
  padding: 20px;
  margin-top: 20px;
  text-align: center;
}

.moesec-professional-cleanup h4 {
  margin-top: 0;
  color: #23282d;
}

.moesec-professional-cleanup p {
  margin-bottom: 15px;
}

/* Progress Bar Styles */
.moesec-progress-bar {
  background-color: #f0f0f0;
  border-radius: 3px;
  height: 20px;
  width: 100%;
  margin: 10px 0;
  overflow: hidden;
}

.moesec-progress {
  background-color: #0073aa;
  height: 100%;
  width: 0%;
  border-radius: 3px;
  transition: width 0.3s ease;
}

#file-scan-status,
#db-scan-status {
  margin: 5px 0 15px;
  font-style: italic;
}


