HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/ippmt.kauko.lt/wp-content/plugins/ocean-elementor-widgets/assets/css/member/style.scss

/*------------------------------------------------------------------
Member
-------------------------------------------------------------------*/
.oew-member-wrap {
    position: relative;
    width: 100%;

    .oew-member-image {
        margin-bottom: 15px;

        img {
            width: 100%;
        }
    }

    .oew-member-content {
        margin-bottom: 15px;
    }

    .oew-member-name {
        display: block;
        margin-bottom: 5px;
    }

    .oew-member-role {
        display: block;
        font-size: 13px;
        margin-bottom: 13px;
    }

    .oew-member-icons {
        margin: 0 -5px;

        a {
            display: inline-block;
            font-size: 18px;
            line-height: 1;
            padding: 5px;
            text-align: center;

            i {
                display: inline-block;
                width: 1em;
                height: 1em;
                text-align: center;
            }
        }
    }
}

#powerTip.oew-member-powertip {
    padding: 4px 10px;
}

/* RTL */
body.rtl {
}

/*------------------------------------------------------------------
Responsive
-------------------------------------------------------------------*/
@media only screen and (max-width: 767px) {
}