#gdw-generator {
    margin: 20px 0;
    padding: 20px;
    font-family: Arial, sans-serif;
    color: #333;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

#gdw-category {
    padding: 10px;
    font-size: 16px;
    border: 2px solid #25ADB2;
    border-radius: 5px;
    margin: 10px 0;
    width: 100%;
    max-width: 400px;
    outline: none;
    transition: border-color 0.3s;
}

#gdw-category:focus {
    border-color: #1b8386;
}

#gdw-generate, #gdw-another, #gdw-reset {
    padding: 10px 20px;
    font-size: 16px;
    color: #fff;
    background-color: #25ADB2;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s;
    outline: none;
    margin: 10px 5px;
}

#gdw-generate:hover, #gdw-another:hover, #gdw-reset:hover {
    background-color: #1b8386;
}

#gdw-result {
    margin-top: 20px;
    padding: 20px;
    background-color: #e6f9fa;
    border: 2px solid #25ADB2;
    border-radius: 5px;
    font-size: 18px;
}

select, button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

#gdw-controls {
    margin-top: 20px;
}
