/**
 * IE11/Edge styles
 *
 * (the poor one-legged eyeless quasimodo-browser from Microsoft)
 *
 * @package BIA-Technologies
 *
 */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    /* Common layout */
    .site-header .login img {
        height: 32px!important;
    }
    body:not(.home) .site-main {
        display: block;
    }
    .confirmation-page {
        display: flex!important;
    }

    /* Social icons */
    .payment-form .social a, .payment-form .social a {
        background-color: rgba(130, 156, 225, 1);
        border-radius: 6px;
        padding: 5px 4px 0 3px;
    }
    .payment-form .social a img, .payment-form .social a img {
        opacity: 1;
    }
    .payment-form .social a:hover img {
        opacity: 0.8;
    }
    
    /* Round corners for images */
    .wards-all-story .image img,
    .team-list .wp-block-image img,
    .category .reviews .post-thumbnail {
        border-radius: 12px;
    }
    
    /* Mini wards */
    .home main.ward .wards-all-story .image img,
    .wards-all-story .image img {
        width: auto;
    }
    
    /* News */
    .news-card .post-thumbnail img {
        height: auto;
    }
    
    /* Reviews */
    .category .reviews article .review-more {
        display: inline-block;
    }
    
    /* Payment system */
    .payment-system label img,
    .payment_bill .mini-tabs .tabs label img {
        height: 82px;
        width: 118px;
    }

    .bia .nf-form-content .list-select-wrap>div div:after {
        content: ' '!important;
    }
    
    /* Wards */
    .wards-wrapper article .post-thumbnail img {
        max-height: inherit;
    }
    
    /* Reports */
    .page-template-page-reports .entry-content .bia-more-pdf {
        display: inline-block;
    }
    
    /* Profile */
    .author .profile .entry-header .profile-settings,
    .confirmation-page .profile-settings {
        height: auto;
    }
}

@supports (-ms-ime-align:auto) {
    /* Reports */
    .page-template-page-reports .entry-content .bia-more-pdf {
        display: inline-block;
    }
}