/* Egyedi ajánlatot kérek gomb - desktop + mobil */
#page_artdet_func_question {
  color: #0C8505;
  border: 2px solid #0C8505;
  background-color: rgba(12, 133, 5, 0.2);
  font-size: inherit !important;
  overflow: visible !important;
  width: auto !important;
  text-indent: 0 !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}

/* Eredeti ikon elrejtése */
#page_artdet_func_question::after {
  display: none !important;
}

/* Új ikon a szöveg után */
#page_artdet_func_question::before {
  content: '' !important;
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-left: 6px;
  order: 1;
  background-image: url('https://www.megaplusz.hu/shop_ordered/63729/pic/deals.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
}