
.jhondeereseri-wrap{max-width:780px;margin:auto}
.jhondeereseri-input{width:100%;padding:18px;border-radius:16px;font-size:19px}
.jhondeereseri-btn{margin:14px auto;display:block;padding:15px 42px;border-radius:16px;background:linear-gradient(135deg,#2ecc71,#27ae60);color:#fff;font-size:19px;border:0}
.jhondeereseri-spinner{display:none;width:40px;height:40px;border:4px solid #eee;border-top:4px solid #27ae60;border-radius:50%;animation:spin 1s linear infinite;margin:20px auto}
@keyframes spin{100%{transform:rotate(360deg)}}

.jhondeereseri-img{
 width:400px;
 height:400px;
 object-fit:contain;
 margin:0 auto 22px;
 border-radius:16px;
 background:#fff;
 display:block;
 border:2px solid #dcdcdc;
}

.jhondeereseri-table{
 border:1px solid #e3e3e3;
 border-radius:14px;
 overflow:hidden;
 margin-bottom:32px;
}

.jhondeereseri-row{
 display:grid;
 grid-template-columns:230px 1fr;
 padding:14px 12px;
 border-bottom:1px solid #e9e9e9;
 align-items:center;
}

.jhondeereseri-row:last-child{border-bottom:0}

.jhondeereseri-label{
 font-weight:700;
 color:#1e8449;
 font-size:17px;
 white-space:nowrap;
}

.jhondeereseri-value{
 font-size:17px;
 color:#333;
}

.jhondeereseri-row:nth-child(odd){
 background:linear-gradient(90deg,#f7fdf9,#ffffff);
}

@media(max-width:600px){
 .jhondeereseri-img{width:220px;height:220px}
 .jhondeereseri-row{grid-template-columns:150px 1fr;padding:10px}
 .jhondeereseri-label,.jhondeereseri-value{font-size:14px}
}
