.esg-wrapper {
    max-width: 600px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    font-family: sans-serif;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
.esg-wrapper input, .esg-wrapper label, .esg-wrapper button, .esg-wrapper textarea {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.esg-wrapper textarea {
    font-family: monospace;
    font-size: 12px;
}
.esg-wrapper h2, .esg-wrapper h4 {
    margin-bottom: 10px;
}
