/* ============================================
   AUDITCOM-TOGO — Custom Overrides
   Minimal approach: let theme handle responsive
   ============================================ */

/* btn-round4 green circle icon (all devices) */
.btn.btn-round4 .ct-button-icon {
  background-color: #beff6b !important;
  color: #005153 !important;
}
.btn.btn-round4:hover .ct-button-icon {
  transform: rotate(45deg);
}
.ct-big-button .btn.btn-round4 .ct-button-icon {
  background-color: #beff6b !important;
  color: #005153 !important;
}
