﻿/*
//-----------------------------------------------------------------------
// <copyright file="social-card.less" company="Federal Reserve Bank of Boston">
//     © 2024 Federal Reserve Bank of Boston
// </copyright>
// <summary>This is the social-card.less file.
//          used with Featured-card.css 
//</summary>
//-----------------------------------------------------------------------
// Internal FR – Source Code
*/
/* ReSharper disable UnknownCssVendorExtension */
/* ReSharper disable CssBrowserCompatibility */


.social-card .social-card-title {
    font-weight: 400;
    font-size: 18px;
    line-height: 26px;
    color: #003a5d;
    margin-top: 0px; 
}

.social-card .social-card-summary {
    color: #6ba2b9;
    font-size: 15px;
    font-weight: 400;
    line-height: 21px;
    margin-top: 7px;
}

.social-card .social-card-caption {
    padding: 30px 15px 30px 15px;
    /*  display: inline-block;*/
}
.social-card .social-icon:hover {
    background-color: #4D7E96;
}

.social-card {
    height: 140px;
    display: inline-block;
    overflow: hidden;
    position: relative;
}
.social-card .social-card-caption.col-md-8 {
        position: relative;
}

.social-card .social-icon {
    margin-left: 7px;
    margin-right: 7px;
    height: 40px;
    width: 40px;
    background-color: #6BA2B9;
    border-radius: 50%;
    display: inline-block;
    transition: 0.3s;
}
.social-card .social-image {
    /* margin-top: 5px;*/
    margin-top: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.social-card .social-card-img-wrapper .focuspoint img {
    position: absolute;
    max-width: none;
    min-height: 100%;
}




