.jsw-sidebar{
display:flex;
flex-direction:column;
gap:25px;
}

.jsw-card{
padding:25px;
border-radius:22px;
background:#fff;
box-shadow:0 8px 25px rgba(0,0,0,.08);
}

.blue{
border-left:5px solid #2f6cff;
}

.green{
border-left:5px solid #58d08b;
background:#eefcf5;
}

.purple{
border-left:5px solid #7047ff;
background:#faf7ff;
}

.jsw-title{
font-size:14px;
font-weight:700;
margin-bottom:18px;
text-transform:uppercase;
}

.jsw-journal-name{
font-size:28px;
font-weight:700;
line-height:1.4;
}

.jsw-submit-btn{
display:block;
text-align:center;
background:#57cf8d;
padding:18px;
border-radius:50px;
color:#fff;
font-weight:700;
text-decoration:none;
margin-bottom:20px;
}

.jsw-review-btn{
display:block;
text-align:center;
text-decoration:none;
font-weight:700;
color:#2c7c4f;
}

.jsw-access-buttons{
display:flex;
gap:15px;
margin-top:20px;
}

.download-btn{
flex:1;
background:#7047ff;
color:#fff;
padding:14px;
text-align:center;
border-radius:50px;
text-decoration:none;
font-weight:700;
}

.view-btn{
flex:1;
border:2px solid #7047ff;
color:#7047ff;
padding:14px;
text-align:center;
border-radius:50px;
text-decoration:none;
font-weight:700;
}

.jsw-views{
margin-top:20px;
text-align:center;
font-weight:700;
}