.spt-pricing-box { max-width: 290px; border: 1px solid #cfd3d9; background: #fff; font-family: inherit; }
.spt-box-header { padding: 10px 14px; text-align: center; }
.spt-box-title { margin: 0; font-size: 30px; line-height: 1; text-transform: uppercase; }
.spt-box-subtitle { font-size: 11px; }
.spt-box-body { padding: 12px 16px 6px; }
.spt-features-list { list-style: none; margin: 0; padding: 0; }
.spt-feature { display: flex; align-items: center; gap: 8px; margin-bottom: 6px; font-size: 16px; }
.spt-feature-icon.included { color: #285f35; }
.spt-feature-icon.excluded { color: #bf1738; }
.spt-feature-text.excluded { opacity: .55; text-decoration: line-through; }
.spt-box-price-section { padding: 0 16px 10px; text-align: center; }
.spt-price-row { display: flex; align-items: baseline; justify-content: center; gap: 3px; }
.spt-price-original { color: #bf1738; text-decoration: line-through; font-weight: 700; margin-right: 8px; }
.spt-price-currency, .spt-price-amount, .spt-price-period { color: #0b4eaa; font-weight: 700; }
.spt-price-amount { font-size: 50px; line-height: 1; }
.spt-price-currency, .spt-price-period { font-size: 24px; }
.spt-price-desc { margin-top: 5px; text-transform: uppercase; font-weight: 700; color: #0d2240; font-size: 13px; }
.spt-price-custom-line-1 { margin-top: 5px; font-weight: 700; color: #0d2240; font-size: 24px; line-height: 1.1; }
.spt-price-custom-line-2 { margin-top: 2px; color: #0b4eaa; font-size: 16px; font-weight: 600; line-height: 1.15; }
.spt-box-footer { padding: 0 16px 16px; text-align: center; }
.spt-pricing-btn { display: inline-block; background: #0b4eaa; color: #fff; text-decoration: none; border-radius: 6px; padding: 10px 22px; font-weight: 700; text-transform: uppercase; }




/* Gift card shortcode — same styles as page-gift-cards-mockup-1.php */
.gift-cards .gift-card
Specificity: (0,2,0)
 {
    background-color: transparent;
    background-image: linear-gradient(155deg, #16305FEB 0%, #060F28 100%);
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    transition: all .3s;
}


.gift-cards .gift-card {
    background-color: transparent;
    background-image: linear-gradient(155deg, #16305FEB 0%, #060F28 100%);
    border-radius: 20px;
    padding: 30px;
    width: 100%;
    transition: all .3s;
}

.gift-cards { display: flex; justify-content: center; align-items: flex-start; gap: 20px 25px; }
.gift-cards .gift-card:hover { transform: translateY(-4px); }
.gift-cards .gift-card .header .logo-badge-wrapper { display: flex; justify-content: space-between; align-items: center; }
.gift-cards .gift-card .header .img-wrapper > img { max-width: 120px; }
.gift-cards .gift-card .header .badge .badge-text { display: inline-block; padding: 5px 15px 2px 15px; background-color: #CF0C2E; border-radius: 40px; color: #ffffff; text-transform: uppercase; font-size: 13px; font-weight: 600; }
.gift-cards .gift-card .body .first-row { margin-top: 20px; }
.gift-cards .gift-card .body .title { margin: 0; text-transform: uppercase; color: #ffffff; font-size: 18px; font-weight: 600; font-style: normal; }
.gift-cards .gift-card .body .second-row { display: grid; grid-template-columns: 1fr 1fr; align-items: flex-start; }
.gift-cards .gift-card .body .original-price { margin: 0; font-size: 50px; font-weight: 600; text-transform: uppercase; font-style: normal; color: #ffffff; margin-top: 15px; }
.gift-cards .gift-card .body .discount-price { text-align: left; color: #ffffff; font-family: "Uniform Condensed"; font-weight: 600; font-size: 20px; margin-top: -5px; }
.gift-cards.gift-cards-discount .body .discount-price { font-size: 22px; text-transform: uppercase; margin-top: 3px; }
.gift-cards .gift-card .body .mock-icon { text-align: right; margin-top: -35px; }
.gift-cards .gift-card .body .mock-icon > img { max-width: 150px; }
.gift-cards .gift-card .footer { text-align: center; }
.gift-cards .gift-card .footer .link { padding: 15px 20px 15px 20px; font-size: 13px; font-weight: 700; text-transform: uppercase; font-style: normal; background-color: #ffffff; color: #021C4A; border: 1px solid #ffffff; border-radius: 40px 40px 40px 40px; display: block; width: 100%; text-align: center; text-decoration: none; box-sizing: border-box; transition: all .3s; }
.gift-cards .gift-card .footer .link:hover { background-color: #CF0C2E; border-color: #CF0C2E; color: #ffffff; }
@media screen and (max-width: 1024px) {
	.gift-cards .gift-card .body .original-price { font-size: 40px; }
}
@media screen and (max-width: 992px) {
	.gift-cards { gap: 20px 10px; }
	.gift-cards .gift-card { padding: 25px 20px; }
}
@media screen and (max-width: 768px) {
	.gift-cards { flex-direction: column; }
	.gift-cards .gift-card { width: 100%; }
	.gift-cards .gift-card .body .mock-icon > img { max-width: 140px; }
}
