/* rb_delivery_prices – rb_delivery_prices.css */

#rb-delivery-prices {
    margin: 10px 0;
    padding: 10px 14px;
    border: 0;
    border-radius: 6px;
    background: none;
    font-size: 15px;
    color: #333;
    line-height: 1.4;
}

/* Header */
.rb-dp-header {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
    font-weight: 600;
    font-size: 15px;
    color: #444;
}

.rb-dp-icon svg {
    display: block;
    color: #555;
}

/* Body – lista przewoźników */
.rb-dp-body {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rb-dp-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 3px 0;
    border-bottom: 1px dashed #ececec;
}

.rb-dp-row:last-child {
    border-bottom: none;
}

.rb-dp-carrier-name {
    flex: 1;
    color: #555;
}

.rb-dp-price {
    font-weight: 700;
    color: #222;
    white-space: nowrap;
    margin-left: 8px;
}

.rb-dp-free {
    font-weight: 700;
    color: #2d8a2d;
    white-space: nowrap;
    margin-left: 8px;
}

/* Footer */
.rb-dp-footer {
    margin-top: 8px;
    font-size: 13px;
    color: #999;
}

.rb-dp-qty-value {
    font-weight: 600;
    color: #555;
}

/* Unavailable */
.rb-dp-unavailable {
    color: #999;
    font-size: 13px;
    font-style: italic;
}
