.elementor-331 .elementor-element.elementor-element-e443e87{--display:flex;--min-height:60vh;--justify-content:center;--align-items:center;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--gap:40px 40px;--row-gap:40px;--column-gap:40px;--overlay-opacity:0.5;--padding-top:0em;--padding-bottom:0em;--padding-left:0em;--padding-right:0em;}.elementor-331 .elementor-element.elementor-element-e443e87:not(.elementor-motion-effects-element-type-background), .elementor-331 .elementor-element.elementor-element-e443e87 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://www.aep-online.my/wp-content/uploads/2025/11/header-initiatives.-v2jpg.jpg");background-position:center center;background-repeat:no-repeat;background-size:cover;}.elementor-331 .elementor-element.elementor-element-e443e87::before, .elementor-331 .elementor-element.elementor-element-e443e87 > .elementor-background-video-container::before, .elementor-331 .elementor-element.elementor-element-e443e87 > .e-con-inner > .elementor-background-video-container::before, .elementor-331 .elementor-element.elementor-element-e443e87 > .elementor-background-slideshow::before, .elementor-331 .elementor-element.elementor-element-e443e87 > .e-con-inner > .elementor-background-slideshow::before, .elementor-331 .elementor-element.elementor-element-e443e87 > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{background-color:#000000;--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-331 .elementor-element.elementor-element-5cd70d1 .elementor-heading-title{font-family:"Antic Slab", Sans-serif;font-size:60px;font-weight:400;line-height:48px;color:#FFFFFF;}.elementor-331 .elementor-element.elementor-element-df636b0{--display:flex;--padding-top:5em;--padding-bottom:5em;--padding-left:0em;--padding-right:0em;}.elementor-widget-woocommerce-product-add-to-cart .added_to_cart{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-331 .elementor-element.elementor-element-7b81543 .cart button, .elementor-331 .elementor-element.elementor-element-7b81543 .cart .button{transition:all 0.2s;}.elementor-331 .elementor-element.elementor-element-7b81543 .quantity .qty{transition:all 0.2s;}@media(max-width:767px){.elementor-331 .elementor-element.elementor-element-e443e87{--min-height:30vh;}.elementor-331 .elementor-element.elementor-element-5cd70d1 .elementor-heading-title{font-size:40px;}}/* Start custom CSS for woocommerce-product-add-to-cart, class: .elementor-element-7b81543 *//* --- 1. Main Container Styling --- */
#tm-extra-product-options {
   
  
    border-radius: 12px;
   
   
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
    color: #333;
    box-sizing: border-box;
}

/* --- 2. Layout Grid (Flexbox) --- */
/* This targets the container holding the fields */
#tm-extra-product-options .tc-section-fields > .tc-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px; /* Space between columns/rows */
    margin: 0 !important;
}

/* Default all fields to full width */
.cpf-element {
    flex: 0 0 100%;
    width: 100% !important; /* Override plugin styles */
    padding: 0 !important;
    margin: 0 !important;
}

/* --- 3. Make Author & Co-Author Side-by-Side --- */
/* Target the 1st and 2nd elements specifically */
.cpf-element:nth-child(1),
.cpf-element:nth-child(2) {
    flex: 0 0 calc(50% - 10px); /* 50% width minus half the gap */
    width: calc(50% - 10px) !important;
}

/* --- 4. Label Styling --- */
h3.tm-epo-element-label {
    font-size: 14px;
    font-weight: 600;
    color: #4a5568;
    margin-bottom: 8px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%;
}

/* Required asterisk styling */
.tm-epo-required {
    color: #e53e3e;
    float: right;
    font-size: 16px;
}

/* --- 5. Input Fields Styling --- */
input.tmcp-field,
textarea.tmcp-field,
select.tmcp-field {
    width: 100%;
    padding: 12px 15px;
    border: 1px solid #e2e8f0;
    border-radius: 6px;
    background-color: #f7fafc;
    font-size: 15px;
    color: #2d3748;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* Focus State */
input.tmcp-field:focus,
textarea.tmcp-field:focus {
    outline: none;
    border-color: #4299e1;
    background-color: #fff;
    box-shadow: 0 0 0 3px rgba(66, 153, 225, 0.2);
}

/* Textarea height adjustment */
textarea.tmcp-field {
    min-height: 100px;
    resize: vertical;
}

/* --- 6. File Upload Styling --- */
.tm-element-ul-upload {
    padding: 0;
    margin: 0;
    list-style: none;
}

input[type="file"] {
    background: white;
    padding: 10px;
    border: 1px dashed #cbd5e0;
    border-radius: 6px;
    width: 100%;
    cursor: pointer;
}

.tc-max-file-size {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    color: #718096;
    font-style: italic;
}

/* --- 7. Reset Plugin Lists --- */
/* The plugin uses UL/LI for layout, we need to strip that */
#tm-extra-product-options ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* --- 8. Mobile Responsiveness --- */
@media (max-width: 600px) {
    /* Stack everything on mobile */
    .cpf-element:nth-child(1),
    .cpf-element:nth-child(2) {
        flex: 0 0 100%;
        width: 100% !important;
    }
    
    #tm-extra-product-options {
        padding: 20px;
    }
}


.tm-options-totals, .tm-final-totals, .quantity{
    display:none !important ;
}/* End custom CSS */