/* Heimdall Studio v0.20.6 - OdoBuddy three-state screenshot switch */

.screenshot-theme-switch {
    display: inline-grid !important;
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    width: auto !important;
    min-width: min(100%, 255px);
}

.screenshot-theme-button {
    min-width: 0;
    white-space: nowrap;
}

@media (max-width: 520px) {
    .screenshot-theme-switch {
        width: 100% !important;
        min-width: 0;
    }
}
