.widget .ccbpress-core-group-image img { width: 100%; height: auto; padding-bottom: 10px; }
.widget .ccbpress-core-group-name { font-size: 1.3em; font-weight: bold; }
.widget .ccbpress-core-group-description p { padding: 10px 0; margin-bottom: 0; }
.widget .ccbpress-core-group-leader-title,
.widget .ccbpress-core-group-registration-forms-title { font-weight: bold; padding: 10px 0; }
.widget .ccbpress-core-group-leader-name {  }
.widget .ccbpress-core-group-leader-email,
.widget .ccbpress-core-group-leader-phone { font-style: italic; }
.widget .ccbpress-core-login label,
.widget .ccbpress-core-login input:not([type=submit]) { display: block; width: 100%; margin-bottom: 10px; }

.ccbpress-iframe.featherlight-iframe .featherlight-content{
    width: 100%;
    max-width: 100vw;
    height: 100%;
    max-height: 100vh;
    margin: 0;
    padding: 0;
    background: #212121;
}
.ccbpress-iframe.featherlight-iframe .featherlight-content .featherlight-inner {
    width: 100%;
    max-width: 100vw;
    height: calc(100% - 40px);
    max-height: calc(100vh - 40px);
    margin: 40px 0 0 0;
    padding: 0;
}
.ccbpress-iframe.featherlight-iframe .featherlight-close-icon,
.ccbpress-iframe.featherlight-iframe .featherlight-close-icon .dashicons {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 0;
    font-size: 30px;
    text-align: center;
}