﻿/*MastHead*/
.esg-masthead-outer-div {
        background-color: #f0f0f0;
        color: #252525;
    }
    
    .phone .esg-masthead-outer-div {
        font-size: 0.6875rem;
        line-height: 1.2rem;
        letter-spacing: normal;
    }

    .esg-masthead-inner-div {
        display: flex;
        align-items: center;
        gap: 0.25rem;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
        font-size: 0.875rem;
        letter-spacing: normal;
        color: #252525;
        line-height: 2;
    }

    .phone .esg-masthead-inner-div {
        font-size: 0.6875rem;
        line-height: 1.2rem;
    }

    button.esg-masthead-howtoidentify {
        border: 0;
        background-color: transparent;
        padding: 0px;
        margin-left: 0;
        font-size: 0.875rem;
        line-height: 2;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
        font-size: 0.875rem;
        letter-spacing: normal;
        gap: 4px;
        font-weight: 400;
        height: auto;
    }
    
    button.esg-masthead-howtoidentify span {
        color: #2F5FD0;
        text-decoration: underline;
    }

    /* button.esg-masthead-howtoidentify i {
        margin-left: 4px;
    } */
    
    button.esg-masthead-howtoidentify:hover {
        background-color: none;
        color: #4371D6;
    }
    
    .phone button.esg-masthead-howtoidentify {
        font-size: 0.6875rem;
        width: auto!important;
        height:auto;
    }

    .esg-masthead-icon-merlion {
        height: 24px!important;
        width: 24px!important;        
    }

    .esg-masthead-detail {
        display: grid; 
        grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
        padding-bottom: 3rem;
        padding-top: 2.5rem;
        gap:1.5rem;
        font-size: 1rem;
        letter-spacing: normal;
        font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, "Noto Sans", "Liberation Sans", sans-serif;
    }
    
    .phone .esg-masthead-detail {
        font-size: 0.6875rem;
        line-height: 1.2rem;
        padding-top: 1rem;
        padding-bottom: 2rem;
        gap: 1.5rem;
        grid-template-columns: 1fr;
    }

    .esg-masthead-detail-section {
        justify-content: flex-start !important;
        align-items: baseline !important;
        gap:1rem !important;   
    }
    
    .phone .esg-masthead-detail-section {
        gap: 0.5rem;
    }

    .esg-masthead-detail-icon {
        margin-top: 0.2em;
    }
    
    .esg-masthead-detail-icon > svg {
        width: 1.125rem;
    }
    
    .phone .esg-masthead-detail-icon > svg {
        width: 0.75rem;
    }
    
    .esg-masthead-detail-header{
        margin-bottom: 0.5rem;
    }
    
    .phone .esg-masthead-detail-header {
        margin-bottom: 0.25rem;
    }
    
    .esg-masthead-detail-section-sub{
        line-height: 1.5rem;
    }
    
    .phone .esg-masthead-detail-section-sub {
      line-height: 1.2rem;
    }
    
    a.esg-masthead-trustedwebsitelink {
        margin-left: 2px;
        color: #4372d6;
    }
    
    .esg-masthead-trustedwebsitelink-margin-left{
        margin-left: 3px;
    }
    
    a.esg-masthead-trustedwebsitelink[target="_blank"]:after {
        font: normal normal normal 14px / 1 FontAwesome;
        font-size: var(--esg-font-size-xs);
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        content: "\f08e";
        padding-left: 4px;
    }
    .isize_inherit{
    font-size: inherit !important;
    color: #2F5FD0;
    padding-top: 0px !important;
}

/*MastHead*/