I have added a raw Content section to display my calendly with a iframe (source of the method):
raw content code:
<div style="align-items: center;
justify-content: center; display: flex;">
<iframe src="https://calendly.com/enjoybim/terminbuchen?hide_event_type_details=1" width="100%" height="650" scrolling="no" frameborder="0"></iframe>
</div>
<style>
._3hjJko1dg- {
max-width: 600px !important;
}
</style>
I have tried to add css the standard way and also the style code shown above to increase the max-width to 600px. But it doesn’t work 
If you go to https://www.enjoybim.de/onlineberatung/ and select an date and a timeslot you can inspect the problem by yourself.
Is there a way to increase the max-width of the adress detail section?
Thank you!
