/* Admin styles for Frinext Scan & Pay */
.frinext-pro-notice {
    padding: 14px;
    border: 1px dashed #c7d2fe;
    border-radius: 10px;
    background: linear-gradient(135deg, #f8fafc, #eef2ff);
    font-size: 13px;
    line-height: 1.6;
}

.frinext-pro-title {
    font-size: 15px;
    font-weight: 600;
    color: #1e3a8a;
    margin-bottom: 6px;
}

.frinext-pro-highlight {
    color: #2563eb;
}

.frinext-pro-content {
    color: #374151;
}

.frinext-pro-link {
    display: inline-block;
    margin-top: 10px;
    padding: 6px 12px;
    background: #2563eb;
    color: #ffffff;
    border-radius: 6px;
    text-decoration: none;
    font-weight: 500;
}

.frinext-pro-link:hover {
    background: #1d4ed8;
    color: #ffffff;
}

.frinext-admin-proof {
    max-width: 220px;
    border: 1px solid #ddd;
    border-radius: 8px;
}