.bidding-round__list { 
    margin-bottom: 50px;
}

.bidding-round__list p {
    margin: 2px;
}

.biddinground {
    max-width: 600px;
}

.biddings {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 30px;
    table-layout: fixed;
}

.biddings td {
    border: 1px solid #ddd;
    padding: 5px;
}


.no-bids {
    font-style: italic;
    padding-left: 30px;
}

.green {
    font-weight: bold;
    color: green;
}

.yellow {
    font-weight: bold;
    color: orange;
}

.red {
    font-weight: bold;
    color: red;
}

.btn.delete {
    color: red !important;
    border-color: red;
}

.btn {
    padding: 7px 14px;
    color: green;
    font-size: 16px;
    border: 1px solid green;
    border-radius: 5px;
    cursor: pointer;
}


@media (max-width: 576px) {
    .btn {
        padding: 5px 12px; 
        font-size: 14px; 
    }
}


@media (max-width: 400px) {
    .btn {
        padding: 4px 10px;
        font-size: 12px; 
    }
}

.btn:hover {
    transition: 0.3s ease;
    color:  green;
    background-color: beige;
}

.errorlist {
    color: red;
    font-size: medium;
    margin-bottom: 3px;
}


#id_red_contribution_amount, #id_yellow_contribution_amount, #id_green_contribution_amount, #id_subscription_size, #id_green_whole_amount,  #id_yellow_whole_amount, #id_red_whole_amount,  #id_widerstandskasse {
    width: 140px;
    max-width: auto;
}

.bidding-row {
    max-width: 1000px;
}

.bidding-row .form-group {
    width: 100%;
}

@media (min-width: 768px) {
    .bidding-row .form-group > label:not(.widerstandskasse-label) {
        display: block;
        line-height: 1.25;
        min-height: 2.5em;
    }
}


.violet {
    font-weight: bold;
    color: violet;
}

.widerstandskasse-label {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    flex-wrap: nowrap;
    color: violet;
}


.widerstandskasse-icon {
    width: 1.5em; 
    height: 1.5em;
}

.widerstandskasse-link,
.widerstandskasse-link:link,
.widerstandskasse-link:visited,
.widerstandskasse-link:hover,
.widerstandskasse-link:focus,
.widerstandskasse-link:active {
    color: violet !important;
}

.responsive-text {
  font-size: 18px;
}

/* Small devices (≤576px) */
@media (max-width: 576px) {
  .responsive-text {
    font-size: 16px;
  }
}

/* Extra small devices (≤400px, optional finer control) */
@media (max-width: 400px) {
  .responsive-text {
    font-size: 14px;
  }
}
