.sl-share-btn-wrapper {
display: flex;
justify-content: flex-end; margin: 10px 0 20px 0; padding-right: 5px; } .sl-btn {
display: inline-flex;
align-items: center;
justify-content: center;
cursor: pointer;
transition: all 0.2s ease; outline: none;
border: none;
background: none; padding: 8px; } .sl-btn-icon-only {
color: #85b82e;  } .sl-btn-icon-only:hover {
transform: scale(1.15); background-color: rgba(133, 184, 46, 0.08); border-radius: 50%; } .sl-btn-primary {
background: #85b82e;
color: #fff;
padding: 12px 25px;
border-radius: 25px; font-size: 15px;
font-weight: 500;
margin-top: 15px;
gap: 8px; }
.sl-btn-primary:hover { background: #76a329; } #sl-modal-overlay {
display: none; 
position: fixed; top: 0; left: 0; width: 100%; height: 100%;
background: rgba(0,0,0,0.85); z-index: 99999;
justify-content: center; align-items: center; flex-direction: column;
backdrop-filter: blur(5px); }
.sl-modal-content { text-align: center; max-width: 90%; max-height: 90%; overflow-y: auto; }
#sl-preview-area img { max-width: 100%; max-height: 70vh; border-radius: 4px; box-shadow: 0 10px 30px rgba(0,0,0,0.5); }
.sl-tip { color: #ddd; font-size: 13px; margin-top: 15px; font-weight: 300; }  #sl-poster-hidden-area { position: absolute; top: 0; left: -9999px; width: 375px; } #sl-poster-node {
background-color: #E1E1E1; padding: 20px;
font-family: "Noto Sans SC", -apple-system, BlinkMacSystemFont, Roboto, sans-serif;
box-sizing: border-box;
position: relative;
}
#sl-poster-node .sl-poster-body { padding-bottom: 20px; } .sl-green-bar {
width: 60px; height: 5px; background-color: #85b82e;
margin-bottom: -5px; position: relative; z-index: 2;
} .sl-poster-body {
background: #fff; padding: 0;
box-shadow: 0 4px 15px rgba(0,0,0,0.05);
overflow: hidden; margin-bottom: 0;
} .mode-visual .sl-poster-image img { width: 100%; height: auto; display: block; }
.mode-visual .sl-poster-content { padding: 20px 25px 30px; }
.sl-title { font-size: 20px; font-weight: bold; color: #222; margin: 0 0 15px 0; line-height: 1.4; } .mode-text .sl-poster-body { padding: 30px 25px; }
.sl-poster-header-date {
color: #999; font-size: 14px;
border-bottom: 2px solid #85b82e; display: inline-block; padding-bottom: 5px; margin-bottom: 20px;
}
.sl-text { font-size: 15px; line-height: 1.8; color: #444; text-align: justify; }
.sl-ask-text { margin-top: 20px; font-weight: bold; color: #333; } .sl-poster-footer {
display: flex; justify-content: space-between; align-items: center;
padding: 20px 25px 0 25px; background: #fff;
}
.sl-footer-info { font-size: 12px; color: #666; line-height: 1.5; text-align: left; }
.sl-footer-qr img { width: 60px; height: 60px; }