/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
.catcwp-shortcode-wrap .selectable {
   display: inline-block;
   padding: 6px;
   cursor: pointer;
   border: 1px solid #8c8f94;
   border-radius: 4px;
   line-height: 2;
}
.catcwp_example_wrapper {
max-width: 960px;
margin: 0 auto;
background-color: #fff;
padding: 50px 0;
margin: 0 auto;
margin-top: 40px;
border-radius: 6px;
box-shadow: 0 0 15px 0 rgba(0,0,0,.05);
}
.catcwp_example_wrapper h1 {
font-family: 'Red Hat Display';
font-style: normal;
font-weight: 700;
font-size: 40px;
line-height: 60px;
text-align: center;
letter-spacing: -0.02em;
color: #09213D;
}

.catcwp_example_wrapper h3 {
font-family: 'Red Hat Display';
font-style: normal;
font-weight: 700;
font-size: 24px;
line-height: 40px;
text-align: center;
letter-spacing: -0.02em;
color: #09213D;
}
.catcwp_example_wrapper p {
padding: 0 60px;
text-align: center;
font-size: 16px;
}
  
