here is a simple option, just add these two lines to your CSS
details > div { border-radius: 0 0 10px 10px; box-shadow: 3px 3px 4px gray; }
see a working example on my test site