/*
 Theme Name:     Divi Child
 Theme URI:      https://www.elegantthemes.com/gallery/divi/
 Description:    Divi Child Theme
 Author:         Elegant Themes
 Author URI:     https://www.elegantthemes.com
 Template:       Divi
 Version:        1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */

.my-blurb-class { background:#181818; padding:0px; color: aliceblue;}
/*.my-blurb-class .et-pb-icon { font-size:20px; color:#0066cc; } */
.my-blurb-column-class { padding:1px; }
.my-blurb-row-class { margin-bottom:10px;
                    padding-left: 0 !important;
                    padding-right: 0 !important;
                    width: 100% !important;    /* stretch to full container width */
                    max-width: 100% !important; }
.my-blurb-divider { opacity:.6; color:#0289c0 }

.my-blurb-class .et-pb-icon {
  background-color: #0289c0;   /* blue background */
  color: #000000;              /* icon color (same as blurb background) */
  border-radius: 50%;          /* make it a circle */
  display: inline-flex;        /* center icon in circle */
  align-items: center;
  justify-content: center;
  width: 25px;                 /* circle size */
  height: 25px;                /* circle size */
  font-size: 20px;             /* icon size inside */
  line-height: 1;
}
.my-blurb-class.et_pb_blurb {
  padding: 4px !important;   /* adjust as you like */
  margin-bottom: 3px !important;  /* tighter vertical gap */
}