body {
    
}

.single-insights {
    
}

.insight-block p {
    margin-bottom: 1.75rem;
}

.single-insights .citation-inline {
    margin-right: 5px;
}

.single-insights .citation-inline:last-child {
    margin-right: 0px;
}

.single-insights .citation a {
    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-style: inherit;
    font-weight: inherit;
    box-sizing: border-box;
    display: inline-block;
    background-color: #E4F0F0;
    border: 1px solid #1D7885;
    color: #1D7885;
    border-radius: 4px;
    padding: 0 8px;
    font-size: 0.625rem;
    line-height: 20px;
}

.single-insights .insight-block {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: solid 1px #EFEFEF;
}

.single-insights .insight-block:first-of-type {
    padding-top: 0;
}

.single-insights .insight-block:last-child {
    border-bottom: 0;
}

.single-insights .insight-block .wp-block-heading {
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.single-insights .insight-block h1,
.single-insights .insight-block h2,
.single-insights .insight-block h3,
.single-insights .insight-block h4,
.single-insights .insight-block h5,
.single-insights .insight-block h6, 
.single-insights .insight-block h1 strong,
.single-insights .insight-block h2 strong,
.single-insights .insight-block h3 strong,
.single-insights .insight-block h4 strong,
.single-insights .insight-block h5 strong,
.single-insights .insight-block h6 strong {
    font-style: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    clear: both;
    box-sizing: border-box;
    color: var( --e-global-color-e442d4c );
    font-family: "Noto Sans", Sans-serif;
    line-height: 1.3em;
    font-weight: 700;
    margin-bottom: 24px;
    font-size: 1.1em;
}

.single-insights .insight-block .first-block-heading {
  font-size: 1.5em;
  margin-top:0;
}

.single-insights .insight-block .insights-single-reference {

}

.single-insights .insight-block .reference-block {
    margin-top: 3rem;
}

.single-insights .insight-block .reference-block-title {
    font-size: 1.1em!important;
    font-weight: 600;
}


.single-insights .insight-block .insights-single-reference li {
    display: inline-block;
}


/* Grid container */
.single-insights .insight-block .insights-single-reference {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

/* Individual card */
.single-insights .insight-block .insights-single-reference .insights-single-reference-card-item {
    display: flex;
    flex-direction: column;
    background-color: #f4f4f4;
    border-radius: 8px;
    padding: 12px;
    text-decoration: none;
    height: 100%;
}

/* Link styling */
.single-insights .insight-block .insights-single-reference .insights-single-reference-card-item a {
    text-decoration: none;
    color: #333;
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    padding-bottom: 40px    
}

.insight-single-reference-brand {
    background-image: url(../img/brand-sprite-set.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 0 0;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    bottom: 0;    
}

/* Reference number */
.single-insights .insight-block .insights-single-reference .insight-single-reference-num {

    font-family: var( --e-global-typography-text-font-family ), Sans-serif;
    font-style: inherit;
    font-weight: inherit;
    box-sizing: border-box;
    display: inline-block;
    background-color: #E4F0F0;
    border: 1px solid #1D7885;
    color: #1D7885;
    border-radius: 4px;
    padding: 0 8px;
    font-size: 0.625rem;
    line-height: 20px;

    position: absolute;
    right: 0;
    bottom: 0;    
}

/* Reference title */
.single-insights .insight-block .insights-single-reference .insight-single-reference-title {
    font-size: 0.8rem;
    line-height: 1.4;
    font-weight: 600;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-height: calc(1.4em * 2);
}


.insights-single-reference-card-item a {

}



.insight-single-reference-num {

}

/* Responsive styles */
@media (max-width: 768px) {
    .single-insights .insight-block .insights-single-reference .insights-single-reference {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }
}
