/*
Theme Name: Conference
Theme URI: https://yourwebsite.com/
Author: Your Name
Author URI: https://yourwebsite.com/
Description: A custom WordPress theme for conferences, with Elementor, ACF, Bootstrap, and Slick Slider.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: conference
*/


/* --- Global Responsive Fixes --- */
img {
    max-width: 100%;
    height: auto;
}

/* --- Payment Page Styles (Moved from inline) --- */
.payment-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background: #fff;
}

.status-badge {
    background: #eef2f7;
    color: #556ee6;
    padding: 6px 18px;
    border-radius: 20px;
    font-size: 0.75rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.info-label {
    color: #8898aa;
    font-size: 0.8rem;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 2px;
}

.info-value {
    color: #32325d;
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 1rem;
    line-height: 1.4;
}

.item-row {
    display: flex;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px dashed #e6ebf1;
    color: #424770;
}

.total-row {
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
    font-size: 1.4rem;
    color: #2ecc71;
    border-top: 2px solid #e6ebf1;
    margin-top: 10px;
}

.attendee-sidebar {
    background-color: #ffffff;
}

.order-sidebar {
    background-color: #f8fbfd;
}