.gerador-botoes-wrap {
    max-width: 800px;
    margin: auto;
}

.gerador-botoes-wrap .titulo-centralizado {
    text-align: center;
}

.gerador-botoes-wrap .formulario {
    max-width: 600px;
    margin: auto;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.gerador-botoes-wrap .input-field {
    width: 100%;
    margin-bottom: 10px;
}

.gerador-botoes-wrap .cores-recomendadas {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 8px;
}

.gerador-botoes-wrap .cor-botao {
    display: inline-block;
    padding: 8px 12px;
    color: #fff;
    font-weight: bold;
    border-radius: 4px;
}

.gerador-botoes-wrap .promocional {
    text-align: center;
    margin-top: 20px;
}

.gerador-botoes-wrap .promocional img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}

.gerador-botoes-html {
    text-align: center;
    font-family: Arial, sans-serif;
    padding: 15px;
    background: transparent;
    border-radius: 8px;
}

.gerador-botoes-html .texto-botao {
    font-size: 18px;
    font-weight: bold;
    color: #333;
}

.gerador-botoes-html .botao {
    display: block;
    padding: 14px 24px;
    margin: 10px auto;
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 6px;
    width: 85%;
    max-width: 450px;
    text-align: center;
}

#codigoGerado {
    width: 100%;
    font-family: monospace;
    height: 200px; /* Aumente a altura do campo de exibição do código HTML */
}