/* CMPRO Licensing Plugin Styles
   Scoped to .cmpro-* so nothing bleeds into the WordPress theme */

.cmpro-card {
    background: #fff;
    border-radius: 16px;
    padding: 40px 36px;
    max-width: 480px;
    margin: 0 auto;
    box-shadow: 0 2px 20px rgba(0,0,0,0.08);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	margin-bottom:100px;
}

.cmpro-product-label {
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #999;
    margin: 0 0 6px;
}

.cmpro-title {
    font-size: 24px !important;
    font-weight: 700 !important;
    color: #1a1a1a !important;
    margin: 0 0 20px !important;
    border: none !important;
    padding: 0 !important;
}

.cmpro-price {
    font-size: 40px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1;
    margin-bottom: 4px;
}

.cmpro-price-note {
    font-size: 13px;
    color: #999;
    margin: 0 0 24px;
}

.cmpro-features {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 0 28px !important;
}

.cmpro-features li {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 15px;
    color: #444;
    padding: 5px 0;
    margin: 0 !important;
}

.cmpro-features li::before {
    content: "";
    display: inline-block;
    width: 18px;
    height: 18px;
    min-width: 18px;
    background-color: #1cc88a;
    border-radius: 50%;
    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M6.5 11.5L2.5 7.5l1.4-1.4 2.6 2.6 5.6-5.6 1.4 1.4z'/%3E%3C/svg%3E") center/cover;
    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='white' d='M6.5 11.5L2.5 7.5l1.4-1.4 2.6 2.6 5.6-5.6 1.4 1.4z'/%3E%3C/svg%3E") center/cover;
}

.cmpro-label {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 6px;
}

.cmpro-input {
    display: block;
    width: 100%;
    padding: 12px 14px;
    border: 1.5px solid #ddd !important;
    border-radius: 8px !important;
    font-size: 15px;
    color: #1a1a1a;
    outline: none;
    box-shadow: none !important;
    margin-bottom: 16px;
    transition: border-color 0.15s;
    box-sizing: border-box;
}

.cmpro-input:focus {
    border-color: #1a1a2e !important;
}

.cmpro-btn {
    display: block;
    width: 100%;
    padding: 14px;
    background: #1a1a2e;
    color: #fff !important;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    text-decoration: none !important;
    transition: background 0.15s, opacity 0.15s;
    margin-bottom: 12px;
    box-sizing: border-box;
    font-family: inherit;
}

.cmpro-btn:hover    { background: #2e2e50; color: #fff !important; }
.cmpro-btn:disabled { opacity: 0.6; cursor: not-allowed; }

.cmpro-btn-secondary {
    background: #f0f0f0;
    color: #444 !important;
}

.cmpro-btn-secondary:hover  { background: #e4e4e4; color: #444 !important; }
.cmpro-btn-copied           { background: #e8faf3 !important; color: #1cc88a !important; }

.cmpro-error {
    color: #c0392b;
    font-size: 13px;
    min-height: 18px;
    margin: 4px 0 8px;
}

.cmpro-error-block {
    color: #c0392b;
    font-size: 14px;
    line-height: 1.7;
    padding: 12px 0;
}

.cmpro-secure-note {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 12px;
    color: #bbb;
    justify-content: center;
    margin-top: 12px;
}

.cmpro-loading {
    color: #888;
    font-size: 15px;
    text-align: center;
    padding: 32px 0;
}

/* Success page */
.cmpro-success-icon {
    width: 56px;
    height: 56px;
    background: #e8faf3;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
}

.cmpro-subtitle {
    color: #666;
    font-size: 15px;
    line-height: 1.6;
    text-align: center;
    margin-bottom: 28px;
}

.cmpro-key-box {
    background: #f6f6f4;
    border-radius: 10px;
    padding: 18px 22px;
    margin-bottom: 12px;
}

.cmpro-key-label {
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #999;
    margin: 0 0 8px;
}

.cmpro-key-value {
    font-family: monospace;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #1a1a1a;
    word-break: break-all;
    margin: 0;
}

.cmpro-steps {
    text-align: left;
    margin: 20px 0 24px;
}

.cmpro-steps h3 {
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #555 !important;
    margin: 0 0 10px !important;
    border: none !important;
    padding: 0 !important;
}

.cmpro-steps ol {
    padding-left: 20px;
    margin: 0;
}

.cmpro-steps li {
    font-size: 14px;
    color: #555;
    line-height: 1.8;
}
