﻿/*
// <copyright file="related-content" company="Federal Reserve Bank of Boston">
//     © 2024 Federal Reserve Bank of Boston
// </copyright>
// <summary>This is the related-content file.</summary>
//-----------------------------------------------------------------------
// Internal FR – Source Code
*/
/* ReSharper disable UnknownCssVendorExtension */
/* ReSharper disable CssBrowserCompatibility */

.related-links {
    text-align: left;
}

.related-links .resource-link-list > li {
    margin: 10px 0;
    padding-left: 25px;
    text-align: left;
}

.related-links .heading-2-2 {
    font-size: 20px;
    line-height: 21px;
    text-align: left;
    color: #6BA2B9;
}

.related-links .link-group-caption {
    
    text-align: left;
}

.related-links .resource-link {
    font-size: 16px;
    line-height: 21px;
    text-align: left;
}

.related-links .relatedLink {
    font-size: 18px;
    font-weight: 400;
    line-height:22px;
     margin-top:7px;
}

.related-links .relatedLink a{
    color: #6BA2B9;
    transition: all 0.3s ease 0s;
}

.related-links .relatedLink a:hover{
    color: #003A5D;
}


.related-links .bodyh1 {
        font-size: 23px;
        font-weight: 400;
        color: #003A5D;
        line-height: 26px;
        margin-top: 20px;
    }

.related-links .cardSummaryText{
    font-size: 16px;
    color: #3F4041;
    font-weight: 400;
    line-height:22px;
    margin-top:7px;
    display:inline-block;
    
}

.related-links .relatedLink img span {
        vertical-align: baseline;
    }