/* Image Optimization by wps.sk Admin Settings CSS */

/* General Styles */
.wrap h1 {
  color: #7C08D0;
  font-size: 2.5em;
  font-weight: bold;
  text-align: center;
  padding: 20px;
}

.wrap form {
  background-color: #fff;
  border: 0px solid #ccd0d4;
  border-radius: 40px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1); /* Added leading zero */
  margin: 0 auto;
  max-width: 1000px;
  padding: 20px;
}

/* Labels */
.wrap label {
  display: block;
  font-weight: bold;
  margin-bottom: 1px;
}

/* Input Fields */
.wrap input[type='text'],
.wrap input[type='number'],
.wrap input[type='checkbox'] {
  margin-bottom: 1px;
}

.wrap input[type='checkbox'] {
  vertical-align: middle;
}

/* Descriptions */
.description {
  color: #555;
  font-style: italic;
  margin-bottom: 15px;
  margin-top: -10px;
}

/* Settings Sections */
.image-optimizer-wpssk-main-settings { /* Changed from ID to class */
  margin-bottom: 20px;
}

/* Settings Fields */
.wrap .form-table th {
  box-sizing: border-box; /* Added box-sizing to include padding in width */
  padding: 10px 15px;
  text-align: left;
  vertical-align: top;
  width: 250px;
}

.wrap .form-table td {
  padding: 10px 15px;
}

.wrap .form-table input[type='text'],
.wrap .form-table input[type='number'] {
  width: 100px;
}

/* Submit Button */
.wrap .submit {
  margin-top: 20px;
}

/* Checkbox List */
.wrap .checkbox-list label {
  display: inline-block;
  margin-right: 10px;
}