/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */


/* Forms */
form:has(.scw-needs-consent) .gform-body {
    position: relative;
    padding: 20px;
}

form:has(.scw-needs-consent) .gform-body::after {
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(211, 211, 211, 0.3);
    z-index: 10;
    pointer-events: auto;
}

.gform_wrapper .gform_footer {
    flex-direction: column;
}

.gform_wrapper .gform_footer .gform_button {
    align-self: self-start;
}

.wpconsent-iframe-placeholder-elfsight-google-reviews {
    display: flex;
}

.wpconsent-iframe-placeholder-elfsight-google-reviews .wpconsent-iframe-thumbnail {
    position: static;
}

.wpconsent-iframe-placeholder-google-maps {
    width: 100%;
}
