#offer-redeem-1 img{
	border-radius:10px;
	border:3px solid #000;
}
#offer-redeem-1 .offer_title{
	text-align:center;
	margin-top:10px;
}
#offer-redeem-1 table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border: 1px solid #000;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom:10px;
}

#offer-redeem-1 th, 
#offer-redeem-1 td {
	border: 1px solid #000;
	padding: 8px;
	text-align: center;
}

#offer-redeem-1 th {
	background-color: #4f9cd3; 
	color: white;
}

#offer-redeem-1 td {
	background-color: #f9f5d3;
}
/* Optional: Smooth corners on the first/last cells */
#offer-redeem-1 table th:first-child {
	border-top-left-radius: 10px;
}

#offer-redeem-1 table th:last-child {
	border-top-right-radius: 10px;
}

#offer-redeem-1 table td:first-child {
	border-bottom-left-radius: 10px;
}

#offer-redeem-1 table td:last-child {
	border-bottom-right-radius: 10px;
}
#redeemOfferForm .form-input {
    width: 100%;
    padding: 10px;
    margin-top: 8px;
    box-sizing: border-box;
    border: 1px solid #ccc;
    border-radius: 5px;
}

#redeemOfferForm #submit-offer-btn {
    padding: 10px 15px;
    background-color: #007bff;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#redeemOfferForm #submit-offer-btn:disabled {
    background-color: #999;
    cursor: not-allowed;
}