




.cot_quote-header {
    background-color: #f0f7ff;
    padding: 11px;
    border-bottom: 1px solid #d0e1f9;
}


.cor_01 {
    background-color: red;
    padding: 11px;
    border-bottom: 1px solid #d0e1f9;
}

.cor_01 {
    background-color: red;
    padding: 11px;
    border-bottom: 1px solid #d0e1f9;
}

.cot_03 {
    background-color: black;
    padding: 11px;
    border-bottom: 1px solid #d0e1f9;
}


.cot_header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 3px;
    
}


.cot_supplier-info {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-evenly;
    align-items: baseline;
}




.cot_supplier-name {
    margin: 5px;
    font-size: 18px;
    font-weight: bold;
    color: #104b87;
}

.cot_premium-badge {
    display: flex;
    align-items: center;
    background-color: #fff2c7;
    color: #9b6f00;
    border-radius: 15px;
    padding: 4px 10px;
    font-size: 12px;
    margin-left: 10px;
}

.cot_quote-number {
    font-size: 14px;
    color: #5a6474;
}



.cot_header-details {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.cot_detail-item {
    display: flex;
    align-items: center;
    
}

.cot_detail-item-frete {
    display: flex;
    align-items: center;
    flex: 3 1 250px; 
}


.cot_detail-item-valor  {
    display: flex
;
    align-items: center;
    flex: 1 1 200px;
    flex-direction: row;
    justify-content: flex-end;
}



.cot_icon {
    width: 18px;
    height: 12px;
    margin-right: 5px;
    color: #2962c6;
}



/* .cot_detail-label {
    font-weight: 600;
    margin-right: 19px;
    text-align: left;
    color: #034fa5;
} */

.cot_detail-label {
    display: inline-block;
    width: 120px;         /* largura fixa */
    font-weight: 600;
    text-align: left;
    color: #034fa5;
    margin-right: 0;      /* pode remover se usar largura fixa */
}


.cot_detail-label-obs {
    display: inline-block;
    
    font-weight: 600;
    text-align: left;
    color: #1069b9;
    margin-left: 6px;
}


.cot_detail-value {
    display: inline-block;
    text-align: right;
    width: 100%;
}

.cot_detailleft-value {
    display: inline-block;
    text-align: left;
    width: 100%;
}



 Responsividade 
@media (max-width: 768px) {
    .cot_header-details {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}