.wp-block-gws-blocks-paragraph {
border-left: solid 5px #DA291C;
padding-left: 25px;
margin-left: 20px; margin-top: 15px;
margin-bottom: 15px;
}
.wp-block-gws-blocks-testimonial {
padding: 30px 25px;
margin-top: 15px;
margin-bottom: 15px;
background: #F4F4F4;
}
.wp-block-gws-blocks-testimonial h2, .wp-block-gws-blocks-testimonial h3 {
color: #DA291C !important;
font-size: 20px;
margin-top: 0 !important;;
}
.wp-block-gws-blocks-testimonial strong {
}
.wp-block-gws-blocks-testimonial p {
}
.wp-block-gws-blocks-notification {
background: #002D72;
padding: 25px;
margin-top: 15px;
margin-bottom: 15px;
color: white;
}
.wp-block-gws-blocks-notification .d-flex {
display: flex;
}
.wp-block-gws-blocks-notification * {
color: white;
}
.wp-block-gws-blocks-notification {
max-width: 100%;
height: auto;
padding: 5px;
}
.wp-block-gws-blocks-notification img {
padding: 15px;
}
.wp-block-gws-blocks-notification .text { }
.wp-block-gws-blocks-notification h3 {
color: white !important;
margin-top: 20px !important;
font-size: 20px;
}
.wp-block-gws-blocks-notification p {
font-size: 16px;
}
.wp-block-gws-blocks-notification strong {
font-size: 16px;
}
.wp-block {
border: 1px solid #ddd;
padding: 5px;
border-radius: 8px;
}
.gws-gutenberg-slider {
position: relative;
--child-width: calc(1% * var(--child-width-no-unit));
}
.gws-gutenberg-slider [id^=swiper-wrapper] {
padding: 0;
flex-wrap: nowrap;
}
.gws-gutenberg-slider .swiper-slide {
flex-grow: 0;
flex-shrink: 0;
flex-basis: calc(var(--child-width) - (var(--gap) * ((100 - var(--child-width-no-unit)) / 100)));
min-width: var(--child-min-width);
height: auto;
margin-right: var(--gap);
}
.gws-gutenberg-slider .swiper-slide:last-child {
margin-right: 0;
}
.gws-gutenberg-slider .arrow {
position: absolute;
top: calc(50% - var(--size));
left: -20px;
z-index: 10;
opacity: 1;
}
.gws-gutenberg-slider .arrow.next {
right: -20px;
left: auto;
}
.swiper-button-disabled {
display: none;
}
.wp-block .bold { font-weight: bold; }
.wp-block .red { color: #DA291C }
[data-type="gws-blocks/icon"] {
background: lightskyblue;
}
[data-type="gws-blocks/icon"] p {
margin: 0;
font-size: 16px;
}
[data-type="gws-blocks/embed-text"] > div > .block-editor-block-list__layout {
display: flex;
}
[data-type="gws-blocks/embed-text"] > div > .block-editor-block-list__layout > * {
flex: 1;
}