.ssm-receipt-box {
    background: #fff;
    border: 2px solid #2d5a27;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
}
.ssm-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px dashed #eee;
}
.ssm-item input {
    width: 80px;
    border: 1px solid #ccc;
    padding: 5px;
    text-align: center;
}
.ssm-form button {
    width: 100%;
    background: #2d5a27;
    color: white;
    border: none;
    padding: 12px;
    margin-top: 15px;
    border-radius: 5px;
    font-size: 16px;
}