/**handles:bluebeechild-custom-details**/
/* Adjust Details Custom Style 1 */
details.wp-block-details{
    &.is-style-with-background-colour {
        padding: 20px 0 !important;

        > *{
            padding-left: 40px !important;
        }

        summary{
            padding-right: 0 !important;

            &::after{
                background-image: url("https://beereandsons.com/wp-content/themes/bluebeechild/images/plus.svg");
                background-repeat: no-repeat;
                background-size: contain;
                content: '' !important;
                font-family: unset !important;
                height: 30px;
                left: 0 !important;
                right: unset;
                width: 30px;
            }

            + * {
                margin-top: 5px;
            }
        }

        + .wp-block-details {
            border-top: unset;
        }

        &.is-selected,
        &[open]{
            padding: 34px 30px 34px 0;
        }
    }
}