/* ECOS RADIOMINERAL V1.4 · NAVEGACIÓN GPS */

.ecos-rad-external-navigation {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #5c5436;
}

.ecos-rad-external-navigation select {
    width: 100%;
    min-height: 40px;
    padding: 8px;
    border: 1px solid #6d5935;
    border-radius: 6px;
    background: #102d37;
    color: #ffffff;
    font-size: 11px;
}

.ecos-rad-open-gps {
    width: 100%;
    min-height: 48px;
    margin-top: 9px;
    padding: 10px;
    border: 2px solid #ffe16e;
    border-radius: 7px;
    background:
        linear-gradient(
            135deg,
            #168253,
            #1670a5
        );
    color: #ffffff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: .02em;
    box-shadow:
        0 4px 12px
        rgba(0, 0, 0, .35);
}

.ecos-rad-popup-actions
.ecos-rad-popup-open-gps {
    grid-column: 1 / -1;
    min-height: 43px;
    border: 2px solid #ffe16e;
    background:
        linear-gradient(
            135deg,
            #168253,
            #1670a5
        );
    color: #ffffff;
    font-weight: 900;
}

.ecos-rad-popup-open-gps:active,
.ecos-rad-open-gps:active {
    transform: scale(.98);
}
