.single-vcards_empl div,
.single-vcards_empl header,
.single-vcards_empl footer,
.single-vcards_empl main {
    display: block;
    position: relative;
    box-sizing: border-box;
    font-family: "Roboto", sans-serif;
    line-height: 1.4;
}

body.single-vcards_empl {
    min-height: 100vh;
    color: #333;
}

div.vcards-wrapper {
    width: 590px;
    max-width: 100%;
    margin: 32px auto;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
    background-color: #fff;
}

.single-vcards_empl figure {
    margin: 0;
}

.single-vcards_empl img {
    display: block;
    height: auto;
    width: auto;
    max-height: 100%;
    max-width: 100%;
}

/* Header */
.single-vcards_empl .vcards-single-header {
    padding: 32px 32px;
}

.single-vcards_empl .vcards-addr-logo img {
    max-width: 200px;
    max-height: 100px;
    margin: 0 auto;
}

/* Content Header */
.single-vcards_empl .vcards-employee-portrait {
    padding: 12px 32px;
    height: 200px;
    background-color: #efefef;
}

.single-vcards_empl .vcards-employee-portrait img {
    margin: 0 auto;
    border-radius: 16px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}

.single-vcards_empl h1.vcards-employee-name {
    padding: 34px 32px 0;
    margin: 32px 0 0;
    font-size: 18px;
    text-align: center;
    font-weight: 900;
    letter-spacing: 0.2px;
}

div.vcards-qr-code {
    position: absolute;
    height: 64px;
    width: 64px;
    left: 50%;
    margin-left: -32px;
    background-color: #fff;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    padding: 8px;
    border-radius: 2px;
    transform: translateY(-24px);
    transform-origin: center center;
    transition: all 0.2s ease-in-out;
    z-index: 100;
}

div.vcards-qr-code:hover {
    transform: translateY(-24px) scale(4,4);
}

/* Single Content Details */
.vcards-single-content-details {
    font-size: 16px;
    padding: 0 32px 16px;
    text-align: center;
}

.vcards-single-content-details > p {
    margin: 0;
}

/* Content Buttons */
.vcards-single-content-buttons {
    padding: 16px 32px;
}

body.single-vcards_empl a.vcards-employee-btn {
    display: flex;
    position: relative;
    box-sizing: border-box;
    align-items: center;
    justify-content: center;
    padding: 12px 32px;
    margin-top: 8px;
    text-decoration: none;
    font-size: 1em;
    font-weight: bold;
    color: #777;
    width: 100%;
    background-color: #efefef;
    border-radius: 8px;
    transition: all 0.2s ease-in-out;
}

body.single-vcards_empl a.vcards-employee-btn:hover {
    background-color: #222;
    color: #bbb;
}

/* Icons */
.vcards-employee-phone:before,
.vcards-employee-mobile:before,
.vcards-employee-email:before,
.vcards-employee-website:before,
.vcards-employee-linkedin:before {
    display: block;
    position: relative;
    content: "";
    height: 20px;
    width: 20px;
    margin-right: 8px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.vcards-employee-phone:before {
    background-image: url(/wp-content/plugins/vcards/assets/media/phone.svg);
}

.vcards-employee-mobile:before {
    background-image: url(/wp-content/plugins/vcards/assets/media/mobile.svg);
}

.vcards-employee-email:before {
    background-image: url(/wp-content/plugins/vcards/assets/media/mail.svg);
}

.vcards-employee-website:before {
    background-image: url(/wp-content/plugins/vcards/assets/media/web.svg);
}

.vcards-employee-linkedin:before {
    background-image: url(/wp-content/plugins/vcards/assets/media/linkedin.svg);
}

/* Address */
.vcards-addr-route{
    display: block;
    position: relative;
    margin: 1em auto;
    height: 24px;
    width: 24px;
    background-image: url(/wp-content/plugins/vcards/assets/media/location.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

.vcards-single-content-addr {
    padding: 0 0 32px;
    text-align: center;
    font-size: 14px;
}

.vcards-single-content-addr p {
    margin: 0;
}