/*
Theme Name: MotoMart
Theme URI: https://motomart.com.bd
Author: ABS Shamim
Author URI: https://absshamim.com
Description: A custom bike review and listing theme made for MotoMart, fully compatible with Elementor.
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: motomart
*/

body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
}
.container {
  max-width: 1200px !important;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.text-danger {
  color: #dc3545;
}
.card-body h5 {
  font-weight: bold;
}
.key-spec-icon {
  width: 24px;
  height: auto;
}
.social-icons a {
  font-size: 20px;
}
.user-opinion i {
  font-size: 16px;
}
.bike-details-section .card-body h5 {
  font-weight: 600;
}
.card-body img {
  max-height: 28px;
  margin-left: 10px;
}
