
/* Scoped styling only for plugin elements */
.pbbms3-wrap { margin-top: 14px; }
.pbbms3-btn.button {
  background-color: #000 !important;
  color: #fff !important;
  border-color: #000 !important;
}
.pbbms3-btn.button:hover { opacity: 0.9; }
.pbbms3-btn.button.expand {
  width: 100% !important;
  display: block !important;
  text-align: center !important;
  box-sizing: border-box !important;
}
.pbbms3-links { margin-top: 10px; }
.pbbms3-links ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}
.pbbms3-links li { margin: 8px 0 !important; padding: 0 !important; }
.pbbms3-links li { list-style: none !important; }
.pbbms3-toggle { margin-top: 10px; }
.pbbms3-toggle a { font-size: 0.95em; text-decoration: underline; }
.pbbms3-downloads ul{list-style:none !important;padding:0 !important;margin:0 !important;}
.pbbms3-downloads li{list-style:none !important;margin:8px 0 !important;padding:0 !important;}

/* CTA button for non-members: "Get this Free with Membership" */
.pbbms3-cta-btn.button {
  background-color: #555 !important;
  color: #fff !important;
  border-color: #555 !important;
}
.pbbms3-cta-btn.button:hover {
  background-color: #3a3a3a !important;
  border-color: #3a3a3a !important;
  opacity: 1 !important;
}
.pbbms3-btn.pbbms3-open {
  background-color: #777 !important;
  border-color: #777 !important;
  color: #fff !important;
}
