/* Custom styles for ACT project */

/* LinkedIn icon color to match JK Consulting logo green shield */
.linkedin-icon-green {
    color: #2E8B32 !important; /* Green color from JK Consulting logo */
}

/* Styles for the yellow box bullet list */
.value-proposition .list-unstyled li {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    line-height: 1.2;
}

.value-proposition .footnote {
    font-size: 0.8rem;
    margin-top: 1rem;
    font-style: italic;
}

/* Bold green superscript for 'd' and 'e' indicators */
.value-proposition .superscript {
    font-size: 1.1rem;
    vertical-align: super;
    font-weight: bold;
    color: #2E8B32;
}

/* Bold green text for footnote indicators */
.value-proposition .footnote-indicator {
    font-weight: bold;
    color: #2E8B32;
}


/* Propensity Score Badge Styling */
.propensity-badge {
    position: absolute;
    top: 10px; /* Adjust as needed */
    right: 10px; /* Adjust as needed */
    font-size: 0.75em; /* Adjust size */
    padding: 0.4em 0.6em; /* Adjust padding for circular shape */
    min-width: 30px; /* Ensure minimum width */
    text-align: center;
}

