.coupon-select_wrap {
	display: flex;
    gap: 10px;
    align-items: center;
	margin-top:10px;
}

.coupon-select_wrap button{
	font-size: 12px;
    min-height: auto;
}

.wclp-dashboard h3 {
	margin-top:35px;
}

.wclp-codes-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 20px;
}
.wclp-codes-table th, .wclp-codes-table td {
    padding: 8px;
    text-align: left;
}
.wclp-codes-table th {
    background-color: #000;
}
#wclp-redeem-form {
    margin: 20px 0;
}

#wclp-message {
    margin-top: 10px;
    color: green;
}
.wclp-error {
    color: red;
}