.meteo-map-box {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    min-height: 300px;

    .meteo-map-rt-control {
        position: absolute;
        right: 0;
        top: 10px;
        height: 24px;
        background: #FFFFFF;
        box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.1);
        border-radius: 24px 0px 0px 24px;
        line-height: 24px;
        font-weight: 400;
        font-size: 12px;
        color: #262626;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        cursor: pointer;
        padding-right: 8px;

        .h-area-selection-icon>span {
            font-size: 12px;
        }
    }

    .meteo-map-rb-control {
        position: absolute;
        right: 10px;
        bottom: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        box-shadow: none;

        .meteo-map-control {
            box-shadow: none;

            img {
                width: 20px;
                height: 18px;
            }
        }

        .meteo-position-control {
            box-shadow: none;

            img {
                width: 22px;
                height: 22px;
            }
        }

        .h-element {
            width: 44px;
            height: 44px;
            background: #FFFFFF;
            box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
            border-radius: 6px 6px 6px 6px;
            margin: 5px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-direction: column;
            font-weight: 500;
            font-size: 12px;
            color: #000000;
            cursor: pointer;
        }
    }

    .meteo-map-title-control {
        position: absolute;
        left: 50%;
        top: 10px;
        width: 200px;
        height: 24px;
        margin-left: -100px;
        box-shadow: none;

        .meteo-map-title-control-title {
            font-size: 16px;
            font-weight: bold;
        }

        .meteo-map-title-control-subtitle {
            font-size: 15px;
            font-weight: 400;
        }
    }
}