/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 09 2026 | 09:43:20 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

.mr-rebate-box {
  background: #f8f8f8;
  padding: 10px 12px;
  border-radius: 6px;
  line-height: 1.4;
  font-size: 14px;
}

.mr-rebate-line {
  margin-top: 6px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.mr-rebate-code {
  font-family: monospace;
  padding: 4px 8px;
  background: #ffffff;
  border: 1px dashed #bbb;
  border-radius: 4px;
}

.mr-rebate-copy-btn {
  padding: 4px 10px;
  font-size: 13px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  background: #0097ff;
  color: #fff;
}

@media (max-width: 767px){
	.mr-rebate-line {
    	flex-direction: column;
		align-items: normal;
}
}