form.report-list-form #edit-actions > #edit-submit {display:none;}

/**
 * UBA Wien (Umweltbundesamt) Color Scheme Override
 *
 * Maps the default platform palette to the UBA brand greens:
 * - UBA Dark Green: #1b4a37  (replaces blue surface #0e4d75 — banner, buttons)
 * - UBA Link Green: #25674D  (replaces links #005999)
 *
 * Email hyperlinks (#25674D) are set in the mailing template, not here.
 */

/* ===========================
 * 1. Blue surface (#0e4d75) → UBA Dark Green (#1b4a37)
 * =========================== */

/* Top navigation bar */
.menu--account .menu {
  background-color: #1b4a37 !important;
}

/* Buttons */
.adminimal .button {
  background: #1b4a37 !important;
  color: #fff !important;
}

.adminimal .button.js-form-submit,
.adminimal .button.button--small {
  background-color: #1b4a37 !important;
  color: #fff !important;
}

.adminimal .button.form-submit,
.adminimal .button.button-action.button--primary.button--small,
.adminimal .button.button--primary {
  background: #1b4a37 !important;
  color: #fff !important;
}

.enrollment-btn {
  background: #1b4a37 !important;
  color: #fff !important;
}

#method-popup-toolbar .button {
  background: #1b4a37 !important;
  color: #fff !important;
}

.layout-region--commerce-secondary #edit-actions a.button {
  background-color: #1b4a37 !important;
  color: #fff !important;
}

/* Checkboxes */
input[type=checkbox]:checked,
input[type=checkbox]:disabled:checked,
input[type=checkbox].error:checked,
input[type=checkbox].error:focus:checked {
  background: #1b4a37 !important;
}

/* Radio buttons */
.radio-styling-wrapper .form-item label {
  background-color: #1b4a37 !important;
}

/* ===========================
 * 2. Links (#005999) → UBA Link Green (#25674D)
 * =========================== */

a {
  color: #25674D !important;
}

.support a,
.layout-region--commerce-secondary .field__item a,
.qd-expandable-submenu li a {
  color: #25674D !important;
}

.qd-expandable-submenu li:hover > a {
  background-color: #25674D !important;
  color: #fff !important;
}

/* ===========================
 * 3. Exceptions — keep white for readability
 * =========================== */

/* Links in top navigation menu stay white on the green banner */
.menu--account .menu a {
  color: #fff !important;
}

/* Links inside buttons stay white */
.adminimal .button a,
.button a,
button a {
  color: #fff !important;
}

li.tabs__tab.is-active > a.is-active {color: #fff !important;}
