.elementor-8094 .elementor-element.elementor-element-dff0223{--display:flex;overflow:visible;}/* Start custom CSS for html, class: .elementor-element-f754b01 */.forepoling-product {
  --forepoling-red: #ad594f;
  --forepoling-red-dark: #8d463e;
  --forepoling-dark: #252a2d;
  --forepoling-muted: #70777b;
  --forepoling-border: #e1e4e5;
  --forepoling-light: #f4f5f5;

  display: grid;
  grid-template-columns: 45% 55%;
  align-items: center;
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--forepoling-border);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 15px 40px rgba(20, 25, 28, 0.07);
}

/* SLIKA LIJEVO */

.forepoling-product__visual {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  background: transparent;
  overflow: hidden;
}

.forepoling-product__visual img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 2336 / 1776;
  margin: 0;
  padding: 0;
  object-fit: contain;
}

/* SADRŽAJ DESNO */

.forepoling-product__content {
  min-width: 0;
  padding: 30px;
}

.forepoling-product__label {
  display: inline-block;
  margin-bottom: 10px;
  padding: 7px 12px;
  border-radius: 30px;
  background: #f5e9e7;
  color: var(--forepoling-red);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.forepoling-product__title {
  margin: 0 0 22px;
  color: var(--forepoling-dark);
  font-size: 32px;
  line-height: 1.1;
}

.forepoling-product__title small {
  display: block;
  margin-top: 5px;
  color: var(--forepoling-red);
  font-size: 16px;
  font-weight: 600;
}

/* TABELA */

.forepoling-table-wrapper {
  width: 100%;
  overflow: hidden;
  border: 1px solid var(--forepoling-border);
  border-radius: 10px;
}

.forepoling-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.forepoling-table th,
.forepoling-table td {
  padding: 9px 6px;
  border-right: 1px solid var(--forepoling-border);
  border-bottom: 1px solid var(--forepoling-border);
  text-align: center;
  vertical-align: middle;
}

.forepoling-table th {
  background: var(--forepoling-dark);
  color: #fff;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.35;

}

.forepoling-table td {
  color: #4d5356;
  font-size: 10px;
  line-height: 1.35;
}

.forepoling-table tbody tr:nth-child(even) {
  background: var(--forepoling-light);
}

.forepoling-table tbody tr:hover {
  background: #f7ecea;
}

.forepoling-table th:last-child,
.forepoling-table td:last-child {
  border-right: 0;
}

.forepoling-table tbody tr:last-child td {
  border-bottom: 0;
}

/* NAPOMENA */

.forepoling-product__notice {
  margin: 18px 0 0;
  padding: 11px 13px;
  border-left: 3px solid var(--forepoling-red);
  background: #f7efee;
  color: #69514d;
  font-size: 11px;
  line-height: 1.5;
}

/* DUGME */

.forepoling-product__button {
  display: inline-block;
  margin-top: 16px;
  padding: 12px 21px;
  border-radius: 7px;
  background: var(--forepoling-red);
  color: #fff !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  transition: 0.2s ease;
}

.forepoling-product__button:hover {
  background: var(--forepoling-red-dark);
}

/* TABLET */

@media (max-width: 1024px) {
  .forepoling-product {
    grid-template-columns: 42% 58%;
  }

  .forepoling-product__content {
    padding: 23px;
  }

  .forepoling-product__title {
    font-size: 27px;
  }

  .forepoling-table th {
    padding: 8px 4px;
    font-size: 7px;
  }

  .forepoling-table td {
    padding: 8px 4px;
    font-size: 9px;
  }
}

/* MOBITEL */

@media (max-width: 767px) {
  .forepoling-product {
    grid-template-columns: 1fr;
  }

  .forepoling-product__visual {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  .forepoling-product__visual img {
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    object-fit: contain;
  }

  .forepoling-product__content {
    padding: 25px 18px;
  }

  .forepoling-product__title {
    font-size: 28px;
  }

  .forepoling-table-wrapper {
    overflow: visible;
    border: 0;
  }

  .forepoling-table,
  .forepoling-table tbody,
  .forepoling-table tr,
  .forepoling-table td {
    display: block;
    width: 100%;
  }

  .forepoling-table thead {
    display: none;
  }

  .forepoling-table tr {
    margin-bottom: 12px;
    padding: 8px 12px;
    border: 1px solid var(--forepoling-border);
    border-radius: 9px;
    background: #fff !important;
  }

  .forepoling-table td {
    display: flex;
    justify-content: space-between;
    gap: 15px;
    padding: 7px 0;
    border-right: 0;
    text-align: right;
  }

  .forepoling-table td::before {
    content: attr(data-label);
    color: var(--forepoling-muted);
    font-weight: 600;
    text-align: left;
  }

  .forepoling-table tr:last-child td {
    border-bottom: 1px solid var(--forepoling-border);
  }

  .forepoling-table td:last-child {
    border-bottom: 0;
  }
}/* End custom CSS */