.elementor-16708 .elementor-element.elementor-element-65916c5{--display:flex;--flex-direction:column;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--justify-content:center;--align-items:center;--margin-top:80px;--margin-bottom:80px;--margin-left:0px;--margin-right:0px;overflow:visible;}.elementor-16708 .elementor-element.elementor-element-65916c5.e-con{--align-self:center;}.elementor-16708 .elementor-element.elementor-element-a953307 > .elementor-widget-container{padding:25px 25px 25px 25px;}.elementor-16708 .elementor-element.elementor-element-a953307.elementor-element{--align-self:center;}.elementor-16708 .elementor-element.elementor-element-a953307{text-align:center;}.elementor-16708 .elementor-element.elementor-element-a953307 .elementor-heading-title{color:#020878;}.elementor-16708 .elementor-element.elementor-element-86a403d > .elementor-widget-container{margin:0px 0px 0px 0px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-16708 .elementor-element.elementor-element-65916c5{--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-16708 .elementor-element.elementor-element-a953307 .elementor-heading-title{font-size:26px;}.elementor-16708 .elementor-element.elementor-element-86a403d > .elementor-widget-container{padding:25px 25px 25px 25px;}}@media(min-width:768px){.elementor-16708 .elementor-element.elementor-element-65916c5{--content-width:800px;}}@media(max-width:767px){.elementor-16708 .elementor-element.elementor-element-65916c5{--content-width:100%;--margin-top:-140px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-16708 .elementor-element.elementor-element-a953307 > .elementor-widget-container{margin:130px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-16708 .elementor-element.elementor-element-86a403d > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}}/* Start custom CSS for shortcode, class: .elementor-element-86a403d *//* ═══════════════════════════════════════════════
   WEALTHLINK — PREMIUM CV FORM TRANSFORMATION
═══════════════════════════════════════════════ */

#wl-cv-premium {
    max-width: 800px;
    margin: 0 auto;
    background: #ffffff;
    padding: 10px;
}

/* Create the 2-Column Grid */
#wl-cv-premium .wl-grid {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

#wl-cv-premium .wl-group {
    flex: 1;
    display: flex;
    flex-direction: column;
}

/* Style the Labels to look integrated */
#wl-cv-premium label {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #020878 !important; /* Wealthlink Blue */
    margin-bottom: 8px !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Style the Input Fields */
#wl-cv-premium input[type="text"],
#wl-cv-premium input[type="email"],
#wl-cv-premium input[type="tel"] {
    width: 100% !important;
    height: 48px !important;
    padding: 0 15px !important;
    border: 1px solid #d0d7ec !important;
    border-radius: 2px !important;
    background: #fcfdfe !important;
    font-size: 15px !important;
}

/* File Upload Box */
.wl-file-box {
    background: #f8f9fc;
    padding: 20px;
    border: 1px dashed #d0d7ec;
    border-radius: 4px;
    margin-bottom: 30px;
}

/* The Gold "Submit" Button */
#wl-cv-premium input[type="submit"] {
    background-color: #C9A84C !important; /* Wealthlink Gold */
    color: #ffffff !important;
    width: 100% !important;
    height: 55px !important;
    border: none !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 2px !important;
    cursor: pointer !important;
    transition: background 0.3s ease !important;
}

#wl-cv-premium input[type="submit"]:hover {
    background-color: #020878 !important; /* Flips to Blue on hover */
}

/* Mobile Fix - Stacks fields on phones */
@media (max-width: 767px) {
    #wl-cv-premium .wl-grid {
        flex-direction: column;
        gap: 15px;
    }
}/* End custom CSS */
/* Start custom CSS *//* Premium Wealthlink Form Styling */
#wl-cv-premium {
    padding: 40px;
    background: #ffffff;
    border-top: 5px solid #020878; /* Brand Blue Top Stripe */
    box-shadow: 0 15px 45px rgba(1, 4, 48, 0.1);
}

#wl-cv-premium .wl-grid {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

#wl-cv-premium .wl-group { flex: 1; display: flex; flex-direction: column; }

#wl-cv-premium label {
    font-size: 13px !important;
    font-weight: 700 !important;
    color: #020878 !important;
    margin-bottom: 8px !important;
    text-transform: uppercase;
}

#wl-cv-premium input[type="text"], 
#wl-cv-premium input[type="email"], 
#wl-cv-premium input[type="tel"] {
    height: 50px !important;
    border: 1px solid #d0d7ec !important;
    background: #fcfdfe !important;
}

#wl-cv-premium input[type="submit"] {
    background-color: #C9A84C !important; /* Gold Button */
    color: #fff !important;
    width: 100% !important;
    height: 60px !important;
    font-weight: 700 !important;
    letter-spacing: 2px !important;
    border: none !important;
    cursor: pointer;
}/* End custom CSS */