/*
Theme Name:  Listeo ChildTheme
Theme URI: http://listeo.pro
Author: Purethemes
Author URI: http://themeforest.net/user/purethemes
Description: Directory WordPress Theme by Purethemes
Version: 1.0
License: ThemeForest
License URI: http://themeforest.net/licenses
Text Domain: listeo
Domain Path: /languages/
Tags: light, responsive-layout, post-formats, theme-options, translation-ready, two-columns
Template:  listeo
*/

/* Report Button Field */
.custom-sidebar-content {
  display: flex;
  justify-content: center; /* Centers horizontally */
  align-items: center; /* Centers vertically if needed */
  text-align: center;
}

/* Report Button */
.report-button {
  outline: none;
  border: none;
  color: #444;
  font-weight: 600;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 50px;
  padding: 10px 25px;
  line-height: 24px;
  margin-bottom: 0px;
  transition: 0.3s;
  cursor: pointer;
  display: inline-block;
  width: 100%; /* Make button full width */
  text-align: center; /* Ensure text is centered */
  margin-left: 30px;
  margin-right: 30px;
}

.report-button:hover {
  background-color: #fafafa;
  border: 1px solid #ddd;
}

/* Social Icons share sidebar */
.listing-share-sidebar {
  background-color: #f6f1f1;
  padding-top: 35px;
  padding-bottom: 35px;
}

/* Logo width fitable to pages */
#header.cloned #logo img {
  max-width: 162px;
}

/* Footer */
#footer {
  padding: 70px 0 0 0;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.09);
  font-size: 12px;
}
