.elementor-1468 .elementor-element.elementor-element-4938097{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b2565dc */.Btn.Btn-default {
  background-color: #f0f0f0; /* Light grey */
  color: #333 !important; /* Dark text */
  padding: 10px 20px;
  border-radius: 5px;
  text-decoration: none !important;
  display: block;
  text-align: center;
  font-weight: bold;
  border: 1px solid #ddd; /* Optional light border */
  transition: background-color 0.3s ease;
}

.Btn.Btn-default:hover {
  background-color: #e0e0e0; /* Darker grey on hover */
}
.Drawer_content .Wysi ul {
  margin-top: 1rem; /* Add spacing above the list containing 'Avg time to complete' */
}

.Drawer_content .Btn {
  margin-top: 1rem; /* Add spacing above all buttons in drawers */
}
.Drawer_content .Btn.Btn-primary {
margin-bottom: 1rem; /* Add spacing below the Schedule service button */
}/* End custom CSS */