.elementor-86 .elementor-element.elementor-element-c489d4a{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-e404827 */.vozidla-public-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.5rem;
  padding: 1rem 0;
}

.vozidlo-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.vozidlo-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.15);
}

.vozidlo-thumb img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  display: block;
}

.vozidlo-info {
  padding: 1rem;
}

.vozidlo-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: .5rem;
  color: #222;
}

.vozidlo-info p {
  margin: .25rem 0;
  color: #555;
}

.vozidlo-cena {
  font-weight: 700;
  font-size: 2rem;
  color: #0057a5;
  margin-top: .75rem;
}

/* === GRID === */
.vozidla-public-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 1.8rem;
  padding: 1rem;
}

/* === KARTA === */
.vozidlo-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  position: relative;
}

.vozidlo-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

/* === FOTO === */
.vozidlo-thumb img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  display: block;
}

/* === INFO === */
.vozidlo-info {
  flex: 1;
  padding: 1rem 1.2rem;
  color: #333;
}

.vozidlo-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: .4rem;
  color: #222;
}

.vozidlo-info p {
  margin: 0.25rem 0;
  font-size: 0.95rem;
}

/* === CENA === */
.vozidlo-cena strong {
  color: #555; /* sivý label "Cena:" */
  font-weight: 700;
  margin-right: 4px;
}

.vozidlo-cena {
  color: #b14c1b; /* červenohnedá cena */
  font-size: 5rem;
  font-weight: 700;
}


/* === FOOTER + TLAČIDLO === */
.vozidlo-footer {
  padding: 0.8rem 1rem 1.2rem;
  text-align: center;
  margin-top: auto;
}

.vozidlo-btn {
  display: inline-block;
  width: 50%;
  padding: 10px 0;
  border-radius: 8px;
  background: linear-gradient(135deg, #f9aa62, #bc5900);
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: all 0.3s ease;
  box-shadow: 0 3px 8px rgba(0,0,0,0.15);
}

.vozidlo-btn:hover {
  background: linear-gradient(135deg, #bc5900, #bc5900);
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.2);
}

/* === RESPONSIVE === */
@media (max-width: 600px) {
  .vozidlo-thumb img {
    height: 160px;
  }
  .vozidlo-title {
    font-size: 1.1rem;
  }
}/* End custom CSS */