#nyksmed-access-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 999999;
    overflow-y: auto;
    padding: 20px 0;
}

#nyksmed-access-popup {
    text-align: center;
    background: #ffffff;
    color: #333333;
    padding: 40px 50px;
    max-width: 600px;
    border-radius: 12px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.5);
}

#nyksmed-access-popup h2 {
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 15px 0;
    color: #1a1a1a;
    line-height: 1.3;
}

.nyksmed-access-warning {
    font-size: 14px;
    color: #666666;
    margin: 0 0 25px 0;
    line-height: 1.5;
}

.nyksmed-access-content {
    margin-bottom: 25px;
    text-align: left;
}

.nyksmed-access-content h1,
.nyksmed-access-content h2,
.nyksmed-access-content h3,
.nyksmed-access-content h4 {
    color: #1a1a1a;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.nyksmed-access-content h1 { font-size: 24px; }
.nyksmed-access-content h2 { font-size: 20px; }
.nyksmed-access-content h3 { font-size: 18px; }
.nyksmed-access-content h4 { font-size: 16px; }

.nyksmed-access-content p {
    color: #444444;
    margin: 0 0 12px 0;
    line-height: 1.6;
    font-size: 14px;
}

.nyksmed-access-content ul,
.nyksmed-access-content ol {
    margin: 0 0 12px 0;
    padding-left: 20px;
}

.nyksmed-access-content li {
    color: #444444;
    margin-bottom: 6px;
    line-height: 1.5;
    font-size: 14px;
}

.nyksmed-access-content strong {
    color: #1a1a1a;
}

.nyksmed-access-content a {
    color: #2563eb;
    text-decoration: underline;
}

.nyksmed-access-content a:hover {
    color: #1d4ed8;
}

.nyksmed-access-btn {
    display: block;
    width: 100%;
    padding: 16px 24px;
    margin: 12px 0;
    font-size: 16px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    border-radius: 8px;
    transition: all 0.2s ease;
}

.nyksmed-access-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.nyksmed-access-btn-green {
    background: #2563eb;
    color: #ffffff;
}

.nyksmed-access-btn-green:hover {
    background: #1d4ed8;
}

.nyksmed-access-btn-red {
    background: #f3f4f6;
    color: #6b7280;
}

.nyksmed-access-btn-red:hover {
    background: #e5e7eb;
}

.nyksmed-access-footer {
    margin-top: 20px;
    font-size: 12px;
    color: #9ca3af;
    font-style: italic;
}

@media (max-width: 480px) {
    #nyksmed-access-popup {
        margin: 20px;
        padding: 30px 25px;
    }
    
    #nyksmed-access-popup h2 {
        font-size: 18px;
    }
    
    .nyksmed-access-btn {
        padding: 14px 20px;
        font-size: 15px;
    }
}
