/* JHS COSHH Generator — all styles scoped to .jhs-coshh-wrap */

.jhs-coshh-wrap * { box-sizing: border-box; }

.jhs-coshh-wrap {
    max-width: 860px;
    margin: 0 auto;
    font-family: Arial, sans-serif;
    font-size: 16px !important;
    color: #222;
}

/* ── Choice screen ── */
.jhs-coshh-choice-heading {
    font-size: 20px !important;
    font-weight: bold;
    color: #035A83;
    margin: 16px 0 12px;
}

.jhs-coshh-disclaimer {
    background: #fff8e1;
    border-left: 4px solid #f59e0b;
    padding: 14px 16px;
    margin: 16px 0;
    font-size: 15px !important;
    line-height: 1.5;
}

.jhs-coshh-choice-buttons {
    display: flex;
    gap: 16px;
    margin: 20px 0;
    flex-wrap: wrap;
}

.jhs-coshh-choice-btn {
    flex: 1;
    min-width: 220px;
    padding: 20px;
    background: #035A83;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    text-align: left;
    font-size: 16px !important;
    line-height: 1.4;
    font-family: Arial, sans-serif;
}

.jhs-coshh-choice-btn:hover { background: #024a6e; }

.jhs-coshh-choice-label {
    display: block;
    font-size: 17px !important;
    font-weight: bold;
    margin-bottom: 4px;
}

.jhs-coshh-choice-sub {
    display: block;
    font-size: 13px !important;
    opacity: 0.85;
}

/* ── Help accordion ── */
.jhs-coshh-help-accordion { margin-bottom: 16px; }

.jhs-coshh-help-acc-toggle {
    background: #035A83;
    color: #fff;
    border: none;
    padding: 10px 16px;
    cursor: pointer;
    font-size: 15px !important;
    border-radius: 3px;
    font-family: Arial, sans-serif;
    display: flex;
    align-items: center;
    gap: 8px;
}

.jhs-coshh-help-acc-toggle:hover { background: #024a6e; }

.jhs-coshh-help-acc-body {
    border: 1px solid #035A83;
    border-top: none;
    padding: 16px;
    background: #f0f7fb;
    font-size: 15px !important;
}

.jhs-coshh-help-acc-body h4 { margin: 0 0 8px; color: #035A83; }
.jhs-coshh-help-acc-body ol,
.jhs-coshh-help-acc-body p  { margin: 0 0 12px; }

/* ── Back link ── */
.jhs-coshh-back-link {
    background: none !important;
    border: none !important;
    color: #035A83 !important;
    font-size: 15px !important;
    cursor: pointer !important;
    padding: 0 !important;
    margin-bottom: 12px !important;
    font-family: Arial, sans-serif !important;
    text-decoration: underline !important;
    display: inline-block !important;
}

.jhs-coshh-back-link:hover { color: #024a6e !important; }

/* ── Header ── */
.jhs-coshh-header {
    background: #035A83;
    color: #fff;
    padding: 12px 16px;
    font-size: 18px !important;
    font-weight: bold;
    border-radius: 4px 4px 0 0;
    margin-bottom: 0;
}

/* ── Tip text ── */
.jhs-coshh-tip {
    background: #e8f4fb;
    border-left: 4px solid #035A83;
    padding: 10px 14px;
    margin: 12px 0;
    font-size: 15px !important;
}

/* ── Section headings ── */
.jhs-coshh-section-heading {
    font-weight: bold !important;
    color: #fff !important;
    background: #035A83 !important;
    padding: 8px 14px !important;
    margin: 20px 0 8px !important;
    font-size: 15px !important;
    border-radius: 3px !important;
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
}

.jhs-coshh-optional {
    font-weight: normal;
    font-size: 13px !important;
    opacity: 0.85;
}

.jhs-coshh-step-badge {
    background: #fff;
    color: #035A83;
    font-size: 12px !important;
    font-weight: bold;
    padding: 2px 8px;
    border-radius: 10px;
    white-space: nowrap;
}

/* ── Upload zone ── */
.jhs-coshh-upload-zone {
    border: 2px dashed #035A83 !important;
    border-radius: 4px !important;
    padding: 24px 20px !important;
    margin: 8px 0 !important;
    text-align: center !important;
    background: #e8f4fb !important;
    cursor: pointer !important;
    transition: background 0.15s !important;
}

.jhs-coshh-upload-zone:hover,
.jhs-coshh-drag-over { background: #d0eaf6; }

.jhs-coshh-upload-main {
    font-size: 16px !important;
    color: #035A83;
    margin: 8px 0;
    font-weight: bold;
}

.jhs-upload-link {
    text-decoration: underline;
    cursor: pointer;
    color: #035A83;
}

.jhs-coshh-upload-hint {
    font-size: 13px !important;
    color: #555;
    margin: 6px 0 0;
}

.jhs-coshh-upload-zone input[type="file"] {
    display: block;
    margin: 0 auto 10px;
}

/* ── File list ── */
.jhs-coshh-file-list { margin: 6px 0 12px; }

.jhs-coshh-file-item {
    display: flex !important;
    align-items: center !important;
    gap: 10px !important;
    padding: 7px 12px !important;
    background: #e8f4fb !important;
    border: 1px solid #035A83 !important;
    border-radius: 3px !important;
    margin-bottom: 4px !important;
    font-size: 14px !important;
}

.jhs-coshh-file-name { flex: 1; color: #035A83; font-weight: bold; }
.jhs-coshh-file-size { color: #555; font-size: 12px !important; }

.jhs-coshh-file-remove {
    background: none;
    border: none;
    color: #c00;
    cursor: pointer;
    font-size: 20px !important;
    line-height: 1;
    padding: 0 2px;
}

/* ── Analyse bar ── */
.jhs-coshh-analyse-bar {
    margin: 6px 0 14px;
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.jhs-coshh-btn-analyse {
    background: #035A83;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 15px !important;
    cursor: pointer;
    font-family: Arial, sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.jhs-coshh-btn-analyse:hover { background: #024a6e; }
.jhs-coshh-btn-analyse:disabled { opacity: 0.55; cursor: default; }

.jhs-coshh-analyse-status {
    font-size: 14px !important;
    color: #035A83;
    font-style: italic;
}

/* ── Form body ── */
.jhs-coshh-body { padding: 14px 0; }

/* ── Form groups ── */
.jhs-coshh-group {
    margin: 0 0 18px !important;
    padding: 14px 16px !important;
    background: #f0f7fb !important;
    border-left: 4px solid #035A83 !important;
    border-radius: 0 4px 4px 0 !important;
}

.jhs-coshh-label {
    display: block !important;
    font-weight: bold !important;
    margin-bottom: 8px !important;
    font-size: 15px !important;
    color: #035A83 !important;
}

.jhs-coshh-sublabel {
    display: block;
    font-weight: bold;
    color: #035A83;
    margin: 10px 0 4px;
    font-size: 14px !important;
}

.jhs-coshh-hint {
    font-weight: normal;
    font-size: 13px !important;
    color: #555;
    margin: 0 0 8px;
    display: block;
}

.jhs-coshh-req { color: #c00; }

/* ── Inputs ── */
.jhs-coshh-wrap input[type="text"],
.jhs-coshh-wrap input[type="tel"],
.jhs-coshh-input,
.jhs-coshh-textarea,
.jhs-coshh-wrap textarea {
    width: 100%;
    padding: 8px 10px;
    border: 1px solid #9ec8de;
    border-radius: 3px;
    font-size: 15px !important;
    font-family: Arial, sans-serif;
    resize: vertical;
    background: #fff;
}

.jhs-coshh-wrap input[type="text"]:focus,
.jhs-coshh-wrap input[type="tel"]:focus,
.jhs-coshh-input:focus,
.jhs-coshh-textarea:focus,
.jhs-coshh-wrap textarea:focus {
    border-color: #035A83;
    outline: none;
    box-shadow: 0 0 0 2px rgba(3,90,131,0.2);
}

/* ── Two and three column layouts ── */
.jhs-coshh-two-col   { display: flex; gap: 14px; flex-wrap: wrap; }
.jhs-coshh-three-col { display: flex; gap: 14px; flex-wrap: wrap; }
.jhs-coshh-two-col > div   { flex: 1; min-width: 180px; }
.jhs-coshh-three-col > div { flex: 1; min-width: 150px; }

/* ── Checkbox grid ── */
.jhs-coshh-check-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 20px;
    margin: 8px 0;
}

.jhs-coshh-check-grid label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: normal !important;
    font-size: 15px !important;
    cursor: pointer;
    min-width: 160px;
    color: #222;
}

/* FIX 3: Checkboxes — large, solid black when ticked */
.jhs-coshh-check-grid input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin: 0;
    accent-color: #000;
    cursor: pointer;
    flex-shrink: 0;
}

/* ── Risk rating pills ── */
.jhs-coshh-pills { display: flex; gap: 10px; flex-wrap: wrap; margin-top: 8px; }

.jhs-coshh-pill {
    padding: 8px 22px;
    border: 2px solid #9ec8de;
    border-radius: 20px;
    background: #fff;
    cursor: pointer;
    font-size: 15px !important;
    font-weight: bold;
    font-family: Arial, sans-serif;
    transition: all 0.15s;
}

.jhs-coshh-pill:hover        { border-color: #035A83; background: #e8f4fb; }
.jhs-coshh-pill-high.active  { background: #c00;    color: #fff; border-color: #c00; }
.jhs-coshh-pill-med.active   { background: #E09102; color: #fff; border-color: #E09102; }
.jhs-coshh-pill-low.active   { background: #385623; color: #fff; border-color: #385623; }

/* ── GDPR notice ── */
.jhs-coshh-gdpr-notice {
    background: #e8f4fb;
    border-left: 4px solid #035A83;
    padding: 12px 16px;
    margin: 16px 0;
    font-size: 14px !important;
    color: #444;
}

/* ── Footer ── */
.jhs-coshh-footer {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0;
    padding-top: 16px;
    border-top: 2px solid #035A83;
    flex-wrap: wrap;
}

.jhs-coshh-btn-skip {
    background: #fff;
    border: 1px solid #9ec8de;
    color: #555;
    padding: 10px 18px;
    border-radius: 4px;
    font-size: 15px !important;
    cursor: pointer;
    font-family: Arial, sans-serif;
}

.jhs-coshh-btn-skip:hover { border-color: #035A83; color: #035A83; }

.jhs-coshh-btn-copy {
    background: #fff;
    color: #035A83;
    border: 2px solid #035A83;
    padding: 10px 18px;
    border-radius: 4px;
    font-size: 15px !important;
    cursor: pointer;
    font-family: Arial, sans-serif;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.jhs-coshh-btn-copy:hover { background: #e8f4fb; }

.jhs-coshh-btn-generate {
    background: #035A83 !important;
    color: #fff !important;
    border: none !important;
    padding: 12px 26px !important;
    border-radius: 4px !important;
    font-size: 16px !important;
    font-weight: bold !important;
    cursor: pointer !important;
    font-family: Arial, sans-serif !important;
    margin-left: auto !important;
}

.jhs-coshh-btn-generate:hover { background: #024a6e; }

/* ── Progress — FIX 1: clear, prominent, spinner ── */
.jhs-coshh-progress {
    background: #e8f4fb;
    border: 3px solid #035A83;
    border-radius: 6px;
    padding: 32px 24px;
    margin: 20px 0;
    text-align: center;
}

.jhs-coshh-spinner {
    width: 48px;
    height: 48px;
    border: 5px solid #9ec8de;
    border-top-color: #035A83;
    border-radius: 50%;
    animation: jhs-coshh-spin 0.85s linear infinite;
    margin: 0 auto 18px;
}

@keyframes jhs-coshh-spin { to { transform: rotate(360deg); } }

.jhs-coshh-progress-msg {
    font-size: 18px !important;
    font-weight: bold;
    color: #035A83;
    margin: 0 0 8px;
}

.jhs-coshh-progress-sub {
    font-size: 14px !important;
    color: #444;
    margin: 0 0 16px;
}

.jhs-coshh-progress-track {
    height: 12px;
    background: #9ec8de;
    border-radius: 6px;
    overflow: hidden;
    margin: 0 auto;
    max-width: 420px;
}

.jhs-coshh-progress-bar {
    height: 100%;
    background: #035A83;
    border-radius: 6px;
    transition: width 0.5s ease;
}

/* ── Downloads ── */
#jhs-coshh-downloads {
    border: 3px solid #035A83;
    border-radius: 6px;
    padding: 24px;
    margin: 20px 0;
    background: #e8f4fb;
}

.jhs-coshh-dl-title {
    color: #035A83;
    margin: 0 0 8px;
    font-size: 20px !important;
}

.jhs-coshh-dl-sub { color: #444; margin: 0 0 6px; font-size: 15px !important; }
.jhs-coshh-dl-expiry { color: #035A83; font-size: 14px !important; margin: 0 0 16px; }

#jhs-coshh-dl-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin: 12px 0;
}

.jhs-coshh-dl-btn {
    display: inline-block;
    padding: 12px 22px;
    background: #035A83;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 15px !important;
    font-weight: bold;
    cursor: pointer;
    border: none;
    font-family: Arial, sans-serif;
}

.jhs-coshh-dl-btn:hover { background: #024a6e; }

.jhs-coshh-btn-another {
    background: #fff;
    border: 2px solid #035A83;
    color: #035A83;
    padding: 10px 18px;
    border-radius: 4px;
    font-size: 15px !important;
    cursor: pointer;
    font-family: Arial, sans-serif;
    margin-top: 12px;
}

.jhs-coshh-btn-another:hover { background: #e8f4fb; }

/* ── Error ── */
.jhs-coshh-error {
    border: 2px solid #c00;
    border-radius: 4px;
    padding: 16px;
    margin: 16px 0;
    color: #c00;
    background: #fff5f5;
}

.jhs-coshh-btn-retry {
    background: #c00;
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 15px !important;
    cursor: pointer;
    font-family: Arial, sans-serif;
    margin-top: 10px;
}

.jhs-coshh-btn-retry:hover { background: #a00; }

/* ── Validation ── */
.jhs-coshh-invalid { border-color: #c00 !important; }

.jhs-coshh-field-err {
    color: #c00;
    font-size: 13px !important;
    margin-top: 3px;
    display: block;
}

/* ── Translation section ── */
.jhs-coshh-tl-warning {
    background: #fff8e1;
    border-left: 4px solid #f59e0b;
    padding: 10px 14px;
    margin: 12px 0;
    font-size: 15px !important;
}

/* ── Translation upload area ── */
.jhs-coshh-upload-area {
    border: 2px dashed #035A83;
    border-radius: 4px;
    padding: 20px;
    background: #e8f4fb;
    text-align: center;
    cursor: pointer;
    margin: 8px 0;
}

.jhs-coshh-upload-area input[type="file"] {
    display: block;
    margin: 0 auto 8px;
    font-size: 14px !important;
}

/* ── Translation lang controls ── */
.jhs-coshh-tl-lang-actions {
    display: flex;
    gap: 10px;
    margin-bottom: 12px;
}

.jhs-coshh-tl-lang-actions button {
    background: #035A83 !important;
    color: #fff !important;
    border: none !important;
    padding: 7px 16px !important;
    border-radius: 4px !important;
    font-size: 14px !important;
    cursor: pointer !important;
    font-family: Arial, sans-serif !important;
}

.jhs-coshh-tl-lang-actions button:hover { background: #024a6e; }

/* ── FIX 4+5: Language pills — large, clear, solid blue when selected ── */
.jhs-coshh-tl-langs {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 8px 0 16px;
}

/* class is jhs-tl-lang — must NOT share jhs-coshh-pill to avoid pill handler conflict */
.jhs-tl-lang {
    padding: 8px 16px !important;
    border: 2px solid #9ec8de !important;
    border-radius: 4px !important;
    background: #fff !important;
    cursor: pointer !important;
    font-size: 15px !important;
    font-family: Arial, sans-serif !important;
    color: #035A83 !important;
    transition: all 0.15s !important;
    user-select: none !important;
    min-width: 80px !important;
    text-align: center !important;
    display: inline-block !important;
    margin: 2px !important;
}

.jhs-tl-lang:hover {
    border-color: #035A83 !important;
    background: #e8f4fb !important;
    color: #035A83 !important;
}

/* selected class — this is what the JS adds on click */
.jhs-tl-lang.selected {
    background: #035A83 !important;
    color: #fff !important;
    border-color: #035A83 !important;
    font-weight: bold !important;
}

/* ── Translation downloads ── */
#jhs-coshh-tl-downloads {
    border: 3px solid #035A83;
    border-radius: 6px;
    padding: 24px;
    margin: 20px 0;
    background: #e8f4fb;
}

#jhs-coshh-tl-dl-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 16px 0;
}

#jhs-coshh-tl-dl-grid a {
    display: inline-block;
    padding: 10px 18px;
    background: #035A83;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 14px !important;
    font-weight: bold;
}

#jhs-coshh-tl-dl-grid a:hover { background: #024a6e; }

.jhs-coshh-dl-actions { margin-top: 12px; }

.jhs-coshh-dl-actions button {
    background: #fff;
    border: 2px solid #035A83;
    color: #035A83;
    padding: 9px 16px;
    border-radius: 4px;
    font-size: 14px !important;
    cursor: pointer;
    font-family: Arial, sans-serif;
}

.jhs-coshh-dl-actions button:hover { background: #e8f4fb; }

/* ── Responsive ── */
@media (max-width: 600px) {
    .jhs-coshh-choice-buttons { flex-direction: column; }
    .jhs-coshh-two-col,
    .jhs-coshh-three-col { flex-direction: column; }
    .jhs-coshh-footer { flex-direction: column; align-items: flex-start; }
    .jhs-coshh-btn-generate { margin-left: 0; }
}

/* ── Work Steps Table ──────────────────────────────────────── */
.jhs-coshh-wrap .jhs-coshh-steps-wrap { overflow-x:auto !important; }

.jhs-coshh-wrap .jhs-coshh-steps-table {
  width:100% !important; border-collapse:collapse !important;
  font-size:15px !important; margin-bottom:10px !important;
}
.jhs-coshh-wrap .jhs-coshh-steps-th {
  background:#035A83 !important; color:#fff !important;
  padding:8px 10px !important; text-align:left !important;
  font-size:14px !important; font-weight:600 !important;
}
.jhs-coshh-wrap .jhs-coshh-steps-num { width:48px !important; text-align:center !important; }
.jhs-coshh-wrap .jhs-coshh-steps-del { width:40px !important; text-align:center !important; }

.jhs-coshh-wrap .jhs-coshh-step-row td {
  padding:6px 8px !important; border:1px solid #ddd !important;
  vertical-align:top !important;
}
.jhs-coshh-wrap .jhs-coshh-step-num {
  text-align:center !important; font-weight:600 !important;
  color:#035A83 !important; vertical-align:middle !important;
}
.jhs-coshh-wrap .jhs-coshh-step-what,
.jhs-coshh-wrap .jhs-coshh-step-hazards {
  width:100% !important; min-height:54px !important;
  resize:vertical !important; font-size:15px !important;
}
.jhs-coshh-wrap .jhs-coshh-step-remove {
  background:none !important; border:none !important;
  color:#c00 !important; font-size:18px !important;
  cursor:pointer !important; padding:2px 6px !important;
  line-height:1 !important;
}
.jhs-coshh-wrap .jhs-coshh-step-remove:hover { color:#900 !important; }
.jhs-coshh-wrap .jhs-coshh-steps-add {
  background:none !important; border:1px dashed #035A83 !important;
  color:#035A83 !important; padding:6px 16px !important;
  border-radius:4px !important; cursor:pointer !important;
  font-size:14px !important; margin-top:4px !important;
}
.jhs-coshh-wrap .jhs-coshh-steps-add:hover { background:#f0f7ff !important; }

/* ── Review section ────────────────────────────────────────── */
.jhs-coshh-wrap .jhs-coshh-review-question {
  margin:0 0 16px !important; padding:16px !important;
  background:#f0f7ff !important; border-left:4px solid #035A83 !important;
  border-radius:4px !important;
}
.jhs-coshh-wrap .jhs-coshh-review-btns {
  display:flex !important; gap:10px !important; margin-top:10px !important;
  flex-wrap:wrap !important;
}
.jhs-coshh-wrap .jhs-coshh-review-yn {
  padding:8px 24px !important; border-radius:4px !important;
  border:2px solid #035A83 !important; background:#fff !important;
  color:#035A83 !important; font-size:15px !important;
  font-weight:600 !important; cursor:pointer !important;
  transition:all .15s !important;
}
.jhs-coshh-wrap .jhs-coshh-review-yn.active {
  background:#035A83 !important; color:#fff !important;
}
.jhs-coshh-wrap .jhs-coshh-review-yn:hover { opacity:.85 !important; }

.jhs-coshh-wrap .jhs-coshh-review-upload-zone {
  border:2px dashed #035A83 !important; border-radius:6px !important;
  padding:20px !important; text-align:center !important;
  cursor:pointer !important; margin-bottom:10px !important;
  background:#f9f9f9 !important;
}
.jhs-coshh-wrap .jhs-coshh-review-upload-zone:hover,
.jhs-coshh-wrap .jhs-coshh-review-upload-zone.jhs-coshh-drag-over {
  background:#f0f7ff !important;
}

.jhs-coshh-wrap .jhs-coshh-review-sub-question {
  padding:12px 16px !important; background:#f9f9f9 !important;
  border-radius:4px !important; border:1px solid #ddd !important;
}

.jhs-coshh-wrap .jhs-coshh-review-edit-textarea {
  width:100% !important; min-height:280px !important;
  font-family:monospace !important; font-size:13px !important;
  line-height:1.6 !important; resize:vertical !important;
  border:1px solid #aaa !important; padding:10px !important;
}

.jhs-coshh-wrap .jhs-coshh-review-confirm {
  padding:16px !important; background:#f0f7ff !important;
  border-left:4px solid #035A83 !important; border-radius:4px !important;
}

.jhs-coshh-wrap #jhs-coshh-review-upload-area { margin-bottom:16px !important; }

/* ── Review SDS suggestion ─────────────────────────────────── */
.jhs-coshh-wrap .jhs-coshh-review-sds-suggest {
  margin:14px 0 !important; padding:12px 16px !important;
  background:#f0f7ff !important; border-radius:4px !important;
  border:1px solid #cfe2f3 !important;
}
.jhs-coshh-wrap .jhs-coshh-review-sds-zone {
  padding:14px !important; margin-bottom:0 !important;
}

/* ── Review edit toolbar: undo / redo / save (points 7 & 8) ──── */
.jhs-coshh-wrap .jhs-coshh-edit-toolbar {
  display:flex !important; gap:8px !important; align-items:center !important;
  margin-bottom:8px !important; flex-wrap:wrap !important;
}
.jhs-coshh-wrap .jhs-coshh-edit-btn {
  padding:6px 14px !important; border-radius:4px !important;
  border:1px solid #035A83 !important; background:#fff !important;
  color:#035A83 !important; font-size:14px !important; cursor:pointer !important;
  font-family:Arial, sans-serif !important;
}
.jhs-coshh-wrap .jhs-coshh-edit-btn:hover:not(:disabled) { background:#f0f7ff !important; }
.jhs-coshh-wrap .jhs-coshh-edit-btn:disabled { opacity:0.45 !important; cursor:not-allowed !important; }
.jhs-coshh-wrap .jhs-coshh-edit-btn-save {
  background:#035A83 !important; color:#fff !important; font-weight:600 !important;
}
.jhs-coshh-wrap .jhs-coshh-edit-btn-save:hover { background:#024a6e !important; }
.jhs-coshh-wrap .jhs-coshh-edit-saved {
  color:#385623 !important; font-size:14px !important; font-weight:600 !important;
}

/* ── Download panel actions + Refresh/Home button (point 9) ───── */
.jhs-coshh-wrap .jhs-coshh-dl-actions {
  display:flex !important; gap:12px !important; flex-wrap:wrap !important;
  margin-top:14px !important;
}
.jhs-coshh-wrap .jhs-coshh-btn-home {
  padding:10px 18px !important; border-radius:4px !important;
  border:2px solid #035A83 !important; background:#fff !important;
  color:#035A83 !important; font-size:15px !important; font-weight:600 !important;
  cursor:pointer !important; font-family:Arial, sans-serif !important;
}
.jhs-coshh-wrap .jhs-coshh-btn-home:hover { background:#035A83 !important; color:#fff !important; }
