/*!
Theme Name: Hello Elementor Child
Theme URI: https://crocoblock.com/
Author: Crocoblock
Author URI: https://crocoblock.com/
Description: Child theme for Hello Elementor with all CrocoBlock features compatibility.
Template: hello-elementor
Version: 1.0.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: hello-elementor-child
*/

#fcpagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  transform: scale(0.7);
}

#fcpagination button {
  border: 0;
}

#fcpagination button:disabled {
  background-color: gray;
  opacity: 0.5;
  border: 0;
}

body, html {
	overflow-x: hidden !important;
}
