/* Image Tools - Tool Frontend Styles */

/* General tool container styling */
.image-tools-tool {
  border: 1px solid #e1e1e1;
  border-radius: 6px;
  padding: 16px;
  background: #fff;
  margin-bottom: 20px;
}
.image-tools-tool h3 {
  margin: 0 0 12px;
  font-size: 1.25em;
}
.image-tools-preview {
  display: block;
  max-width: 100%;
  height: auto;
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-bottom: 12px;
}
.image-tools-controls {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.image-tools-input {
  display: inline-block;
}
.image-tools-output {
  margin-top: 12px;
  padding: 8px;
  border: 1px dashed #ccc;
  border-radius: 6px;
  background: #f9f9f9;
}
.image-tools-container {
  max-width: 900px;
  margin: 18px auto;
  border-radius: 8px;
  padding: 18px;
  background: #fff;
  box-shadow: 0 6px 20px rgba(0,0,0,0.06);
  border: 1px solid #e6e9ec;
}
.image-tools-btn {
  padding: 8px 12px;
  border-radius: 4px;
  border: 1px solid #ccd0d4;
  background: #f5f5f5;
  cursor: pointer;
}
.image-tools-btn.primary {
  background: #0073aa;
  color: #fff;
  border-color: #005880;
}
.image-tools-btn.secondary {
  background: #e9e9e9;
}

/* Resizer Css */
