/* Estilos para o gerador integrado no Amazon Checker */
body {
    margin: 0;
    padding: 0;
    background: transparent !important;
}

.container {
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
    max-width: 100% !important;
    width: 100% !important;
    padding: 20px !important;
}

h1 {
    font-size: 2em !important;
    margin-bottom: 15px !important;
}

.form-group {
    margin-bottom: 15px !important;
}

button {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
}

.results {
    max-height: 200px !important;
}

/* Remove o fundo animado quando em iframe */
.animated-bg {
    display: none !important;
}

/* Ajustes para esconder o footer quando em iframe */
.footer {
    display: none !important;
} 