.entry-title{
display:none;
}

.snf-tool-title{
text-align:center;
font-size:40px;
font-weight:700;
margin-bottom:28px;
line-height:1.2;
}

.snf-tool-wrapper[data-tool="image-to-pdf"]{
max-width:520px;
margin:0 auto;
padding:24px;
background:#fff;
border-radius:18px;
box-shadow:0 2px 14px rgba(0,0,0,0.06);
}

.snf-upload-box{
border:2px dashed #0073aa;
border-radius:14px;
padding:42px 20px;
text-align:center;
background:#f7fbff;
margin-bottom:24px;
cursor:pointer;
}

.snf-upload-title{
font-size:28px;
font-weight:700;
margin-bottom:12px;
color:#111;
line-height:1.3;
}

.snf-upload-subtitle{
display:block;
font-size:14px;
color:#666;
margin-bottom:22px;
}

.snf-upload-btn,
.snf-convert-btn,
.snf-clear-btn{
border:none;
border-radius:10px;
padding:13px 24px;
font-size:15px;
font-weight:600;
cursor:pointer;
transition:0.3s ease;
}

.snf-upload-btn,
.snf-convert-btn{
background:#0073aa;
color:#fff;
}

.snf-clear-btn{
background:#555;
color:#fff;
}

.snf-options{
display:flex;
justify-content:center;
gap:18px;
margin-top:24px;
}

.snf-action-buttons{
display:flex;
justify-content:center;
gap:14px;
margin-top:28px;
}

#snf-image-pdf-preview{
margin-top:24px;
text-align:center;
}

#snf-image-pdf-preview img{
width:130px;
height:130px;
object-fit:cover;
border-radius:12px;
margin:8px;
}

#snf-image-pdf-result{
margin-top:24px;
text-align:center;
}

@media(max-width:768px){

.snf-tool-title{
font-size:34px;
}

.snf-tool-wrapper[data-tool="image-to-pdf"]{
padding:18px;
}

.snf-upload-box{
padding:34px 16px;
}

.snf-upload-title{
font-size:24px;
}

.snf-action-buttons{
flex-direction:column;
}

.snf-convert-btn,
.snf-clear-btn{
width:100%;
}

}