/* Global header */
header {
    background-color: white !important;
}

header.wk-banner {
    background-color: #ffffff !important;
    padding: 0 !important;
    margin: 0 !important;
    border: none !important;
}

.wk-header-navbar {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 36px;
    justify-content: space-between;
    align-items: center;

    /* REMOVE internal padding */
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    
   
}

.wk-top-nav-container {
    background-color: #000;
    height: 32px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
   
}

.wk-top-nav-container-inner {
    max-width: 1400px;
    background-color: #000;
    height: 32px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
}

/* Main nav bar */
.wk-header-navbar {
    background-color: #ffffff !important;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wk-header-navbar-inner {
    max-width: 1400px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding-left: 36px;
    padding-right: 36px;*/
}


.wk-header-left-wrapper {
    margin-left: 0;
    display: flex;
    align-items: center;
    gap: 16px;
}

  .wk-banner-product-name {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 100%;
    color: #000000;
    text-decoration: none;
  }




.wk-logo-block {
    background-color: #000;
    height: 48px;
    width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
}

.wk-logo-container {
    display: flex;
    align-items: center;
    height: 100%;
}

.wk-logo {
    width: 30px;
    height: 30px;
}
  }


  .wk-global-search {
    display: flex;
    align-items: center;
    height: 48px;
    color: #fff;
    font-size: 14px;
  }
  
  .wk-global-search input,
  .wk-global-search lightning-input {
    height: 32px !important;
    font-size: 14px;
    margin: 0;
    padding: 4px 8px;
  }
  

  .wk-header-right-wrapper {
    margin-right: 0;
    display: flex;
    align-items: center;
    gap: 32px;
  }
  .wk-search-button {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }
  
  .wk-search-icon {
    width: 16px;
    height: 16px;
    stroke: #007AC3;
    fill: none;
  }
  
  .wk-header-language,
  .wk-header-notification,
  .wk-header-profile {
    display: flex;
    align-items: center;
    height: 48px;
  }
  



.wk-top-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 24px;
    list-style: none;
    padding: 0 36px;
    margin: 0;
    height: 32px;
    background-color: #000;
}

.wk-top-nav-link {
    color: #fff !important;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    line-height: 32px;
    text-transform: uppercase;
}

.wk-header-navbar {
    background-color: #ffffff;
    padding: 0 36px;
    display: flex;
    align-items: center;
    height: 48px;
}

.wk-header-links {
    display: flex;
    gap: 32px;
}

.wk-avatar, .wk-fishbowl {
padding-right: 0;
padding-left: 0;
}

.selectedOption {
    color: #fff;
    text-decoration: underline !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 32px;
    text-transform: uppercase;
    background: none !important;
    border: none !important;
    padding: 0 !important;
}

.selectedOption:hover,  .selectedOption:focus, .selectedOption:active{
    color: #fff;
}

dd+dd, li+li, ol ol, ol ul, ul ol, ul ul{
    margin-top: 0!important;
}

div.forceRelatedListCardHeader header {
    background: var(--lwc-pageHeaderColorBackground,rgb(243, 243, 243))!important;
}

footer.wk-footer { background-color: #f6f6f6}

.wk-page-container.cWkoctCaseListLayout { 
    min-height: 900px;
    padding-top: 4rem;
}

/* === NEW FOOTER MAIN === */
.wk-footer-black {
    background-color: #000 !important;
    color: #fff;
    font-family: 'Fira Sans', sans-serif;
    overflow-x: hidden;
}

.wk-footer-container {
    background-color: #000;
    max-width: 1400px;
    margin: 0 auto;
    padding: 32px 36px 56px 36px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    min-height: 288px;
}

.wk-footer-divider-container {
    display: flex;
    gap: 16px;
    width: 100%;
    max-width: 1400px;
    height: 6px;
    margin: 0 auto;
    justify-content: space-between;
}

.wk-footer-divider-green {
    background-color: #85BC20;
    width: 992px;
    height: 6px;
}

.wk-footer-divider-red {
    background-color: #E5202E;
    width: 320px;
    height: 6px;
}

.wk-footer-content-container {
    width: 100%;
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 24px;
    margin: 0 auto;
    gap: 16px;
    flex-wrap: nowrap;
}

.wk-footer-links {
    width: 992px;
    display: flex;
    gap: 56px;
    align-items: center;
    flex-wrap: wrap;
}

.wk-footer-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 24px;
    gap: 8px;
}

.wk-footer-icons {
    width: 320px;
    display: flex;
    gap: 48px;
    align-items: center;
    flex-wrap: wrap;
}

.wk-footer-icon {
    width: 24px;
    height: 24px;
}

.wk-footer-bottom {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 1328px;
    margin: 0;
    font-family: 'Fira Sans', sans-serif;
    color: #fff;
}

.wk-footer-logo-block {
    display: flex;
    align-items: center;
    gap: 8px;
    height: 48px;
    font-size: 14px;
    font-weight: 500;
}

.wk-footer-logo {
    height: 24px;
    width: auto;
}

.wk-footer-brand {
    font-size: 16px;
    font-weight: 500;
    color: #fff;
}

.wk-footer-legal {
    font-size: 14px;
    line-height: 16px;
    font-weight: 300;
    color: #fff;
}

@media (max-width: 1400px) and (min-width: 993px) {
    .wk-footer-content-container {
      flex-wrap: nowrap;
      align-items: flex-start;
    }
  
    .wk-footer-links {
      flex: 1 1 auto;
      
    }
  
    .wk-footer-icons {
      width: 320px;              
      flex-shrink: 0;
      justify-content: flex-start; 
      display: flex;
      gap: 48px;
    }
  
    .wk-footer-divider-container {
      justify-content: flex-start;
      gap: 16px;
    }
  
    .wk-footer-divider-green {
      width: calc(100% - 320px - 16px);
    }
  
    .wk-footer-divider-red {
      width: 320px;               
    }
  }
  
  

@media (max-width: 993px) and (min-width: 576px) {
    .wk-footer-container{
        justify-items: left;
    }

    .wk-footer-divider-container {
        justify-content: left;
    }

    .wk-footer-divider-green {
        width: 100%;
    }

    .wk-footer-divider-red {
        display: none;
    }

    .wk-footer-content-container {
        flex-direction: column;
        align-items: left;
        gap: 32px;
        height: auto;
    }

    .wk-footer-links {
        width: 100%;
        display: grid;
        grid-template-columns: repeat(2, auto);
        gap: 16px 64px;
        
    }

    .wk-footer-icons {
        width: 100%;
        
    }

    .wk-footer-bottom {
        align-items: left;
        text-align: left;
    }
}

@media (max-width: 575.98px)  and (min-width: 500px) {

   

    .wk-footer-divider-container {
        justify-content: left;
    }

    .wk-footer-divider-green {
        width: 100%;
    }

    .wk-footer-divider-red {
        display: none;
    }

    .wk-footer-content-container {
        flex-direction: column;
        align-items: left;
        gap: 32px;
        height: auto;
    }

    .wk-footer-links {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px;
        align-items: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .wk-footer-icons {
        width: 100%;
        /*justify-content: center;*/
    }

    .wk-footer-bottom {
        align-items: left;
        text-align: left;
    }
}