/* ===

Theme Name: Hey Victor
Author: Koval Web
Author URI: https://kovalweb.com/
Description: Website development by Koval Web
Tags: html5, css3, sass, js, gulp, bootstrap grid
Version: 1.0

=== */
.people-item {
    position: relative;
    display: block;
    font-size: 1.125rem;
    text-decoration: none;
    border: 2px solid currentColor;
    border-radius: 0.625rem;
    padding: 1.375rem;
    background-color: var(--base);
    color: var(--contrast);
    line-height: 1;
}

.bg-contrast .people-item, .bg-accent .people-item, .bg-accent2 .people-item {
    border-color: transparent;
}

.people-item-img {
    overflow: hidden;
    border-radius: 0.625rem;
    transition: all 0.2s;
}

.people-item-info a {
    color: var(--base-accent);
    text-decoration: underline;
}

.people-item-info a:hover {
    text-decoration: none;
}

.people-item-info a.hv-editor-text {
    text-decoration: none;
}

.people-item-fullname {
    font-size: 1.375rem;
    font-weight: 700;
    margin: 1.25rem 0 0.875rem;
}

.people-item-position {
    margin: 0 0 0.625rem 0;
}

.people-item-socials {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}

.people-item-socials > li {
    margin-right: 0.625rem;
}

.people-item-socials > li:last-child {
    margin-right: 0;
}

.people-item-socials > li > a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.625rem;
    height: 1.625rem;
    border-radius: 0.25rem;
    background-color: var(--base-accent);
    color: var(--base);
    fill: currentColor;
}

.people-item-socials > li > a > svg {
    transform: scale(0.85);
}