/*
	Theme Name: Motors
	Theme URI: http://motors.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: https://stylemixthemes.com/
	Description: Automotive, Cars, Vehicle, Boat Dealership, Classifieds WordPress Theme by StylemixThemes.
	Version: 5.6.52
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, black, red, dark, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, fixed-layout, fluid-layout, responsive-layout, flexible-header, custom-background, custom-colors, custom-header, custom-menu, editor-style, sticky-post, theme-options
	Text Domain: motors
*/
.add-listing-btn{
    display:none!important;
}
/* Container behaves like a table */
.post-content {
  display: table;
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  font-size: 14px;
}

/* Each <p> is a table row */
.post-content p {
  display: table-row;
}

/* Simulate two table cells inside <p>:
   - The text before <strong> as cell 1
   - The <strong> element as cell 2 */

/* Cell 1: pre-strong text */
.post-content p::before {
  content: '';
  display: table-cell;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #f9f9f9;
  font-weight: bold;
  width: 40%;
  white-space: nowrap;
}

/* Cell 2: the strong value */
.post-content p strong {
  display: table-cell;
  padding: 10px;
  border: 1px solid #ccc;
  background-color: #fff;
  color: #000;
  width: 60%;
}
