.elementor-4764 .elementor-element.elementor-element-f6d8506{--display:flex;}.elementor-4764 .elementor-element.elementor-element-eb2032e{width:var( --container-widget-width, 80% );max-width:80%;--container-widget-width:80%;--container-widget-flex-grow:0;}.elementor-4764 .elementor-element.elementor-element-eb2032e.elementor-element{--align-self:center;}:root{--page-title-display:none;}/* Start custom CSS for shortcode, class: .elementor-element-eb2032e *//* 1. Modern Table Layout & Shadow */
.elementor-4764 .elementor-element.elementor-element-eb2032e table, 
.elementor-4764 .elementor-element.elementor-element-eb2032e .filr-table {
    width: 100% !important;
    border-collapse: separate !important; /* Changed to allow smooth rounded corners */
    border-spacing: 0 !important;
    margin: 24px 0 !important;
    background-color: #ffffff !important;
    border-radius: 8px !important;
    overflow: hidden !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05) !important; /* Soft premium depth */
}

/* 2. Premium Header Design */
.elementor-4764 .elementor-element.elementor-element-eb2032e th, 
.elementor-4764 .elementor-element.elementor-element-eb2032e .filr-table th {
    background-color: #111111 !important; /* Brand Black */
    color: #ffffff !important;
    text-transform: uppercase !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    letter-spacing: 1.5px !important;
    padding: 18px 24px !important;
    border: none !important;
}

/* 3. Minimalist Rows & Elegant Dividers */
.elementor-4764 .elementor-element.elementor-element-eb2032e tr td, 
.elementor-4764 .elementor-element.elementor-element-eb2032e .filr-table tr td {
    padding: 20px 24px !important;
    color: #222222 !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    vertical-align: middle !important;
    border: none !important;
    border-bottom: 1px solid #f0f0f0 !important; /* Ultra-soft divider line */
    background-color: #ffffff !important;
    transition: background-color 0.2s ease !important;
}

/* Subtle left accent bar on the first column */
.elementor-4764 .elementor-element.elementor-element-eb2032e tr td:first-child {
    border-left: 4px solid #ffd700 !important; /* Maaris Gold Accent instead of Black */
    font-weight: 600 !important;
}

/* Remove bottom border from the last row to keep it clean */
.elementor-4764 .elementor-element.elementor-element-eb2032e tr:last-child td {
    border-bottom: none !important;
}

/* Right-align action column cleanly */
.elementor-4764 .elementor-element.elementor-element-eb2032e tr td:last-child {
    text-align: right !important;
}

/* Smooth Row Hover Effect */
.elementor-4764 .elementor-element.elementor-element-eb2032e tr:hover td {
    background-color: #fcfbfa !important; /* Warm, very subtle off-white hint */
}

/* 4. High-Conversion Solid Download Button */
.elementor-4764 .elementor-element.elementor-element-eb2032e td a, 
.elementor-4764 .elementor-element.elementor-element-eb2032e .filr-table td a {
    background-color: #ffd700 !important; /* Maaris Gold */
    color: #111111 !important;
    padding: 10px 22px !important;
    text-decoration: none !important;
    border-radius: 50px !important; /* Pill shape for a modern, clickable look */
    font-weight: 700 !important;
    font-size: 12px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    display: inline-block !important;
    text-align: center !important;
    box-shadow: 0 2px 6px rgba(255, 215, 0, 0.2) !important; /* Subtle gold glow */
    transition: all 0.25s ease-in-out !important;
}

/* Button Hover State */
.elementor-4764 .elementor-element.elementor-element-eb2032e td a:hover, 
.elementor-4764 .elementor-element.elementor-element-eb2032e .filr-table td a:hover {
    background-color: #111111 !important; /* Flips cleanly to Brand Black */
    color: #ffd700 !important; /* Text turns Gold */
    box-shadow: 0 4px 12px rgba(17, 17, 17, 0.25) !important;
    transform: translateY(-1px) !important; /* Micro-interaction lift */
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-f6d8506 */.maaris-login-wrapper {
    max-width: 450px;
    margin: 40px auto;
    padding: 20px;
}

.maaris-login-card {
    background: var(--wp--preset--color--base, #fff);
    color: var(--wp--preset--color--contrast, #222);
    border: 1px solid rgba(0,0,0,0.08);
    border-radius: 16px;
    padding: 32px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.08);
}

.maaris-login-card h2 {
    margin-bottom: 10px;
    text-align: center;
}

.login-subtitle {
    text-align: center;
    margin-bottom: 25px;
    opacity: 0.8;
}

.maaris-login-card label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
}

.maaris-login-card .input-text {
    width: 100%;
    padding: 12px 15px;
    border-radius: 8px;
    border: 1px solid #ddd;
}

.maaris-login-card .button {
    width: 100%;
    padding: 14px;
    border-radius: 8px;
    border: none;
    cursor: pointer;
}

.remember-row {
    margin-top: 15px;
}

.lost-password {
    text-align: center;
    margin-top: 15px;
}/* End custom CSS */