.elementor-33923 .elementor-element.elementor-element-ddf19be{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-10px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}@media(min-width:768px){.elementor-33923 .elementor-element.elementor-element-ddf19be{--content-width:1180px;}}/* Start custom CSS for html, class: .elementor-element-fe74463 */* {
  box-sizing: border-box;
  font-family: Arial, Helvetica, sans-serif;
}

/* UPLOAD */
.neucademytoolwebp-upload .upload-box {
  background: #E9FFF7;
  border-radius: 8px;
}

.upload-inner {
  border: 2px dashed #18cb96;
  padding: 30px;
  text-align: center;
  position: relative;
}

.upload-inner button {
  background: none;
  border: none;
  font-weight: 700;
  cursor: pointer;
  color: #444;
}

.upload-inner input {
  position: absolute;
  inset: 0;
  opacity: 0;
  cursor: pointer;
}

/* CONVERT UI */
.neucademytoolwebp-organize {
  display: none;
}

.topbar {
  background: #fff;
  border-bottom: 1px solid #ddd;
  padding: 10px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.finish-btn {
  background: #0b5cff;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 10px 20px;
  font-weight: 700;
  cursor: pointer;
}

.controls {
  padding: 12px;
}

.controls input {
  width: 220px;
  padding: 8px;
}

/* GRID */
.file-grid {
  padding: 12px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.file-card {
  width: 180px;
  background: #fff;
  border-radius: 8px;
  padding: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,.1);
  text-align: center;
}

.preview-inner {
  max-width: 100%;
  max-height: 180px;
  margin-bottom: 6px;
}

.file-name {
  font-size: 12px;
  margin-bottom: 6px;
}

.download-btn {
  display: inline-block;
  background: #28a745;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  text-decoration: none;
  font-size: 12px;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .controls input { width: 100%; }
  .file-grid { justify-content: center; }
}

@media (max-width: 600px) {
  .topbar {
    flex-direction: column;
    gap: 10px;
  }

  .finish-btn {
    width: 100%;
  }

  .file-grid {
    flex-direction: column;
  }

  .file-card {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
  }

  .preview-inner {
    width: 64px;
    height: 64px;
    object-fit: contain;
    flex-shrink: 0;
  }

  .file-name {
    flex: 1;
    text-align: left;
    font-size: 14px;
  }

  .download-btn {
    white-space: nowrap;
  }
}/* End custom CSS */