/*
Theme Name: ActionAid
Author: Agency
Author URI: http://agency.sc
Version:
License:
License URI:
Description:
*/

/* Making <strong> tag weight as similar to h2. */
section.feed-section .article.-series.-larger .article-content h2.title a strong{
  font-weight: unset;
}

#toast-container > div {
  opacity: 1;
}
#toast-container .button {
  outline: none;
}

/* CUSTOM CODE FOR DONATION IFRAME BUTTONS: https://actionaid.org.au/actions/women-leaders-responding-to-crises/
<style>
.donation-form__nav > button{
  bottom: 0  !important;
}
.donation-form__submit-button.button, .note-editor-container .note-editor .donation-form__submit-button.btn{
  top: 0 !important;
}
</style> */