.elementor-1437 .elementor-element.elementor-element-e5b42c4{--display:flex;}/* Start custom CSS for html, class: .elementor-element-980cc9c */<style>
.jp-container {
  font-family: Arial, sans-serif;
  max-width: 800px;
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 10px;
  background: #fefefe;
}
.jp-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 15px;
}
.jp-tab {
  flex: 1 1 auto;
  padding: 10px;
  border: none;
  background-color: #eee;
  cursor: pointer;
  border-radius: 5px;
  font-weight: bold;
  transition: background 0.3s;
}
.jp-tab.active {
  background-color: #002f6c;
  color: white;
}
.jp-content {
  display: none;
}
.jp-content.active {
  display: block;
}
.jp-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}
.jp-table th, .jp-table td {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}
.jp-table th {
  background-color: #002f6c;
  color: white;
}
.jp-info {
  font-size: 14px;
  line-height: 1.6;
}
.alert {
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
}
.alert-price {
  background-color: #fde2e2;
}
.alert-yellow {
  background-color: #fffecf;
}
.jp-contact {
  margin-top: 20px;
}
.jp-contact a {
  color: #002f6c;
  text-decoration: underline;
}
.jp-tab {
  background-color: #f0f0f0;
  color: #333; /* Neutralna tamnosiva */
  border: none;
  padding: 10px 20px;
  cursor: pointer;
  font-weight: bold;
}

.jp-tab.active {
  background-color: #1a327e; /* Tamnoplava */
  color: white;
}

.jp-table th {
  background-color: #1a327e;
  color: white;
  padding: 10px;
}

.jp-table td {
  padding: 8px;
  text-align: center;
}

.jp-content {
  display: none;
}

.jp-content.active {
  display: block;
}
.jp-tab:hover {
  background-color: #1a327e;
  color: white;
}


</style>/* End custom CSS */