.olm-profile {
    max-width: 640px;
    margin: 40px auto;
    padding: 32px;
    background: #ffffff;
    border-radius: 18px;
    box-shadow: 0 12px 35px rgba(0,0,0,.12);
    text-align: center;
    font-family: system-ui, sans-serif;
}

.olm-name {
    margin-bottom: 10px;
}

.olm-meta {
    color: #555;
    margin-bottom: 20px;
}

.olm-social {
    display: flex;
    justify-content: center;
    gap: 22px;
    margin-bottom: 25px;
}

.olm-social a {
    font-size: 1.7rem;
    color: #444;
    transition: transform .2s ease, color .2s ease;
}

.olm-social a:hover {
    transform: scale(1.2);
}

.fa-facebook:hover { color: #1877f2; }
.fa-instagram:hover { color: #dd2a7b; }

.olm-instruments li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #f2f2f2;
    padding: 8px 14px;
    border-radius: 20px;
    margin: 6px;
    font-size: .9rem;
}

.olm-instruments i {
    font-size: 1rem;
    color: #444;
}

