.pepperheywood-reorder-wrap{
    max-width:700px;
    margin:20px auto;
    font-family:inherit;
}

.pepperheywood-reorder-wrap form{
    display:flex;
    gap:10px;
    margin-bottom:20px;
}

.pepperheywood-reorder-wrap input[type=text]{
    flex:1;
    padding:12px;
    border:1px solid #ddd;
    border-radius:4px;
    font-size:16px;
}

.pepperheywood-reorder-wrap button{
    background:#EB0029;
    color:#fff;
    border:none;
    padding:12px 18px;
    cursor:pointer;
    border-radius:4px;
    font-weight:600;
}

.pepperheywood-reorder-wrap button:hover{
    background:#010F1C;
}

.pepperheywood-order-box{
    border:1px solid #eee;
    padding:15px;
    margin-bottom:20px;
    border-radius:6px;
    background:#fff;
}

.pepperheywood-order-box h3{
    margin-top:0;
    color:#010F1C;
}

.pepperheywood-order-box ul{
    margin:10px 0;
    padding-left:18px;
}

.pepperheywood-reorder-btn{
    display:inline-block;
    background:#EB0029;
    color:#fff;
	margin-top: 10px;
    padding:6px 14px;
    text-decoration:none;
    border-radius:4px;
    font-weight:600;
}

.pepperheywood-reorder-btn:hover{
    background:#010F1C;
}