/* .contact .plain-style .contact-address dd.show-0 .info .txt {white-space: pre-line;} */
/* .result-box {
    background: #EAF4E2 !important;
    border: #B8D7A8 !important;
    color: #355E3B !important;
} */
.t4-topbar p {
    color: #000;}
.result-box {
    background: #7A9E6E;
    border: 1px solid #5F7F54;
    color: #fff;
}

.result-box strong {
    color: #fff;
}
.acm-calculator-style-1 .more-info-wrap {
    margin-bottom: 50px;}
.acm-features.style-3 .info-wrap .info-desc h4 {
    color: var(--color-primary);}

/*social icons*/
.social-links {
    margin-top: 15px;
}

.social-links a {
    display: inline-block;
    margin: 0 8px;
    font-size: 24px;
    text-decoration: none;
    transition: opacity .2s ease;
}

.social-links a:hover {
    opacity: 0.8;
}

.social-links .fa-facebook-f {
    color: #1877F2;
}

.social-links .fa-tiktok {
    color: #fff;
    text-shadow:
        -1px -1px 0 #25F4EE,
         1px  1px 0 #FE2C55;
}

.social-links .fa-youtube {
    color: #FF0000;
}

/*Footer login module*/
#t4-footer #login-form .mod-login__options li a {
    color: var(--footer-link-color);
}
