/* Downham Home & Garden styling for generic WooCommerce information notices. */
.woocommerce-info {
  border-top-color: #aa212f !important;
  background-color: #fff4f5 !important;
  color: #333333 !important;
}

.woocommerce-info::before {
  color: #aa212f !important;
}

.woocommerce-info a:not(.button) {
  color: #aa212f !important;
  font-weight: 600;
}

.woocommerce-info a:not(.button):hover,
.woocommerce-info a:not(.button):focus {
  color: #851925 !important;
}

.wc-block-components-notice-banner.is-info {
  border-color: #aa212f !important;
  background-color: #fff4f5 !important;
  color: #333333 !important;
}

.wc-block-components-notice-banner.is-info > svg {
  background-color: #aa212f !important;
  fill: #ffffff !important;
}

.wc-block-components-notice-banner.is-info a:not(.wc-block-components-button) {
  color: #aa212f !important;
  font-weight: 600;
}
