.elementor-2213 .elementor-element.elementor-element-be7c61c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--padding-top:150px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for shortcode, class: .elementor-element-48ad766 */.locked-preview {
            background: white;
            border-radius: 16px;
            padding: 30px;
            margin-bottom: 20px;
            position: relative;
            border: 2px solid #e2e8f0;
            box-shadow: 0 4px 12px rgba(0,0,0,0.08);
            transition: all 0.3s ease;
        }
        
        .locked-preview:hover {
            border-color: #667eea;
            box-shadow: 0 8px 20px rgba(102, 126, 234, 0.15);
            transform: translateY(-2px);
        }
        
        /* Lock icon in top right */
        .locked-preview::before {
            content: "🔒";
            position: absolute;
            top: 20px;
            right: 20px;
            font-size: 32px;
            opacity: 0.6;
        }
        
        /* Header area with hormone name and status badge */
        .locked-header {
            display: flex;
            align-items: center;
            gap: 12px;
            margin-bottom: 20px;
            flex-wrap: wrap;
        }
        
        .locked-title {
            font-size: 22px;
            font-weight: 600;
            color: #2d3748;
            margin: 0;
        }
        
        /* Status badge - color varies by score */
        .locked-badge {
            padding: 6px 14px;
            border-radius: 6px;
            font-size: 14px;
            font-weight: 600;
            white-space: nowrap;
        }
        
        .locked-badge.high {
            background: #fee;
            color: #c53030;
        }
        
        .locked-badge.moderate {
            background: #fef3c7;
            color: #92400e;
        }
        
        .locked-badge.optimal {
            background: #d1fae5;
            color: #065f46;
        }
        
        /* Score display */
        .locked-score {
            font-size: 15px;
            color: #64748b;
            margin-bottom: 15px;
            font-weight: 500;
        }
        
        /* Main teaser text - the "hook" */
        .locked-teaser {
            font-size: 16px;
            color: #4a5568;
            line-height: 1.7;
            margin-bottom: 18px;
        }
        
        .locked-teaser strong {
            color: #2d3748;
            font-weight: 600;
        }
        
        /* Interconnection callout box */
        .connection-note {
            background: linear-gradient(135deg, #e0e7ff, #ddd6fe);
            padding: 14px 18px;
            border-radius: 10px;
            border-left: 4px solid #667eea;
            color: #3730a3;
            font-size: 14px;
            margin-bottom: 18px;
            line-height: 1.6;
        }
        
        .connection-note strong {
            color: #4c1d95;
            font-weight: 600;
        }
        
        /* Blurred content preview */
        .blur-preview {
            filter: blur(4px);
            opacity: 0.5;
            user-select: none;
            pointer-events: none;
            margin: 18px 0;
            font-size: 14px;
            line-height: 1.9;
            color: #64748b;
        }
        
        /* Unlock button */
        .unlock-btn {
            background: linear-gradient(135deg, #667eea, #764ba2);
            color: white !important;
            border: none;
            padding: 14px 28px;
            border-radius: 10px;
            font-weight: 600;
            cursor: pointer;
            font-size: 16px;
            transition: all 0.2s ease;
            display: inline-flex;
            align-items: center;
            gap: 8px;
            text-decoration: none;
            max-width: 100%;
            box-sizing: border-box;
        }
        
        .unlock-btn:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
        }
        
        .unlock-btn:active {
            transform: translateY(0);
        }
        
        /* Mobile responsive */
        @media (max-width: 768px) {
            .locked-preview {
                padding: 20px;
            }
            
            .locked-preview::before {
                font-size: 24px;
                top: 15px;
                right: 15px;
            }
            
            .locked-title {
                font-size: 19px;
            }
            
            .locked-teaser {
                font-size: 15px;
            }
            
            .connection-note {
                font-size: 13px;
                padding: 12px 14px;
            }
            
            .unlock-btn {
                width: 100%;
                justify-content: center;
                padding: 16px 20px;
            }
        }/* End custom CSS */