/*
Theme Name:     Neve
Theme URI:      https://themeisle.com/themes/neve/
Author:         ThemeIsle
Author URI:     https://themeisle.com
Tested up to:   6.2
Requires PHP:   7.0
Requires at least: 5.5
Description:    Neve is a next-generation, ultra-fast WordPress theme designed for top performance, SEO, and Core Web Vitals. Its lightweight codebase and small size ensure minimal overhead and lightning-fast load times. Fully compatible with the block editor, popular page builders (Elementor, Bricks, Oxygen etc), and WooCommerce, it’s perfect for blogs, small businesses, agencies, portfolios, and online stores. With responsive design, multilingual translations, and easy customization options, Neve empowers you to create a future-proof, high-ranking online presence. Discover everything Neve has to offer and explore our powerful premium version at https://themeisle.com/themes/neve/.
Version:        4.1.2
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Pro Slug:  			neve-pro-addon
AMP: 						true
WordPress Available:  yes
Requires License:     no
Tags: blog, custom-logo, e-commerce, rtl-language-support, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles, footer-widgets, portfolio, left-sidebar, right-sidebar
*/

/************************************

/*
===============================
  STYLE HALAMAN VOUCHER WIFI
===============================
*/

.dn-wrapper-thankyou {
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
    font-family: 'Inter', sans-serif;
    text-align: center;
}

/* Header Title */
.dn-header {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.dn-voucher-icon {
    font-size: 28px;
    position: relative;
    top: 2px;
}

/* Blue Card (Kode Voucher) */
.dn-blue-card {
    background: #0D6EFD;
    color: #fff;
    padding: 28px 22px;
    border-radius: 16px;
    margin-bottom: 25px;
}

.dn-label-top {
    font-size: 12px;
    opacity: 0.85;
    margin-bottom: 6px;
}

.dn-voucher-big {
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.dn-subtitle {
    font-size: 14px;
    opacity: 0.9;
}

/* Detail Order */
.dn-details {
    margin-top: 10px;
    text-align: center;
}

.dn-details p {
    font-size: 15px;
    margin: 6px 0;
}

.dn-success-title {
    margin-top: 18px;
    font-size: 18px;
    font-weight: 700;
    color: #10B981;
}

/* Tanggal dan waktu pembelian */
.dn-purchase-time {
    font-size: 14px;
    margin-top: 4px;      /* DIRAPATKAN */
    color: #555;
}

/* Catatan */
.dn-notes {
    font-size: 14px;
    color: #555;
    margin-top: 14px;
    padding: 0 15px;
}

/* Tombol Login WiFi */
.dn-btn-loginwifi {
    display: block;
    width: 100%;
    background: #22C55E;
    color: #fff !important;
    padding: 15px 18px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 700;
    margin: 28px auto 10px auto;
    font-size: 17px;
}

/* Tombol Kembali ke Beranda */
.dn-btn-home {
    display: block;
    margin-top: 12px;
    font-size: 14px;
    color: #0d6efd;
    text-decoration: none;
}

/*
===============================
  RESPONSIVE — MOBILE
===============================
*/
@media (max-width: 480px) {

    .dn-wrapper-thankyou {
        padding: 16px;
    }

    .dn-header {
        font-size: 19px;
    }

    .dn-blue-card {
        padding: 22px 16px;
    }

    .dn-voucher-big {
        font-size: 34px;
    }

    .dn-btn-loginwifi {
        font-size: 16px;
        padding: 14px;
    }

    .dn-purchase-time {
        font-size: 13px;
    }
}
