.pv-delivery-message {
    display: flex;
    align-items: center;
    margin: 10px 0;
    padding: 8px 12px;
    background-color: #f8f9fa;
    border-radius: 4px;
    border-left: 4px solid #007cba;
    font-size: 14px;
    color: #333;
}

.pv-delivery-icon {
    margin-right: 8px;
    font-size: 18px;
}

.product-pv-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: rgba(0, 124, 186, 0.9);
    color: white;
    padding: 5px 10px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: bold;
    z-index: 10;
    display: flex;
    align-items: center;
}

@media (max-width: 768px) {
    .product-pv-badge {
        font-size: 10px;
        padding: 3px 6px;
    }
}