/*
Theme Name: DCI Construction
Theme URI: https://yourwebsite.com
Description: A child theme for the Divi theme.
Author: Your Name
Author URI: https://yourwebsite.com
Template: Divi
Version: 1.0.0
*/

/* Import parent theme styles */
@import url("../Divi/style.css");


.recommended-badge {
    position: absolute;
    top: -18px;               /* nudge above the card's top edge */
    left: 50%;
    transform: translateX(-50%);
    padding: 6px 12px;
    border-radius: 999px;     /* pill shape */
    font-size: 20px;
    font-weight: 600;
    line-height: 1;
    background: #ffffff;
    color: #3c52d9;           /* matches the blue tone in your screenshot */
    box-shadow: 0 2px 8px rgba(0,0,0,.1);
    z-index: 5;
    white-space: nowrap;
  }

.et_pb_column.et_pb_column_1_4.et_pb_column_5 {
  overflow: visible !important;
}