.lightshare-container {
margin: 20px 0;
clear: both;
}
.lightshare-label {
display: block;
margin-bottom: 10px;
font-weight: bold;
font-size: 0.9em;
}
.lightshare-nudge {
margin: 0 0 10px 0;
font-size: 0.9em;
color: #555;
}
.lightshare-buttons {
display: flex;
flex-wrap: wrap;
gap: 7px;
}
.lightshare-button {
display: inline-flex;
align-items: center;
padding: 8px 12px;
border-radius: 4px;
text-decoration: none !important;
color: #fff !important;
font-size: 14px;
line-height: 1;
transition: opacity 0.2s ease;
border: none;
box-shadow: none;
}
.lightshare-button:hover {
opacity: 0.9;
color: #fff !important;
} .lightshare-theme-brand .lightshare-facebook {
background-color: #1877f2;
}
.lightshare-theme-brand .lightshare-twitter,
.lightshare-theme-brand .lightshare-threads {
background-color: #000;
}
.lightshare-theme-brand .lightshare-linkedin {
background-color: #0a66c2;
}
.lightshare-theme-brand .lightshare-telegram {
background-color: #229ed9;
}
.lightshare-theme-brand .lightshare-mastodon {
background-color: #6364ff;
}
.lightshare-theme-brand .lightshare-copy {
background-color: #6c757d;
}
.lightshare-theme-brand .lightshare-pinterest {
background-color: #bd081c;
}
.lightshare-theme-brand .lightshare-bluesky {
background-color: #0560ff;
}
.lightshare-theme-brand .lightshare-whatsapp {
background-color: #25d366;
}
.lightshare-theme-brand .lightshare-reddit {
background-color: #ff4500;
}
.lightshare-theme-brand .lightshare-email {
background-color: #888;
}
.lightshare-theme-brand .lightshare-chatgpt {
background-color: #10a37f;
}
.lightshare-theme-brand .lightshare-google-ai {
background-color: #1a73e8;
}
.lightshare-theme-brand .lightshare-perplexity {
background-color: #111827;
}
.lightshare-theme-brand .lightshare-grok {
background-color: #111;
}
.lightshare-theme-brand .lightshare-claude {
background-color: #d97757;
}
.lightshare-theme-dark .lightshare-button {
background-color: #111;
}
.lightshare-theme-gray .lightshare-button {
background-color: #6c757d;
}
.lightshare-theme-white .lightshare-button {
border: 1px solid #eaeaea;
background-color: #fff;
color: #111 !important;
}
.lightshare-theme-white .lightshare-button:hover {
color: #111 !important;
}
.lightshare-icon {
display: inline-flex;
margin-right: 8px;
}
.lightshare-icon svg {
width: 16px;
height: 16px;
fill: currentColor;
}  .lightshare-style-rounded .lightshare-button {
border-radius: 20px;
} .lightshare-style-circle .lightshare-button {
border-radius: 50%;
width: 40px;
height: 40px;
padding: 0;
justify-content: center;
}
.lightshare-style-circle .lightshare-text {
display: none;
}
.lightshare-style-circle .lightshare-icon {
margin-right: 0;
} @media (max-width: 480px) {
.lightshare-text {
display: none;
}
.lightshare-icon {
margin-right: 0;
}
.lightshare-button {
padding: 10px;
}
} .lightshare-floating {
position: fixed;
top: 50%;
transform: translateY(-50%);
z-index: 9999;
background: #fff;
padding: 10px;
border-radius: 8px;
box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
margin: 0; opacity: 1;
visibility: visible;
transition:
opacity 0.3s ease,
visibility 0.3s ease;
}
.lightshare-floating.lightshare-floating-hidden {
opacity: 0;
visibility: hidden;
pointer-events: none;
}
.lightshare-floating.lightshare-floating-scroll-gated {
display: none;
}
.lightshare-floating .lightshare-buttons {
flex-direction: column;
gap: 5px;
}
.lightshare-floating-left {
left: 15px;
}
.lightshare-floating-right {
right: 15px;
}
.lightshare-floating .lightshare-button {
width: 40px;
height: 40px;
padding: 0;
justify-content: center;
border-radius: 4px;
}
.lightshare-floating.lightshare-style-rounded .lightshare-button,
.lightshare-floating.lightshare-style-circle .lightshare-button {
border-radius: 50%;
}
.lightshare-floating-size-small .lightshare-button {
width: 32px;
height: 32px;
}
.lightshare-floating-size-medium .lightshare-button {
width: 40px;
height: 40px;
}
.lightshare-floating-size-large .lightshare-button {
width: 48px;
height: 48px;
}
.lightshare-floating-size-small .lightshare-icon svg {
width: 14px;
height: 14px;
}
.lightshare-floating-size-medium .lightshare-icon svg {
width: 16px;
height: 16px;
}
.lightshare-floating-size-large .lightshare-icon svg {
width: 18px;
height: 18px;
}
.lightshare-floating .lightshare-text,
.lightshare-floating .lightshare-label {
display: none;
}
.lightshare-floating .lightshare-icon {
margin: 0;
}
.lightshare-floating .lightshare-floating-count {
display: flex;
flex-direction: column;
align-items: center;
justify-content: center;
margin-bottom: 8px;
line-height: 1.1;
}
.lightshare-floating .lightshare-floating-count-value {
font-size: 16px;
font-weight: 700;
color: #111;
}
.lightshare-floating .lightshare-floating-count-label {
font-size: 11px;
font-weight: 500;
color: #666;
text-transform: lowercase;
}
.lightshare-toast {
position: fixed;
bottom: 24px;
left: 50%;
transform: translateX(-50%);
background: rgba(17, 17, 17, 0.9);
color: #fff;
padding: 8px 12px;
border-radius: 6px;
font-size: 13px;
z-index: 99999;
opacity: 0;
transition: opacity 0.2s ease-in-out;
pointer-events: none;
}
.lightshare-toast.is-visible {
opacity: 1;
}
.lightshare-dialog-backdrop {
position: fixed;
inset: 0;
z-index: 100000;
display: flex;
align-items: center;
justify-content: center;
padding: 20px;
background: rgba(0, 0, 0, 0.55);
}
.lightshare-dialog {
width: min(100%, 440px);
padding: 24px;
border-radius: 10px;
background: #fff;
box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
color: #1d2327;
}
.lightshare-dialog h2 {
margin: 0 0 8px;
font-size: 22px;
}
.lightshare-dialog p {
margin: 0 0 16px;
}
.lightshare-dialog label {
display: block;
margin-bottom: 6px;
font-weight: 600;
}
.lightshare-dialog input {
box-sizing: border-box;
width: 100%;
padding: 10px 12px;
border: 1px solid #8c8f94;
border-radius: 4px;
font: inherit;
}
.lightshare-dialog-error {
margin-top: 8px !important;
color: #b32d2e;
}
.lightshare-dialog-actions {
display: flex;
justify-content: flex-end;
gap: 8px;
margin-top: 20px;
}
.lightshare-dialog button {
padding: 9px 14px;
border: 1px solid #6364ff;
border-radius: 4px;
background: #6364ff;
color: #fff;
cursor: pointer;
font: inherit;
}
.lightshare-dialog .lightshare-dialog-cancel {
border-color: #8c8f94;
background: #fff;
color: #1d2327;
}
.lightshare-dialog button:focus-visible,
.lightshare-dialog input:focus-visible {
outline: 2px solid #2271b1;
outline-offset: 2px;
} @media (max-width: 767px) {
.lightshare-floating.lightshare-floating-mobile-bottom.lightshare-floating-scroll-gated {
display: none;
}
.lightshare-floating.lightshare-floating-mobile-bottom {
top: auto;
bottom: 0;
left: 0;
right: 0;
transform: none;
border-radius: 0;
width: 100%;
padding: 15px 10px; background: #fff;
border-top: 1px solid #eee;
display: flex;
align-items: center;
justify-content: center;
gap: 10px;
}
.lightshare-floating.lightshare-floating-mobile-bottom
.lightshare-floating-count {
margin-bottom: 0;
}
.lightshare-floating.lightshare-floating-mobile-bottom .lightshare-buttons {
flex-direction: row;
justify-content: center;
}
.lightshare-floating.lightshare-floating-mobile-bottom .lightshare-button {
flex: 0 0 auto;
}
.lightshare-floating.lightshare-floating-mobile-left {
left: 10px;
right: auto;
top: 50%;
bottom: auto;
transform: translateY(-50%);
width: auto;
}
.lightshare-floating.lightshare-floating-mobile-right {
right: 10px;
left: auto;
top: 50%;
bottom: auto;
transform: translateY(-50%);
width: auto;
} .lightshare-floating.lightshare-floating-hide-mobile {
display: none !important;
}
}