﻿body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif
}
a{
    text-decoration:none;
}
.id-card {
    width: 360px;
    max-width: 100%;
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    font-family: 'Segoe UI', sans-serif;
    margin: 20px auto;
}

.profile-pic {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-bottom: 1px solid #eee;
}

.card-content {
    padding: 20px;
}

    .card-content h2 {
        font-size: 1.1rem;
        color: #444;
        margin-bottom: 4px;
    }

    .card-content h3 {
        font-size: 1.4rem;
        margin: 0;
        color: #222;
    }
    .card-content h3 a {
        font-size: 1.4rem;
        margin: 0;
        color: #222;
        text-decoration:none
    }

.title, .location, .issued, .category {
    font-size: 0.9rem;
    color: #666;
    margin: 4px 0;
}

.description {
    font-size: 0.95rem;
    color: #333;
    margin: 12px 0;
    line-height: 1.5;
}

.networks-title {
    font-weight: bold;
    margin-top: 16px;
}

.networks {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .networks li {
        margin: 4px 0;
    }

    .networks a {
        color: #0078D4;
        text-decoration: none;
        font-size: 0.9rem;
    }

        .networks a:hover {
            text-decoration: underline;
        }

        .margin-0px{
            margin:0px;
        }