/*
 Theme Name:   Bricks Child Theme
 Theme URI:    https://bricksbuilder.io/
 Description:  Use this child theme to extend Bricks.
 Author:       Bricks
 Author URI:   https://bricksbuilder.io/
 Template:     bricks
 Version:      1.1
 Text Domain:  bricks
*/


html {
    overflow: -moz-scrollbars-vertical; 
    overflow-y: scroll;
}



/* Change the scroll bar width // Scroll bar width */
::-webkit-scrollbar {
width: 10px; 
}

/* Change the background of the scroll bar track // Background color */
::-webkit-scrollbar-track {
background-color: var(--bg-surface); 
}

/* Change the background of the scroll bar thumb (the draggable part) /// Thumb color / Corner radius */
::-webkit-scrollbar-thumb {
background-color: var(--primary); 
border-radius: 1px; 
}

/* Change the color and shape of the scroll bar thumb on hover // Hover color */
::-webkit-scrollbar-thumb:hover {
background-color: var(--hs-primary); 
}

/* Change the shape of the scroll bar thumb when it’s in focus // Focus color */
::-webkit-scrollbar-thumb:focus {
background-color: var(--hs-primary); 
  
  
  
/* main menu sevices styling */
body.post-type-archive-services #brxe-bmuogj .brx-submenu-toggle a[href="/services/"] {
    color: var(--tertiary) !important;
}


  

mark {
  background-color: #ffe536;
  color: inherit;          /* keep existing text color, or set explicitly if needed */
  padding: 0 2px;          /* optional — tidy up the default browser padding */
}
}