#gnpub-gnfollow-shortcode-wrapper a{text-decoration:none;color:#000;border:1px solid #c6d2d9;padding:7px 15px 3px 16px;line-height:1;height:40px;vertical-align:middle;position:absolute}#gnpub-gnfollow-shortcode-wrapper a:focus{box-shadow:none}#gnpub-gnfollow-shortcode-wrapper img{width:120px;position:relative;top:9px;left:5px}#gnpub-gnfollow-shortcode-wrapper a:hover{border:1px solid #000}#gnpub-gnfollow-shortcode-follow-text{font-weight:500;font-size:13px}.sn-privacy-wrap {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
background-color: #f8f9fa;
border-top: 4px solid #1976d2;
box-shadow: 0 -4px 10px rgba(0,0,0,0.1);
z-index: 9999; padding: 20px 0;
font-family: sans-serif;
box-sizing: border-box;
}
.sn-privacy-inner {
max-width: 1200px;
margin: 0 auto;
display: flex;
justify-content: space-between;
align-items: center;
padding: 0 20px;
flex-wrap: wrap;
gap: 15px;
}
.sn-privacy-text p {
margin: 0;
color: #333;
font-size: 14px;
line-height: 1.5;
}
.sn-privacy-text a {
color: #1976d2;
text-decoration: underline;
} .sn-privacy-actions {
display: flex;
gap: 10px;
}
.sn-action-btn {
padding: 8px 16px;
border-radius: 4px;
font-weight: 600;
cursor: pointer;
font-size: 13px;
border: none;
transition: background 0.2s;
}
.sn-solid {
background-color: #1976d2 !important;
color: white !important;
}
.sn-solid:hover { background-color: #1565c0 !important; }
.sn-outline {
background-color: transparent !important;
border: 1px solid #1976d2 !important;
color: #1976d2 !important;
}
.sn-outline:hover { background-color: #e3f2fd !important; } .sn-privacy-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: rgba(0,0,0,0.6);
z-index: 10000; display: flex;
justify-content: center;
align-items: center;
}
.sn-privacy-box {
background: white;
width: 90%;
max-width: 450px;
border-radius: 8px;
box-shadow: 0 10px 25px rgba(0,0,0,0.3);
overflow: hidden;
position: relative;
}
.sn-box-header {
background: #f1f8ff;
padding: 15px 20px;
display: flex;
justify-content: space-between;
align-items: center;
border-bottom: 1px solid #d0e3f0;
}
.sn-box-header h3 { margin: 0; font-size: 18px; color: #0d47a1; }
.sn-box-close {
font-size: 24px;
cursor: pointer;
color: #0d47a1;
line-height: 1;
}
.sn-box-body { padding: 20px; }
.sn-pref-row {
display: flex;
justify-content: space-between;
align-items: center;
padding: 12px 0;
border-bottom: 1px solid #eee;
}
.sn-pref-label { display: flex; flex-direction: column; }
.sn-pref-label span { font-weight: bold; font-size: 14px; color: #333; }
.sn-pref-label small { color: #666; font-size: 12px; }
.sn-box-footer {
padding: 15px 20px;
background: #f8f9fa;
text-align: right;
} @media (max-width: 768px) {
.sn-privacy-inner { flex-direction: column; text-align: center; }
.sn-privacy-actions { width: 100%; justify-content: center; }
}