header#site-header {
    display: none;
}
footer#site-footer {
display: none;
}


.vipl-card-wrapper {
    max-width: 420px;
    margin: 30px auto;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.12);
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.vipl-card-header {
    background: linear-gradient(135deg, #0a4fff, #007bff);
    color: #fff;
    padding: 25px 20px;
    text-align: center;
}
.vipl-company-logo {
    display: flex;
}

.vipl-company-logo img {
    max-height: 50px;
    margin-bottom: 10px;
    width: auto;
}

.vipl-profile-img img {
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin-top: 10px;
    background: #fff;
}

.vipl-name {
    font-size: 22px;
    font-weight: 600;
    margin-top: 10px;
}

.vipl-designation {
    font-size: 14px;
    opacity: 0.9;
}

.vipl-card-body {
    padding: 20px;
    text-align: center;
}

.vipl-company-name {
    font-size: 18px;
    font-weight: 600;
}

.vipl-tagline {
    font-size: 13px;
    color: #666;
    margin-bottom: 15px;
}

.vipl-actions{text-align: left;}
.vipl-actions a {
    display: block;
    margin: 8px 0;
    padding: 12px;
    color: #222;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 500;
}

.vipl-address {
    font-size: 13px;
    color: #555;
    margin-top: 15px;
    line-height: 1.5;
}

.vipl-actions a.vcard {
    background: #ff9800;
}

.vipl-actions i {
    margin-right: 8px;
    font-size: 15px;
}

.vipl-address i {
    margin-right: 6px;
}
