/* ==== TEXTFX VECTOR ADDON — CSS ==== */

#textfx-panel {
    padding: 12px;
    color: #fff;
    font-size: 13px;
}

#textfx-panel h2 {
    margin-top: 0;
    font-size: 16px;
    color: #ffd26a;
}

.textfx-row {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
}

.textfx-row label {
    margin-bottom: 4px;
    font-weight: bold;
}

.textfx-row input[type=range] {
    width: 100%;
}
