.branch-actions .btn {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 52px !important;
  padding: 15px 27px !important;
  background: var(--green) !important;
  color: #fff !important;
  text-decoration: none !important;
  opacity: 1 !important;
  visibility: visible !important;
  transition: transform .3s ease, background .3s ease, box-shadow .3s ease;
}

.branch-actions .btn:hover {
  transform: translateY(-4px);
  background: #365f43 !important;
  color: #fff !important;
  box-shadow: 0 14px 30px rgba(49,45,90, .22);
}
