#wp-jpg-to-png-converter *{                
    box-sizing:border-box;                
}                
                
#wp-jpg-to-png-converter{                
    background:#f8fafc;                
    color:#111;                
    font-family:Arial,sans-serif;                
    padding:0;                
    border-radius:12px;                
}                
                
#wp-jpg-to-png-converter .header{                
    background:#fff;                
    padding:20px 20px 10px;                
    border-radius:10px;                
    margin-bottom:15px;                
    border:1px solid #e2e8f0;                
}                
                
#wp-jpg-to-png-converter h2{                
    margin:0 0 10px;                
    font-size:22px;                
}                
                
#wp-jpg-to-png-converter .layout{                
    display:grid;                
    grid-template-columns:1fr;                
    gap:15px;                
}                
                
#wp-jpg-to-png-converter .panel{                
    background:#fff;                
    border:1px solid #dbe3ee;                
    border-radius:10px;                
    overflow:hidden;                
}                
                
#wp-jpg-to-png-converter .panel-header{                
    padding:15px;                
    background:#e2e8f0;                
    color:#000;                
    font-weight:bold;                
}                
                
#wp-jpg-to-png-converter .content{                
    padding:15px;                
}                
                
#wp-jpg-to-png-converter label{                
    display:block;                
    margin-bottom:8px;                
    font-size:14px;                
    font-weight:bold;                
    color:#111;                
}                
                
#wp-jpg-to-png-converter input[type="file"],                
#wp-jpg-to-png-converter input[type="text"],                
#wp-jpg-to-png-converter select{                
    width:100%;                
    border:1px solid #ddd !important;                
    border-radius:8px;                
    padding:12px;                
    background:#fff;                
    font-size:14px;                
    color:#111 !important;                
}                
                
#wp-jpg-to-png-converter input[type="file"]::file-selector-button{                
    border:none;                
    background:#eee;                
    color:#555;                
    padding:10px 14px;                
    border-radius:6px;                
    margin-right:12px;                
    cursor:pointer;                
    font-weight:bold;                
}                
                
#wp-jpg-to-png-converter .grid{                
    display:grid;                
    grid-template-columns:1fr;                
    gap:15px;                
}                
                
#wp-jpg-to-png-converter .grid-3{                
    display:grid;                
    grid-template-columns:1fr 1fr 1fr;                
    gap:15px;                
    margin-top:15px;                
}                
                
#wp-jpg-to-png-converter .controls{                
    display:flex;                
    flex-wrap:wrap;                
    gap:10px;                
    margin-top:15px;                
}                
                
#wp-jpg-to-png-converter button{                border:none;
    border-radius:5px;
    padding:10px 20px;
    background:#1b6997;
    color:#fff;
    cursor:pointer;
    font-weight:bold;
  font-size: 14px !important;
    font-weight: 500;          
}                
                
#wp-jpg-to-png-converter button:hover{                
    opacity:.9;                
    background:#d95a00 !important;                
}                
                
#wp-jpg-to-png-converter .results{                
    padding:15px;                
}                
                
#wp-jpg-to-png-converter .result{                
    padding:12px;                
    border-radius:8px;                
    margin-bottom:10px;                
    font-size:14px;                
    line-height:1.5;                
}                
                
#wp-jpg-to-png-converter .error{                
    background:#fee2e2;                
    border-left:5px solid #ef4444;                
    color:#7f1d1d;                
}                
                
#wp-jpg-to-png-converter .success{                
    background:#dcfce7;                
    border-left:5px solid #22c55e;                
    color:#14532d;                
}                
                
#png-output-box{                
    display:none;                
    margin-top:25px;                
    background:#fff;                
    border:1px solid #dbe3ee;                
    border-radius:10px;                
    overflow:hidden;                
}                
                
#png-preview{                
    width:100%;                
    max-height:500px;                
    object-fit:contain;                
    display:block;                
    padding:15px;                
}                
                
@media(max-width:900px){                
                
    #wp-jpg-to-png-converter .grid,                
    #wp-jpg-to-png-converter .grid-3{                
        grid-template-columns:1fr;                
    }                
                
}                
                
#wp-jpg-to-png-converter .upload-box, .camera-box{                
    position:relative;                
    border:2px dashed #cbd5e1;                
    border-radius:14px;                
    padding:30px 20px;                
    text-align:center;                
    background:#f8fafc;                
    transition:.3s;                
}                
                
#wp-jpg-to-png-converter .upload-box:hover, .camera-box:hover{                
    border-color:#1b6997;                
    background:#f0f9ff;                
}                
                
#wp-jpg-to-png-converter .upload-icon, .camera-icon{                
    font-size:48px;                
    line-height:1;                
    margin-bottom:10px;                
}                
                
#wp-jpg-to-png-converter .upload-title, .camera-title{                
    font-size:16px;                
    font-weight:700;                
    margin-bottom:6px;                
}                
                
#wp-jpg-to-png-converter .upload-subtitle, .camera-status{                
    font-size:13px;                
    color:#64748b;                
    margin-bottom:15px;                
}                
                
#wp-jpg-to-png-converter .upload-box input[type=file]{                
    position:absolute;                
    inset:0;                
    opacity:0;                
    cursor:pointer;                
    width:100%;                
    height:100%;                
}                
	                
	#wp-jpg-to-png-converter .upload-preview{                
    margin-top:15px;                
}                
                
#wp-jpg-to-png-converter .selected-image-preview{                
    display:block;                
    width:100%;                
    max-height:300px;                
    object-fit:contain;                
    border:1px solid #dbe3ee;                
    border-radius:10px;                
    padding:10px;                
    background:#fff;                
}             
	
	#wp-jpg-to-png-converter .loading{        
background:#dbeafe;        
border-left:5px solid #1b6997;        
color:#1b6997;        
display:flex;        
align-items:center;        
gap:12px;        
}        
        
#wp-jpg-to-png-converter .spinner{        
width:18px;        
height:18px;        
border:3px solid #93c5fd;        
border-top:3px solid #1b6997;        
border-radius:50%;        
animation:qrSpinner .8s linear infinite;        
flex-shrink:0;        
}        
        
@keyframes qrSpinner{        
from{        
transform:rotate(0deg);        
}        
to{        
transform:rotate(360deg);        
}        
}