.minifier-ui {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

textarea {
    width: 100%;
    padding: 0.75rem;
    font-family: monospace;
    font-size: 0.95rem;
    border: 1px solid #ccc;
    border-radius: 6px;
    resize: vertical;
}

.actions {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

.actions button {
    padding: 0.5rem 1rem;
    border: none;
    background: #2b6cb0;
    color: #fff;
    font-size: 0.9rem;
    border-radius: 4px;
    cursor: pointer;
}

.actions button:hover {
    background: #2c5282;
}
