/* ==========================================================================
   Lever Job Board Embed Custom Styles
   ========================================================================== */

/* Font Imports */
@import url('https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;700&family=Roboto:wght@400;500;700&display=swap');

/* Base Overrides & Resets */
* {
    font-family: "Lato", sans-serif !important;
    background-color: transparent !important;
}

body, html {
    color: #5e5e5e !important; 
    font-size: 24px !important;
    font-weight: 400 !important;
    line-height: 1.5 !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Team Headings */
h1, h2, h3, h4, h5, h6, .posting-category-title {
    font-family: 'Roboto', sans-serif !important; 
    color: #1e4191 !important; 
    font-size: 30px !important; 
    font-weight: 400 !important; 
    text-transform: uppercase !important; 
    line-height: 1.4 !important;
    margin-top: 40px !important; 
    margin-bottom: 20px !important; 
    padding-bottom: 0 !important;
    border: none !important;
}

/* Job Posting Links */
a, a.posting-title, .posting-title {
    color: #5e5e5e !important; 
    text-decoration: none !important;
    font-weight: 500 !important; 
    font-size: 24px !important; 
}

a:hover, a.posting-title:hover {
    color: #1e4191 !important; 
    text-decoration: underline !important;
}

/* List Structure & Indentation */
ul {
    list-style-type: none !important; 
    padding-left: 28px !important; 
    margin-top: 0 !important;
    margin-bottom: 28px !important; 
}

li, li.posting {
    color: #5e5e5e !important;
    margin-bottom: 14px !important; 
    line-height: 1.5 !important;
}

/* Third-Party UI Elements */
.lever-wordmark {
    display: none !important;
}