.investing-buttons {
    display: flex;
    gap: 8px;
}

.investing-buttons .investing-button {
    width: 100%;
}

.cta-email-input {
    display: block;
    width: 100%;
    padding: 0.5em;
    margin-bottom: 1em;
    border: 1px solid #ccc;
    border-radius: 6px;
}

label {
    color: var(--black);
    font-size: 14px;
    line-height: 21px;
    color: rgba(149, 142, 107, 1);
    margin-bottom: 8px;
}

.investing-buttons {
    margin-top: 32px;
}