/* Base */
.llb-body {
    margin: 0;
    font-family: inherit;
    color: inherit;
}

.llb-wrapper {
    padding: 40px 20px;
}

.llb-card {
    max-width: 480px;
    margin: 0 auto;
}

/* Header */
.llb-header-block {
    height: 200px;
    position: relative;
}

.llb-profile img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    border: 6px solid #ffffff;
    position: absolute;
    bottom: -70px;
    left: 50%;
    transform: translateX(-50%);
    object-fit: cover;
}

/* Content */
.llb-content {
    padding: 80px 20px 40px;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
    text-align: inherit;
}

/* Name — independent */
.llb-name {
    margin: 4px 0;
    text-align: center !important;
    font-weight: 700;
}

/* Title + Bio — follow global */
.llb-title,
.llb-bio {
    margin: 4px 0;
    font-family: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
    text-align: inherit !important;
}

/* Links */
.llb-links {
    margin-top: 25px;
    text-align: inherit !important;
}

.llb-button {
    display: grid;
    grid-template-columns: 40px auto;
    align-items: center;
    column-gap: 12px;
    padding: 14px 16px;
    margin: 12px auto;
    width: 100%;
    max-width: 420px;
    border-radius: 10px;
    font-family: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
    text-align: left !important;
    white-space: normal;
    word-wrap: break-word;
}

/* Thumbnails */
.llb-thumb {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 6px;
}

/* Social Icons */
.llb-socials {
    margin-top: 25px;
    text-align: center;
}

.llb-social-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 6px;
    font-family: inherit !important;
    font-size: inherit !important;
    color: inherit !important;
}

.llb-icon {
    width: 20px;
    height: 20px;
    fill: currentColor;
}
.llb-body { background: #ffffff; }
.llb-header-block { background: var(--llb-accent, #b8860b); }
.llb-button { border: 2px solid var(--llb-accent, #b8860b); background: #ffffff; }
.llb-button:hover { background: var(--llb-accent, #b8860b); color: #ffffff !important; }
.llb-social-icon:hover { background: var(--llb-accent, #b8860b); color: #ffffff !important; }
