/* D-SYA vehicle icon system — shared motorcycle and car assets */
.vehicle-inline-icon {
    width: 1.55em;
    height: 1.55em;
    display: inline-block;
    object-fit: contain;
    vertical-align: -0.42em;
    margin-right: 0.25em;
    filter: drop-shadow(0 2px 3px rgba(3, 105, 161, 0.2));
}
.vehicle-inline-icon.vehicle-inline-icon--small {
    width: 1.3em;
    height: 1.3em;
    vertical-align: -0.3em;
}
.vehicle-card-image {
    width: 70px;
    height: 70px;
    display: block;
    object-fit: contain;
    margin: 0 auto;
    filter: drop-shadow(0 5px 7px rgba(3, 105, 161, 0.22));
}
.vehicle-map-image {
    width: 42px;
    height: 42px;
    display: block;
    object-fit: contain;
    filter: drop-shadow(0 3px 4px rgba(3, 105, 161, 0.28));
}
.vehicle-marker-image {
    width: 48px;
    height: 48px;
    object-fit: contain;
    display: block;
    filter: drop-shadow(0 4px 5px rgba(3, 105, 161, 0.3));
}
.vehicle-profile-image {
    width: 58px;
    height: 58px;
    object-fit: contain;
    display: block;
    margin: 0 auto;
    filter: drop-shadow(0 4px 6px rgba(3, 105, 161, 0.25));
}
.public-role-icon {
    width: 1.55em;
    height: 1.55em;
    display: inline-block;
    object-fit: contain;
    vertical-align: middle;
    margin: 0 0.15em;
    filter: drop-shadow(0 2px 3px rgba(3, 105, 161, 0.2));
}
.role-chip .public-role-icon {
    width: 1.8rem;
    height: 1.8rem;
    display: block;
    margin: 0 0 0.15rem;
}
