/* WSL Pro Public Styles */
.woo-short-link-box { margin: 30px 0; padding: 25px; background: #ffffff; border: 1px solid #e3e3e3; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.08); width: 100%; box-sizing: border-box; font-family: inherit; }
.woo-short-link-title { margin: 0 0 20px 0; font-size: 18px; font-weight: 700; color: #1a202c; }
.woo-share-grid { display: flex; gap: 12px; flex-wrap: wrap; }
.woo-share-btn { flex: 1; min-width: 120px; padding: 12px 20px; border: none; border-radius: 8px; color: white; text-decoration: none; font-weight: 600; font-size: 14px; cursor: pointer; display: flex; align-items: center; justify-content: center; gap: 8px; transition: all 0.3s; }
.woo-share-btn:hover { transform: translateY(-2px); box-shadow: 0 4px 12px rgba(0,0,0,0.15); opacity: 0.95; }
.btn-whatsapp { background-color: #25D366; }
.btn-facebook { background-color: #1877F2; }
.woo-copy-wrapper { cursor: pointer; background: #f0f2f5; border: 2px dashed #ccd0d5; padding: 0 20px; height: 48px; border-radius: 8px; display: flex; align-items: center; justify-content: center; gap: 8px; font-weight: 700; font-size: 14px; color: #4b4f56; transition: all 0.3s; flex: 1.5; min-width: 200px; box-sizing: border-box; }
.woo-copy-wrapper:hover { background: #e4e6eb; color: #1c1e21; border-color: #bec3c9; }
.woo-copy-wrapper.copied { background: #46b450; color: #fff; border-color: #46b450; border-style: solid; }
.woo-reward-cta { margin-top: 20px; padding-top: 20px; border-top: 1px solid #eee; display: flex; align-items: center; gap: 15px; }
.woo-reward-icon { font-size: 24px; background: #fff4e6; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; border-radius: 50%; flex-shrink: 0; border: 1px solid #ffd8a8; }
.woo-reward-text { flex-grow: 1; }
.woo-reward-text p { margin: 0; font-size: 14px; color: #444; line-height: 1.4; }
.woo-reward-text strong { color: #d6336c; }
.woo-reward-link { font-weight: 700; color: #2271b1; text-decoration: none; border-bottom: 1px solid transparent; transition: all 0.2s; cursor: pointer; }
.woo-reward-link:hover { border-bottom-color: #2271b1; }

/* Modals */
.woo-sl-modal { display:none; position:fixed; z-index:99999; left:0; top:0; width:100%; height:100%; background:rgba(0,0,0,0.6); backdrop-filter:blur(3px); }
.woo-sl-modal-content { background:#fff; margin:10% auto; padding:30px; border-radius:15px; width:90%; max-width:400px; position:relative; box-shadow:0 25px 50px -12px rgba(0,0,0,0.25); }
.woo-sl-close { position:absolute; right:20px; top:15px; font-size:28px; font-weight:bold; color:#ccc; cursor:pointer; }
.woo-sl-modal-header { text-align:center; margin-bottom:25px; }
.woo-sl-modal-header h2 { margin:0; color:#1a202c; font-size:24px; }
.woo-sl-input-group { margin-bottom:15px; }
.woo-sl-input-group label { display:block; margin-bottom:5px; font-size:14px; font-weight:600; color:#4a5568; }
.woo-sl-input-group input { width:100%; padding:12px; border:1px solid #e2e8f0; border-radius:8px; box-sizing:border-box; }
.woo-sl-submit-btn { width:100%; padding:14px; background:linear-gradient(135deg, #667eea 0%, #764ba2 100%); color:#fff; border:none; border-radius:8px; font-weight:bold; cursor:pointer; }
.woo-sl-msg { margin-bottom:15px; padding:10px; border-radius:5px; display:none; font-size:14px; }
.woo-sl-msg.error { background:#fff5f5; color:#c53030; display:block; }
.woo-sl-msg.success { background:#f0fff4; color:#2f855a; display:block; }

@media (max-width: 768px) { 
    .woo-short-link-box { padding: 20px; } 
    .woo-share-grid { flex-direction: column; } 
    .woo-share-btn, .woo-copy-wrapper { width: 100%; flex: none; } 
    .woo-reward-cta { flex-direction: column; text-align: center; } 
}
