/* Scoped ONLY to this section */
section[data-block-id="our-mission"] .evaluate-1 strong {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* SVG Verified Badge */
section[data-block-id="our-mission"] .evaluate-1 strong::after {
    content: "";
    width: 18px;
    height: 18px;
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: 5px;
    margin-bottom: 10px;
    /* Clean blue verified checkmark */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300AEEF' d='M23 12l-2.44-2.79.34-3.69-3.61-.82-1.89-3.2L12 2.96 8.6 1.5 6.71 4.69 3.1 5.5l.34 3.7L1 12l2.44 2.79-.34 3.7 3.61.82 1.89 3.2L12 21.04l3.4 1.47 1.89-3.2 3.61-.82-.34-3.69z'/%3E%3Cpath fill='white' d='M10 17l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z'/%3E%3C/svg%3E");
}
/* Scoped ONLY to testimonials section */
section[data-block-id="testimonials"] .d-flex.flex-column strong {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 4px;
}

/* Twitter-style Blue Verified Badge */
section[data-block-id="testimonials"] .d-flex.flex-column strong::after {
    content: "";
    width: 16px;
    height: 16px;
    display: inline-block;
    flex-shrink: 0;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 5px;
    margin-bottom: 10px;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%2300AEEF' d='M23 12l-2.44-2.79.34-3.69-3.61-.82-1.89-3.2L12 2.96 8.6 1.5 6.71 4.69 3.1 5.5l.34 3.7L1 12l2.44 2.79-.34 3.7 3.61.82 1.89 3.2L12 21.04l3.4 1.47 1.89-3.2 3.61-.82-.34-3.69z'/%3E%3Cpath fill='white' d='M10 17l-4-4 1.41-1.41L10 14.17l6.59-6.59L18 9l-8 8z'/%3E%3C/svg%3E");
}