/*  ================= ESTILOS CHECKBOX ================= */
.ssQIHO-checkbox-menu-item > span > span {
    background-color: #000;
    display: inline-block;
}

@media (forced-colors: active), (prefers-contrast: more) {
    .ssQIHO-checkbox-menu-item > span > span {
        background-color: ButtonText;
    }
}

/* ================= ESTILOS MAP CONTROLS ================= */
.gm-style .gm-style-mtc label,
.gm-style .gm-style-mtc div {
    font-weight: 400;
}

.gm-style .gm-style-mtc ul,
.gm-style .gm-style-mtc li {
    box-sizing: border-box;
}

.gm-style-mtc-bbw {
    display: flex;
    flex-wrap: wrap;
}

.gm-style-mtc-bbw .gm-style-mtc:first-of-type > button {
    border-start-start-radius: 2px;
    border-end-start-radius: 2px;
}

.gm-style-mtc-bbw .gm-style-mtc:last-of-type > button {
    border-start-end-radius: 2px;
    border-end-end-radius: 2px;
}
/* ================= KEYBOARD SHORTCUTS ================= */
.LGLeeN-keyboard-shortcuts-view {
    display: flex;
}

.LGLeeN-keyboard-shortcuts-view table {
    display: table;
}

.LGLeeN-keyboard-shortcuts-view tr {
    display: table-row;
}

.LGLeeN-keyboard-shortcuts-view td {
    box-sizing: border-box;
    display: table-cell;
    color: light-dark(#000, #fff);
    padding: 6px;
    vertical-align: middle;
    white-space: nowrap;
}

.LGLeeN-keyboard-shortcuts-view td:first-child {
    text-align: end;
}

.LGLeeN-keyboard-shortcuts-view td kbd {
    background-color: light-dark(#e8eaed, #3c4043);
    border-radius: 2px;
    border: none;
    box-sizing: border-box;
    display: inline-block;
    font-family: "Google Sans Text", Roboto, Arial, sans-serif;
    line-height: 16px;
    min-height: 20px;
    min-width: 20px;
    padding: 2px 4px;
    text-align: center;
}

/* ================= BOTONES ACTIVOS =================  */
.gm-control-active > img {
    box-sizing: content-box;
    display: none;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.gm-control-active > img:nth-child(1) {
    display: block;
}

.gm-control-active:focus > img:nth-child(1),
.gm-control-active:hover > img:nth-child(1),
.gm-control-active:active > img:nth-child(1),
.gm-control-active:disabled > img:nth-child(1) {
    display: none;
}

.gm-control-active:focus > img:nth-child(2),
.gm-control-active:hover > img:nth-child(2) {
    display: block;
}

.gm-control-active:active > img:nth-child(3) {
    display: block;
}

.gm-control-active:disabled > img:nth-child(4) {
    display: block;
}

/* ================= ESTILOS GENERALES MAP ================= */
.gm-style .gm-style-cc a,
.gm-style .gm-style-cc button,
.gm-style .gm-style-cc span,
.gm-style .gm-style-mtc div {
    font-size: 10px;
    box-sizing: border-box;
}

.gm-style .gm-style-cc a,
.gm-style .gm-style-cc button,
.gm-style .gm-style-cc span {
    outline-offset: 3px;
}

@media print {
    .gm-style .gmnoprint,
    .gmnoprint {
        display: none;
    }
}

@media screen {
    .gm-style .gmnoscreen,
    .gmnoscreen {
        display: none;
    }
}

.gm-style-moc {
    background-color: rgba(0, 0, 0, 0.59);
    pointer-events: none;
    text-align: center;
    transition: opacity ease-in-out;
}

.gm-style-mot {
    color: white;
    font-family: Roboto, Arial, sans-serif;
    font-size: 22px;
    margin: 0;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.gm-style img {
    max-width: none;
}

.gm-style {
    font: 400 11px Roboto, Arial, sans-serif;
    text-decoration: none;
}

