.table-desc {
    max-width: 600px;
    margin: 0;
    padding: 0;
    border-radius: 30px;
   /* background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border: 1px solid #ddd;*/
}

.table-desc_row {
    display: flex;
    gap: 1rem;
    margin-bottom: 0.5em;
    padding: 4px 16px;
    border-radius: 30px;
    font-family: Arial, sans-serif;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;  
    margin: 0; 
}

.table-desc_row.header {
    font-weight: bold; 
    background-color: transparent;   
    color: black;
}

.table-desc_cell {
    text-align: center;
    min-width: 25%;
    color: #000;
    font-size: 14px;
    padding: 2px 4px;
    position: relative;
}

#table-desc th {
   color: #000;
    font-size: 14px;
}

.table-desc_cell:first-child {
    width: 15%;    
}

.heat {
    font-weight: bold;
    padding: 0.3em 1em;
    border-radius: 30px;
    width: 4em;
    text-align: center;
}

.h-6 {
    background-color: #ca3b32;
    color: white;
}
.h-5 {
    background-color: #d15029;
    color: white;
}
.h-4 {
    background-color: #de7d39;    
    color: white;
        }

.h-3 {
    background-color: #de9939;    
    color: white;
}

.h-2 {
    background-color: #dfb23d;    
    color: white;
}

.h-1 {
    background-color: #7fbb3b;    
    color: white;
}

.h-0 {
    background-color: #438c4d;    
    color: white;
}


.h-0 { background-color: hsl(130 100% 40% / 1); color: white; }
.h-1 { background-color: hsl(145 100% 40% / 1); color: white; }
.h-2 { background-color: hsl(160 100% 40% / 1); color: white; }
.h-3 { background-color: hsl(175 100% 40% / 1); color: white; }
.h-4 { background-color: hsl(190 100% 40% / 1); color: white; }
.h-5 { background-color: hsl(205 100% 40% / 1); color: white; }
.h-6 { background-color: hsl(220 100% 40% / 1); color: white; }


.ponuka-checkbox {
    margin: 8px 0 16px 0;
    min-height: 32px;
}

#cta-vlastna-volba {
    visibility: hidden;
}

#custom-uver p.bsclc-heading-text {
    font-size: 22px;
    line-height: 26px;
}

.ponuka-detail_riadok.desc-result {
    background-color: #e7eee7;
    flex-direction: column;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 8px;
    align-items: center;
}

.ponuka-detail_riadok.desc-result.desc-blue {
    background-color: #e1f3f6;    https://www.orange.sk/biznis/bizi/tatra-banka-benefit?code=1234abcd
}

#final-step .desc-result .ponuka-small.solid-total_amount {
    font-size: 22px;
    font-weight: 700;
    color: #438c4d;
    text-align: center;
    line-height: normal;
    margin: 0 0 8px 0;
}

#final-step .desc-result.desc-blue .ponuka-small.solid-total_amount {
color: #0047f8;
    
}


.desc-table tbody tr:nth-child(even) {
    background: #e5e7eb;
  }

.desc-table  {
    border: 1px solid #0047f8;
    border-radius: 10px;
    margin: 0 20px;    
    padding: 10px;
    min-width: 650px;
  }



.desc-table td:nth-child(3) {     /* example alignment */
  font-weight: 600;  
}

 .ponuka-detail {
                width: 100%;    
                margin: 10px 0 20px 0 ;        
            }

.peranum {
    font-weight: 400;
    font-size: 10px;
    position: absolute;
    top: 7px;
    left: calc(50% + 15px);
}

@media only screen and (max-width: 600px) {
    .peranum {   
    top: 8px;
    left: calc(50% + 12px);
    }
}