
#ama-form-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 0vh;
    font-family: 'Merriweather', serif;
}

#ama-form {
    text-align: center;
}

#ama-content {
    display: flex;
    flex-direction: column;
    font-family: 'Merriweather', serif;
    color: #000;
    gap: 1.5rem;
    width: 100%;
    max-width: 100%;
}

#ama-months {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    font-family: 'Merriweather', serif;
}

#ama-months label {
    font-weight: bold;
}

#ama-months select,
#ama-months button {
    padding: 6px 12px;
    font-size: 1rem;
    font-family: 'Merriweather', serif;
}

#ama-analysis {
    width: 100%;
    line-height: 1.6;
}
