.shortcode-calculator {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.shortcode-calculator .device {
    display: flex;
    gap: 12px;
    align-items: center;
}

.shortcode-calculator .device input:placeholder-shown {
    text-overflow: ellipsis;
}

.shortcode-calculator table th, .shortcode-calculator table td {
    text-align: center;
}

.shortcode-calculator table th button, .shortcode-calculator table td button {
    border: unset;
    background-color: unset;
    padding: 0;
}

.shortcode-calculator table th button .icon, .shortcode-calculator table td button .icon {
    transition: 0.2s;
}

.shortcode-calculator table th button:hover .icon, .shortcode-calculator table td button:hover .icon {
    background-color: red;
}
