.elementor-382 .elementor-element.elementor-element-6b2fa28{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-ae604bc */<style>
/* GOMBOK TELJES JAVÍTÁSA – TEGYÉL MINDEN MÁSIK GOMB-CSS UTÁN! */

/* Alap gomb stílus mindenhol */
.inox-site .btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  padding:12px 24px;
  border-radius:999px;
  font-weight:600;
  font-size:15px;
  text-decoration:none;
  cursor:pointer;
  border:1px solid transparent;
  transition:.2s ease-in-out;
}

/* Fő (bordó) gomb */
.inox-site .btn.primary{
  background:var(--eg-burgundy);
  color:#fff !important;
  border-color:var(--eg-burgundy);
}
.inox-site .btn.primary:hover{
  background:var(--eg-burgundy-dark);
  border-color:var(--eg-burgundy-dark);
}

/* Outlined (fehér hátterű) gomb – SOHA NE LEGYEN FEHÉR FELIRAT */
.inox-site .btn.outline{
  background:#fff;
  color:var(--eg-burgundy) !important;
  border-color:var(--eg-burgundy);
}
.inox-site .btn.outline:hover{
  background:var(--eg-burgundy);
  color:#fff !important;
  border-color:var(--eg-burgundy-dark);
}

/* Quick-rows kártyagombok (alsó két doboz) */
.inox-site .quick-rows a{
  background:var(--eg-burgundy);
  color:#fff !important;
  padding:15px;
  text-align:center;
  border-radius:12px;
  font-weight:700;
  text-decoration:none;
  border:1px solid var(--eg-burgundy);
  transition:.2s ease-in-out;
}
.inox-site .quick-rows a:hover{
  background:var(--eg-burgundy-dark);
  border-color:var(--eg-burgundy-dark);
}

/* Hero VISSZA gomb – legyen fixen bordó háttéren fehér felirat */
.inox-site .hero .back-link,
.inox-site .hero a.hero-back{
  background:var(--eg-burgundy);
  color:#fff !important;
  padding:5px 12px;
  border-radius:20px;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
  display:inline-flex;
  align-items:center;
  gap:6px;
  border:1px solid var(--eg-burgundy-dark);
}
.inox-site .hero .back-link:hover,
.inox-site .hero a.hero-back:hover{
  background:var(--eg-burgundy-dark);
  border-color:var(--eg-burgundy-dark);
}

/* Ha a Vissza gomb sima <a> marad class nélkül, így is ráfogunk: 
   csak a hero felső, első kis linkre céloz. */
.inox-site .hero > .inox-container > div:first-child > a{
  background:var(--eg-burgundy) !important;
  color:#fff !important;
  border-radius:20px;
  padding:5px 12px;
  font-size:12px;
  font-weight:700;
  text-decoration:none;
  border:1px solid var(--eg-burgundy-dark);
}
.inox-site .hero > .inox-container > div:first-child > a:hover{
  background:var(--eg-burgundy-dark) !important;
  border-color:var(--eg-burgundy-dark);
}
</style>/* End custom CSS */