.tool-form-cipher #tool-result.has-result {
    color: #333;
    cursor: pointer;
}

.tool-form-cipher .cipher-field-label {
    display: inline-block;
    min-width: 3.2rem;
}

.tool-form-cipher .cipher-field-input {
    width: min(100%, 28rem);
}
