.elementor-widget-theme-post-title .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-707 .elementor-element.elementor-element-96ac3e9 > .elementor-widget-container{margin:50px 0px 20px 0px;}@media(max-width:1024px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}@media(max-width:767px){.elementor-widget-theme-post-title .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );}}/* Start custom CSS */.coupon-grid {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
    .coupon-card {
        flex: 1 1 calc(33.33% - 20px);
        border: 1px solid #ddd;
        padding: 15px;
        border-radius: 8px;
        background: #fff;
        position: relative;
    }
    .coupon-card.completed {
        opacity: 0.5;
        pointer-events: none;
    }
    .coupon-completed-label {
        position: absolute;
        top: 10px;
        right: 10px;
        background: #d9534f;
        color: white;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 12px;
    }
    .percent {
        background: #ff6600;
        color: white;
        font-size: 0.8em;
        padding: 2px 6px;
        border-radius: 4px;
        margin-left: 10px;
    }
    .btn {
        display: inline-block;
        padding: 8px 15px;
        background: #0073aa;
        color: #fff;
        text-decoration: none;
        border-radius: 5px;
        margin-top: 10px;
    }
    @media (max-width: 768px) {
        .coupon-card { flex: 1 1 calc(50% - 20px); }
    }
    @media (max-width: 480px) {
        .coupon-card { flex: 1 1 100%; }
    }

    /* Popup */
    .auth-popup-overlay {
        display: none;
        position: fixed;
        top: 0; left: 0;
        width: 100%; height: 100%;
        background: rgba(0,0,0,0.6);
        align-items: center;
        justify-content: center;
        z-index: 9999;
    }
    .auth-popup-box {
        background: #fff;
        padding: 25px;
        width: 100%;
        max-width: 400px;
        border-radius: 10px;
        position: relative;
    }
    .auth-popup-box input {
        width: 100%;
        padding: 10px;
        margin-top: 10px;
        border: 1px solid #ccc;
        border-radius: 5px;
    }
    .auth-popup-box button {
        margin-top: 15px;
        padding: 10px 15px;
        width: 100%;
        background: #0073aa;
        color: #fff;
        border: none;
        border-radius: 5px;
    }
    .auth-tabs {
        display: flex;
        gap: 5px;
        margin-bottom: 10px;
    }
    .auth-tab {
        flex: 1;
        padding: 10px;
        background: #eee;
        border: none;
        cursor: pointer;
    }
    .auth-tab.active {
        background: #0073aa;
        color: white;
    }
    .auth-tab-content { display: none; }
    .auth-tab-content.active { display: block; }
    .auth-popup-close {
        position: absolute;
        top: 10px;
        right: 15px;
        font-size: 20px;
        background: none;
        border: none;
        cursor: pointer;
    }
	button.auth-popup-close {
		width: 50px;
		height: 50px;
		position: absolute;
		right: 5px;
		top: 5px;
		margin: 0;
	}
	.auth-wrapper {
    display: flex;
    align-items: center;
    background: white;
    max-height: 95%;
    border-radius: 10px;
	}
	.auth-popup-box {
		background: #f5f2f2;
		margin-right: 10px;
	}
	#coupen-code .auth-popup-box button:hover {
		background: #E16B2D !important;
	}/* End custom CSS */