.wp-block-jobster-plugin-testimonials {
background-color: #f5f7fa;
padding: 20px;
border: 1px dotted #888;
}
.wp-block-jobster-plugin-testimonials .testimonials-placeholder-img {
background: url(//berkahgunaselaras.com/wp-content/plugins/jobster-plugin/blocks/images/testimonials-block.png) no-repeat scroll center center;
background-size: contain;
height: 156px;
}
.wp-block-jobster-plugin-testimonials .testimonials-placeholder-header,
.wp-block-jobster-plugin-testimonials .testimonials-placeholder-subheader {
text-align: center;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
margin-top: 0;
}
.wp-block-jobster-plugin-testimonials .testimonials-placeholder-header {
margin-bottom: 0;
}
.wp-block-jobster-plugin-testimonials fieldset span.components-base-control__label {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 13px;
padding-bottom: 4px;
}
.wp-block-jobster-plugin-testimonials .pxp-form-row {
display: flex;
flex-wrap: wrap;
margin-right: calc(-.5 * 1.5rem);
margin-left: calc(-.5 * 1.5rem);
box-sizing: border-box;
}
.wp-block-jobster-plugin-testimonials .pxp-form-col {
flex-shrink: 0;
width: 100%;
max-width: 100%;
padding-right: calc(1.5rem * .5);
padding-left: calc(1.5rem * .5);
box-sizing: border-box;
}
@media (min-width: 576px) {
.wp-block-jobster-plugin-testimonials .pxp-form-col {
flex: 0 0 auto;
width: 50%;
}
}