.author-social-links-container {
margin: 20px 0;
padding: 15px;
border-radius: 8px;
background: #f8f9fa;
border: 1px solid #e9ecef;
}
.author-name-section {
margin-bottom: 15px;
}
.author-name {
margin: 0 0 10px 0;
font-size: 1.2em;
font-weight: 600;
}
.author-name a {
color: #333;
text-decoration: none;
transition: color 0.3s ease;
}
.author-name a:hover {
color: #007cba;
text-decoration: underline;
}
.social-links-wrapper {
display: flex;
gap: 15px;
align-items: center;
flex-wrap: wrap;
}
.social-link {
display: inline-flex;
align-items: center;
gap: 8px;
padding: 10px 15px;
background: #fff;
border: 2px solid transparent;
border-radius: 25px;
text-decoration: none;
transition: all 0.3s ease;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}
.social-link:hover {
transform: translateY(-2px);
box-shadow: 0 4px 8px rgba(0,0,0,0.15);
text-decoration: none;
}
.social-icon {
width: 24px;
height: 24px;
border-radius: 4px;
object-fit: contain;
flex-shrink: 0;
} .social-icon[src$=".svg"] {
filter: none;
transition: filter 0.3s ease;
} .onlyfans-link:hover .social-icon[src$=".svg"] {
filter: brightness(0) invert(1);
}
.fansly-link:hover .social-icon[src$=".svg"] {
filter: brightness(0) invert(1);
}
.social-text {
font-weight: 500;
font-size: 14px;
} .onlyfans-link {
border-color: #00AFF0;
color: #00AFF0;
}
.onlyfans-link:hover {
background: #00AFF0;
color: white;
border-color: #00AFF0;
} .fansly-link {
border-color: #FF6B6B;
color: #FF6B6B;
}
.fansly-link:hover {
background: #FF6B6B;
color: white;
border-color: #FF6B6B;
}  .author-social-links-container.minimal {
background: transparent;
border: none;
padding: 10px 0;
}
.minimal .social-link {
background: transparent;
border: 1px solid #ddd;
padding: 8px 12px;
box-shadow: none;
}
.minimal .social-link:hover {
transform: none;
box-shadow: 0 2px 4px rgba(0,0,0,0.1);
} .author-social-links-container.card {
background: #fff;
box-shadow: 0 4px 6px rgba(0,0,0,0.1);
border: none;
padding: 20px;
}
.card .author-name {
text-align: center;
border-bottom: 1px solid #eee;
padding-bottom: 10px;
margin-bottom: 15px;
}
.card .social-links-wrapper {
justify-content: center;
} .author-social-links-container.inline {
background: transparent;
border: none;
padding: 5px 0;
}
.inline .author-name-section {
display: inline-block;
margin-right: 15px;
margin-bottom: 0;
}
.inline .author-name {
margin: 0;
font-size: 1em;
}
.inline .social-links-wrapper {
display: inline-flex;
gap: 10px;
}
.inline .social-link {
padding: 5px 10px;
border-radius: 15px;
}  .size-small .social-icon {
width: 18px;
height: 18px;
}
.size-small .social-text {
font-size: 12px;
}
.size-small .social-link {
padding: 6px 10px;
gap: 6px;
}
.size-small .author-name {
font-size: 1em;
} .size-medium .social-icon {
width: 24px;
height: 24px;
}
.size-medium .social-text {
font-size: 14px;
}
.size-medium .social-link {
padding: 10px 15px;
gap: 8px;
} .size-large .social-icon {
width: 32px;
height: 32px;
}
.size-large .social-text {
font-size: 16px;
font-weight: 600;
}
.size-large .social-link {
padding: 12px 20px;
gap: 10px;
}
.size-large .author-name {
font-size: 1.4em;
} @media (max-width: 768px) {
.social-links-wrapper {
flex-direction: column;
align-items: stretch;
}
.social-link {
justify-content: center;
text-align: center;
}
.inline .social-links-wrapper {
flex-direction: row;
align-items: center;
}
.inline .author-name-section {
display: block;
margin-bottom: 10px;
margin-right: 0;
}
} @media (prefers-color-scheme: dark) {
.author-social-links-container {
background: #2d3748;
border-color: #4a5568;
color: #e2e8f0;
}
.author-name a {
color: #e2e8f0;
}
.author-name a:hover {
color: #63b3ed;
}
.social-link {
background: #4a5568;
color: #e2e8f0;
}
.minimal .social-link {
background: transparent;
border-color: #4a5568;
}
.card {
background: #2d3748;
}
} .author-social-links-container {
animation: fadeInUp 0.5s ease-out;
}
@keyframes fadeInUp {
from {
opacity: 0;
transform: translateY(20px);
}
to {
opacity: 1;
transform: translateY(0);
}
} .social-link:focus {
outline: 2px solid #007cba;
outline-offset: 2px;
}
.social-link:focus:not(:focus-visible) {
outline: none;
} @media print {
.author-social-links-container {
background: transparent !important;
border: 1px solid #000 !important;
box-shadow: none !important;
}
.social-link {
background: transparent !important;
border: 1px solid #000 !important;
color: #000 !important;
}
.social-link:after {
content: " (" attr(href) ")";
font-size: 12px;
}
}[data-bp-tooltip]{position:relative}[data-bp-tooltip]:after{background:#fff;border:1px solid #aaa;border-collapse:separate;border-radius:1px;box-shadow:1px 1px 0 1px rgba(132,132,132,.3);color:#000;content:attr(data-bp-tooltip);display:none;font-family:sans-serif;font-size:11px;font-weight:400;letter-spacing:normal;line-height:1.5;margin-top:10px;max-width:240px;opacity:0;padding:3px 6px;position:absolute;right:50%;text-align:center;text-decoration:none;text-shadow:none;text-transform:none;top:100%;transform:translateX(50%);transition:opacity 2s ease-out;white-space:pre;word-wrap:break-word;z-index:998}[data-bp-tooltip]:active:after,[data-bp-tooltip]:focus:after,[data-bp-tooltip]:hover:after{display:inline-block;opacity:1;overflow:visible;text-decoration:none;z-index:999}[data-bp-tooltip=""]{display:none;opacity:0;visibility:hidden}