﻿.role {
    color: #FF6100 !important;
}
/* Team card typography/spacing, matching your first card */
.team_block.style_2 .team_member_content .team_member_name {
    margin-bottom: .25rem;
}

.team_block.style_2 .team_member_content p {
    margin-bottom: .5rem;
    line-height: 1.55;
}

    .team_block.style_2 .team_member_content p.text-muted {
        margin-bottom: .5rem;
        font-weight: 500;
    }
/* Make each pair breathe and add a soft divider */
.pricing_block .rwc-feature-pair + .rwc-feature-pair {
    border-top: 1px solid rgba(255,255,255,0.08);
    padding-top: .75rem;
    margin-top: .75rem;
}

/* Keep titles readable and from wrapping awkwardly */
.pricing_block .features_title {
    font-size: 1rem;
    line-height: 1.4;
    white-space: normal; /* change to nowrap if you want single-line labels */
}

/* Ensure lists align nicely with the titles */
.pricing_block .unordered_list_block {
    padding-left: 0; /* your theme likely already does this */
}
