.entry-title a {
	color:  #ff5a17!important;
}

#titinho a {
	color:  white!important;
}

.et-cart-info {
	display:none !important; 
}

.reveal__button__wrapper {
	padding-left: 140px!important;
	
}

.reveal__button__text {
	border-radius: 10px 10px 10px 10px!important;
}

.reveal__button__hidden__content {
	border-radius: 10px 10px 10px 10px!important;
}

.coupon-type {
	background: #ff5a17!important;
	border-radius: 0 0 10px 10px;
}


.wpcd-coupon-expire {
	color: #ff5a17!important;
}

.wpcd-coupon {
	border: 2px dashed #ff5a17;
	border-radius: 15px!important;
}

.wpcd-btn {
	background: #ff5a17!important;
	color: white!important;
	border: 2px dashed white;
	padding: 10px!important;
	border-radius: 15px!important;
}

.wpcd-coupon-title {
	font-family: "Open Sans", Arial, sans-serif!important;
	}


.wpcd-full-description {
	font-family: "Open Sans", Arial, sans-serif;
}

.deal-type {
	background:#ff5a17!important;
	border-radius: 0 0 10px 10px;
}

.wpcd-btn {
	font-size: 16px!important;
}

h3 {
	line-height: 1.2em!important;
}

.wpcd-coupon-title a {
	font-family: "Open Sans", Arial, sans-serif!important;
  color: #666666; /* Default link color */
  text-decoration: none; /* Removes underline */
}

.wpcd-coupon-title a:hover {
  color: #ff5a17!important; /* Color changes on hover */
  text-decoration: underline; /* Underline appears on hover */
}

.wpcd-coupon-discount-text {
	border-radius: 10px 10px 0 0;
}

.et-pb-contact-message {
	color: white!important;
}

.et_pb_newsletter_result h2 {
	color: white!important;
}


.grecaptcha-badge { visibility: hidden!important; }

.wpcd-coupon-verified .wpcd-col-1-8::after {
    content: "✓ verificado";
    display: block;
    margin-top: 5px;
    font-size: 10px;
    font-weight: 500;
    color: #22a347;
    white-space: nowrap;
    line-height: 1.4;
    text-align: center;
}


/* === Modal "Seu cupom" (antes inline no wp_footer) === */
.wpcd-coupon-button {
	position: relative;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #f90;
	color: #fff !important;
	padding: 10px 15px;
	border-radius: 5px;
	font-weight: bold;
	cursor: pointer;
	user-select: none;
	text-decoration: none;
}
.wpcd-coupon-button .reveal-btn {
	background: #f9f5eb;
	border: none;
	color: #ff5a17;
	font-weight: bold;
	cursor: pointer;
	padding: 8px 14px;
	border-radius: 10px;
	font-family: 'Open Sans', sans-serif;
	font-size: 18px;
}
.coupon-modal {
	display: none;
	position: fixed;
	z-index: 9999;
	inset: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .7);
	justify-content: center;
	align-items: center;
	animation: lsFadeIn .3s ease-in-out;
	padding: 20px;
	box-sizing: border-box;
}
.coupon-modal-content {
	background-color: #fff;
	padding: 40px 30px;
	border-radius: 12px;
	text-align: center;
	max-width: 480px;
	width: 100%;
	box-shadow: 0 6px 20px rgba(0, 0, 0, .3);
	font-family: 'Open Sans', sans-serif;
	transform: scale(.9);
	opacity: 0;
	animation: lsPopIn .3s forwards ease-in-out;
	position: relative;
}
.coupon-modal-title {
	font-size: 28px;
	font-weight: 500;
	line-height: 1.2;
	margin-bottom: 18px;
	color: #000;
}
.coupon-modal-content .coupon-code {
	font-size: 32px;
	font-weight: 700;
	color: #ff5a17;
	background: #f9f5eb;
	padding: 16px 20px;
	border-radius: 8px;
	user-select: all;
	margin-bottom: 12px;
	display: inline-block;
	word-break: break-all;
}
.copied-msg {
	font-size: 16px;
	color: green;
	margin-bottom: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	font-weight: 600;
}
.coupon-modal-content #copyGoBtn {
	margin-top: 0;
	background: #ff5a17;
	color: #fff;
	border: none;
	padding: 14px 30px;
	font-weight: bold;
	border-radius: 8px;
	cursor: pointer;
	font-size: 18px;
	transition: background-color .25s ease;
}
.coupon-modal-content #copyGoBtn:hover {
	background-color: #e04e10;
}
.coupon-modal .close-modal {
	position: absolute;
	top: 15px;
	right: 20px;
	background: transparent;
	border: none;
	font-size: 24px;
	cursor: pointer;
	color: #888;
	transition: color .3s ease;
}
.coupon-modal .close-modal:hover {
	color: #444;
}
@keyframes lsFadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes lsPopIn { to { transform: scale(1); opacity: 1; } }


/* === Matérias do blog === */

/* Respiro entre parágrafos, listas e seções */
.single-post .et_pb_post_content p {
	padding-bottom: 1.4em;
}
.single-post .et_pb_post_content ul,
.single-post .et_pb_post_content ol {
	padding-bottom: 1.4em;
}
.single-post .et_pb_post_content h2 {
	padding-top: .6em;
}

/* Tabelas: rolagem lateral no celular, sem quebrar a página */
@media (max-width: 767px) {
	.single-post .et_pb_post_content table {
		display: block;
		max-width: 100%;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}
	.single-post .et_pb_post_content th,
	.single-post .et_pb_post_content td {
		min-width: 110px;
	}
	.single-post .et_pb_post_content tr > :first-child {
		position: sticky;
		left: 0;
		z-index: 1;
		background: #fff;
		min-width: 80px;
		font-weight: 600;
	}
}
