/*
 * Styles missing from app.css: on the live site the plugins printed them inline.
 * Kept in a separate file so app.css stays an untouched bundle.
 */

/* Floating WhatsApp button (the okapi-wasb plugin on the original site). */
#okapi-wasb-button {
  bottom: 15px;
  position: fixed;
  right: 15px;
  z-index: 9999999;
}

#okapi-wasb-icon {
  height: 60px;
  opacity: 0.95;
  width: 60px;
}

#okapi-wasb-icon:hover {
  opacity: 1;
}

/* Internal notice, visible to administrators only. */
.capdom-admin-notice {
  background: #fff3cd;
  border: 1px solid #ffe69c;
  border-radius: 0.4rem;
  color: #664d03;
  font-size: 1.4rem;
  padding: 1.2rem 1.6rem;
}
