.product-metadata {
    margin-top: 10px;
    padding: 10px;
    border: 1px solid #eee;
    background-color: #f9f9f9;
    font-size: 0.9em;
}

.product-metadata h4 {
    margin-top: 0;
    margin-bottom: 5px;
    color: #333;
}

.product-metadata p {
    margin: 0 0 5px 0;
    line-height: 1.4;
}

.product-metadata p strong {
    color: #555;
}

.vehicle-details,
.booking-details {
    margin-bottom: 10px;
}

.detail-item {
    display: flex;
    justify-content: space-between;
    padding: 3px 0;
    border-bottom: 1px dotted #ddd;
}

.detail-item:last-child {
    border-bottom: none;
}

.detail-label {
    font-weight: bold;
    color: #666;
}

.detail-value {
    color: #333;
}

.product-meta {
    margin-top: 10px;
}

.product-meta ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.product-meta li {
    margin-bottom: 5px;
    padding-left: 15px;
    position: relative;
}

.product-meta li:before {
    content: '•';
    position: absolute;
    left: 0;
    color: #0073aa; /* WordPress primary color */
}