/* Dealer-result indicators (Werkstatt / Verkauf / Vermietung) used by both
   the result list and the marker popup-balloon on the haendlersuche page.
   Lives in mapsearch (not sitepackage) so the sprite path resolves relative
   to mapsearch's published Resources/Public — works in TYPO3 v13 composer
   mode where the legacy `typo3conf/ext/mapsearch/…` URL is unavailable. */

.tx-mapsearch-dealer #mapApp .icon-werkstatt,
.tx-mapsearch-dealer #mapApp .icon-haendler,
.tx-mapsearch-dealer #mapApp .icon-vermietung {
    background: url(../Images/sprite-icons.png);
    height: 50px;
    width: 50px;
    background-size: 50px 150px;
    background-repeat: no-repeat;
    margin-bottom: 3px;
}

.tx-mapsearch-dealer #mapApp .text-werkstatt,
.tx-mapsearch-dealer #mapApp .text-haendler,
.tx-mapsearch-dealer #mapApp .text-vermietung {
    margin-bottom: 3px;
    max-width: 200px;
    line-height: 1.5rem;
    margin-left: -0.5rem;
    padding: 5px 10px;
    border-radius: 0.5em;
    background-color: #1a3c64;
    color: #ffffff;
}

.tx-mapsearch-dealer #mapApp .icon-werkstatt {
    background-position: 0 -50px;
}

.tx-mapsearch-dealer #mapApp .icon-vermietung {
    background-position: 0 -100px;
}

.tx-mapsearch-dealer #mapApp .icon-haendler {
    background-position: 0 0;
}

.tx-mapsearch-dealer #mapApp .icon.map > div {
    display: inline-block;
}
