@import '../../../../_common/scss/main';
$map-width: 300px;
$map-height: 150px;

.StaticMap {
    display: block;
    position: relative;
    width: $map-width;
    height: $map-height;

    &__anchor__label {
        position: relative;
        float: right;
        width: 85px;
        padding: 2px $gutter;
        margin-top: -35px;
        margin-right: $gutter-small;
        background-color: $gray-bg2;
        font-size: $font-size-small;
        line-height: 14px;
        color: $action-color;
        text-align: center;
        vertical-align: middle;
    }

    &__gmap {
        width: 100%;
        height: auto;
    }

    &--OrderDetails {
        margin-top: $gutter;
        width: 100%;
        height: auto;
    }
}
