.ranking {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 20px 0;
}

.offerSM {
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    background: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.offer-row1, .offer-row2, .offer-row3, .offer-row4 {
    margin-bottom: 15px;
}

.orderOf {
    font-size: 22px;
    font-weight: bold;
    margin-right: 10px;
    color: #0073aa;
}

.nameOffer {
    font-size: 20px;
    font-weight: 600;
}

.logo_offer img {
    max-height: 40px;
    max-width: 100px;
}

.offerData {
    margin: 5px 0;
}

.offerLabel {
    font-weight: bold;
    font-size: 14px;
    color: #666;
}

.offerValue {
    font-size: 16px;
}

.buttonsR {
    margin-top: 10px;
}

.btn {
    padding: 8px 16px;
    border-radius: 6px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    margin-right: 10px;
    cursor: pointer;
}

.btn-primary {
    background-color: #0073aa;
    color: #fff;
}

.btn-secondary {
    background-color: #f1f1f1;
    color: #333;
}

.bonusContainer {
    background: #d8f9dd;
    padding: 10px;
    border-left: 4px solid #3baf55;
    font-style: italic;
}

.pozyczkaDetail {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    border-bottom: 1px dashed #ccc;
}
