/*	
	Theme Name: Motors - Child Theme
	Theme URI: http://motors.stylemixthemes.com/
	Author: StylemixThemes
	Author URI: http://stylemixthemes.com/
	Description: Motors Child theme
	Version: 4.0
	License: GNU General Public License v2 or later
	License URI: http://www.gnu.org/licenses/gpl-2.0.html
	Tags: blue, red, 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-child
    Template: motors

    This theme, like WordPress, is licensed under the GPL.
    Use it to make something cool, have fun, and share what you've learned with others.
*/

/* Add your own styles here */
/* CARD */
.custom-card {
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #ddd;
}

/* IMAGE */
.custom-card-image img {
  width: 100%;
  display: block;
}

/* BODY */
.custom-card-body {
  padding: 14px;
  text-align: center;
}

.custom-card-title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

/* PRICE */
.custom-card-price {
  display: flex;
  justify-content: center;
  gap: 20px;
  font-size: 14px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

/* ACTION BAR */
.custom-card-actions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  background: #151b4e;
}

.custom-card-actions a {
  color: #fff;
  padding: 14px 0;
  text-align: center;
  font-weight: 600;
  text-decoration: none;
  border-right: 1px solid rgba(255,255,255,.2);
}

.custom-card-actions a:last-child {
  border-right: none;
}

.custom-card-actions a:hover {
  background: #0f143a;
}
