.tooltip-icon {
    font-size: 14px;
    color: #007bff;
    cursor: pointer;
    margin-left: 5px;
}

.tooltip-icon:hover {
    color: #0056b3;
}

.form-section {
    /* vist pole vaja*/
    margin-bottom: 20px;
}

.dynamic-width-select.form-control {
    width: auto; /* Fit to content width */
    max-width: 100%; /* Avoid overflow */
}

.info-box {
  background-color: #fff3cd;
  border: 1px solid #ffeeba;
  padding: 10px;
  margin-top: 10px;
  border-radius: 5px;
  color: #856404;
  font-size: 0.875rem;
}

.info-message {
    background-color: #e9f7df;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.alert-message {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.alert-message button {
    background: none;
    border: none;
    font-size: 1.2rem;
    font-weight: bold;
    line-height: 1;
    color: #721c24;
    cursor: pointer;
}

.error-message {
  display: block;
  margin-bottom: 0.5rem;
  color: #dc3545;
  font-size: 0.875rem;
}

.host-light {
    background-color: #d1ecf1;
    color: #0c5460;
}

.host-darkness {
    background-color: #d4edda;
    color: #155724;
}

.host-mercenaries {
    /* Default colors */
}

.cart-item-light {
    color: #007bff;
}

.cart-item-darkness {
    color: #28a745;
}

.cart-item-mercenaries {
    /* Default colors */
}

.cart-discount {
    color: #721c24;
}