/*
Theme Name: Betheme Child
Theme URI: https://themes.muffingroup.com/betheme
Author: Muffin group
Author URI: https://muffingroup.com
Description: Child Theme for Betheme
Template: betheme
Version: 2.0.2
*/

/* Commons Private preview button styling */
.pdf-toggle {
  margin-left: 10px;
  background-color: #6a4c6f; /* muted purple */
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.pdf-toggle:hover,
.pdf-toggle:focus {
  background-color: #835785; /* hover purple */
  outline: none;
}
.pdf-toggle:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
