/**
 * Objekte / Listing Page Styles
 *
 * Extracted from: steinkamp-immobilien.php
 * Source: sk_shortcode_objekte() – line 2695–2698
 * Category: Detail meta items displayed on listing cards
 */

.detail-meta-item {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: .9rem;
    color: #555;
}

.detail-meta-item svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    stroke: var(--navy, #1a2e4a);
    fill: none;
    stroke-width: 1.8;
    stroke-linecap: round;
}
