.pm-icon {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-right: 10px;
}

/* Icon colet */
.pm-locker {
    background: #0073e6;
}
.pm-locker::before {
    content: "📦";
}

/* Icon mașină */
.pm-curier {
    background: #ff6600;
}
.pm-curier::before {
    content: "🚚";
}

.pm-title {
    font-weight: 600;
    margin-bottom: 2px;
}

.pm-estimate {
    color: #666;
    font-size: 13px;
    margin-bottom: 2px;
}

.pm-price {
    font-size: 13px;
    color: #000;
}
