#article73-popup-overlay {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgba(0, 0, 0, 0.6) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 99999 !important;
    padding: 1rem;
}

#article73-popup-dialog {
    position: relative;
    background: linear-gradient(135deg, #FAFFFA 0%, #f0f8ff 50%, #e8f4fc 100%);
    border-radius: 20px;
    padding: 2rem 2.5rem;
    max-width: 560px;
    width: 100%;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
    border: 2px solid #325D88;
    color: #333;
}

#article73-close-btn {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 10;
    background: #e8e8e8;
    border: 1px solid #888;
    color: #333;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    cursor: pointer;
    font-size: 1.5rem;
    line-height: 1;
    padding: 0;
}

#article73-close-btn:hover {
    background: #ddd;
}

#article73-popup-dialog a {
    text-decoration: none;
    color: inherit;
    display: block;
}

.article73-logos {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1.25rem;
    flex-wrap: wrap;
}

.article73-logo-napi {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.35rem;
}

.article73-logo-napi img {
    width: 56px;
    height: 56px;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0,0,0,0.3));
}

.article73-logo-napi span {
    font-weight: 700;
    font-size: 1.1rem;
    color: #325D88;
}

.article73-arrow {
    width: 120px;
    height: 50px;
    position: relative;
    display: flex;
    align-items: center;
}

.article73-arrow .line {
    position: absolute;
    left: 0;
    right: 24px;
    height: 3px;
    background: #325D88;
    border-radius: 2px;
}

.article73-arrow .head {
    position: absolute;
    right: 0;
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 20px solid #325D88;
}

.article73-logo-nap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.article73-logo-nap img {
    height: 56px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
}

.article73-content {
    text-align: center;
}

.article73-content h3 {
    font-size: 1.2rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
    color: #325D88;
}

.article73-content ul {
    list-style: none;
    padding: 0;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    line-height: 1.6;
    text-align: left;
    color: #444;
}

.article73-content li {
    padding: 0.35rem 0;
    padding-left: 1.5rem;
    position: relative;
}

.article73-content li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #93c54b;
    font-weight: bold;
}

.article73-free-badge-wrap {
    text-align: center;
    margin-top: 0.5rem;
}

.article73-free-badge {
    display: inline-block;
    background: linear-gradient(135deg, #93c54b 0%, #7aa33e 100%);
    color: white;
    font-weight: 800;
    font-size: 1.1rem;
    padding: 0.5rem 1.5rem;
    border-radius: 25px;
    box-shadow: 0 4px 15px rgba(147, 197, 75, 0.5);
    border: none;
    cursor: pointer;
    font-family: inherit;
}

.article73-free-badge:hover {
    background: linear-gradient(135deg, #7aa33e 0%, #6b8f34 100%);
}
