/* /assets/css/protect-pdf.css - 03/31/2026 05:58:00pm - v 1.2 - updated selectors from protect → protect-pdf to restore styling after tool slug change */

.tool-shell[data-tool="protect-pdf"] .tool-controls {
  display: none;
  overflow: hidden;
  max-height: 0;
}

.tool-shell[data-tool="protect-pdf"] .tool-controls.is-open {
  display: block !important;
}

.tool-shell[data-tool="protect-pdf"] .pw-file-list-wrap {
  margin-top: 10px;
}

.tool-shell[data-tool="protect-pdf"] .protect-fields {
  padding: 12px 16px 6px;
  box-sizing: border-box;
}

.tool-shell[data-tool="protect-pdf"] .protect-field + .protect-field {
  margin-top: 12px;
}

.tool-shell[data-tool="protect-pdf"] .tool-label {
  display: block;
  margin: 0 0 8px;
  font-weight: 600;
}

.tool-shell[data-tool="protect-pdf"] input[type="password"] {
  display: block;
  width: 100%;
  min-height: 46px;
  padding: 10px 12px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.14);
  background: #fff;
  font-size: 15px;
  line-height: 1.35;
  outline: none;
  box-sizing: border-box;
}

.tool-shell[data-tool="protect-pdf"] input[type="password"]:focus {
  border-color: rgba(0, 0, 0, 0.28);
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.06);
}

.tool-shell[data-tool="protect-pdf"] .protect-help {
  margin-top: 8px;
}