.wlm-front-wrapper {
    display: grid;
    gap: 15px;
}
.wlm-front-card {
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 8px;
    padding: 10px;
}
.wlm-front-code {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.wlm-front-code span {
    font-weight: bold;
    font-size: 16px;
    color: #0073aa;
}
.wlm-copy {
    background: #f3f3f3;
    border: 1px solid #ccc;
    padding: 3px 6px;
    cursor: pointer;
    border-radius: 4px;
}
.wlm-front-meta {
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
    font-size: 13px;
}
.wlm-view-order {
    background: #0073aa;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
    text-decoration: none;
}
.wlm-view-order:hover {
    background: #005c87;
}
