.product-account-logo {
visibility: hidden;
}

#cart {
visibility: hidden;
}


nav {
  border-top-left-radius: 5px !important;
  border-top-right-radius: 5px !important;
  background-color: white !important;
}

#header-menu-container{
colour: white;
}




.cart-button .css-quqv7u-baseButton__iconSVG{
color: white;
}


css-1wldgl8-view--inlineBlock-baseButton {
color: white;
}

.heading-branding {
    margin-bottom: -100px !important;
}

.logo-customized {
    display: flex !important;
    flex-wrap: wrap; 
    align-items: center;
    gap: 15px;
}

/* The Adaptive Line (.vl) */
.vl {
    background-color: white;
    /* Default: Vertical line */
    width: 1px;
    height: 50px; 
    align-self: center;
}

.testtitle {
    color: white !important;
    font-size: 30px;
    display: flex;
    flex-direction: column;
    line-height: 1.1;
    max-width: 100%;
}

.sub-title {
    font-size: 20px !important;
    margin-top: 4px !important;
}

/* WHEN WRAPPED: Target the layout when the screen is small or text moves below */
@media (max-width: 710px) { /* Adjust this px value based on when your logo wraps */
    .logo-customized {
        flex-direction: column;
        align-items: flex-start; /* Keeps text left-aligned under logo */
    }

    .vl {
        /* Change to Horizontal line */
        width: 100%; 
        height: 1px;
        margin: 10px 0;
    }
}

.css-124nomk-view--inlineBlock-baseButton{
color: white !important;
}



/* Styles for your individual custom tiles (they are now grid items of the wrapper) */
/* This class should already be on your tiles from the JS */
.custom-homepage-tile {
    background-color: white;
    text-align: right;
    /* text-color: inherit; <-- This is incorrect. Use 'color' for text. */
    font-family: inherit;

}

.custom-homepage-tile h3 {
    margin-top: 10;
    margin-bottom: 10;
    /* Or set specific values if you want space, e.g., margin-bottom: 10px; */
}
.custom-homepage-tile p {
    margin-top: 0;
    margin-bottom: 0;
}



/* --- NEW RULE TO MAKE LINKS BLACK --- */
.custom-homepage-tile a {
    color: black; /* Sets the default color of the link text to black */
    text-decoration: none; /* Optional: Removes the default underline from links */
}

/* Optional: To handle visited links (if you want them black too) */
.custom-homepage-tile a:visited {
    color: black;
}

/* Optional: To handle hover state (if you want them black on hover or a different color) */
.custom-homepage-tile a:hover {
    color: #333; /* Slightly darker black on hover, or you can keep it 'black' */
    text-decoration: underline; /* Add underline back on hover for feedback */
}

/* Ensure images inside your custom tiles are responsive */
.custom-homepage-tile img {
    max-width: 100%;
    height: auto; /* Prevent distortion */
    display: block; /* Remove extra space below images */
}


/* Styles for your individual custom tiles (they are now grid items of the wrapper) */
.custom-homepage-tile {
    background-color: white;
    text-align: left;
    font-family: inherit;
}

.custom-homepage-tile .product-title {
    padding: 20px;
}


/* Link styling */
.custom-homepage-tile a {
    color: black;
    text-decoration: none;
}

.custom-homepage-tile a:visited {
    color: black;
}

.custom-homepage-tile a:hover {
    color: #333;
    text-decoration: underline;
}

/* Image responsiveness */
.custom-homepage-tile img {
    max-width: 100%;
    height: auto;
    display: block;
}

.customsearchbutton a {
    color: white;
    text-align: right;
    margin: 20px; 
    text-decoration: none;
}

#search-form .customsearchbutton {
    padding: 15px 0px 15px 0px;
}


#search-form span.search-submit {
    color: white;
    float: right;
}



.hidden-element {
    display: none !important; /* !important ensures it overrides other styles */
    visibility: hidden !important; /* Good to include for older compatibility/edge cases */
    opacity: 0 !important; /* For smooth transitions if you had them */
    pointer-events: none !important; /* Prevents interaction even if visually hidden */
    height: 0 !important;
    overflow: hidden !important;
}

.search-categories-button + span {
    display: none;
} 


.css-j0078w-card-CardLink.e1u8c2d0 {
background-color: white;
}

.css-be2ist-baseButton__content {  
background: rgb(89, 44, 130) !important;  
border-color: rgb(89, 44, 130) !important;  
}  


  

.css-1ptnyof-view--block-baseButton::before {
    border-color: rgb(89, 44, 130) !important;
}  

a.css-1cps253-view-link {
    color: white !important;
}  

  
body {background-color:#f0f0f0;}
   

#app-header {  
    /*background-color: #f1f1f1;*/  
    background: rgb(63,43,86);  
    background: linear-gradient(90deg, rgba(63,43,86,1) 0%, rgba(89,44,130,1) 100%);  
    padding: 0 !important;  
}  
  

.css-1k0d0uu-baseButton__content {  
    border-top-left-radius: 3px 3px !important;  
    border-top-right-radius: 3px 3px !important;  
    border-bottom-right-radius: 0px 0px !important;  
    border-bottom-left-radius: 0px 0px !important;  
    background-color: b !important;  
}  


.css-1h1s81r-view--inlineBlock-baseButton:hover > 
[class$="-baseButton__content"] 
{  
    background-color: #E2DEE5 !important;  
}  


.css-13fhe5b-topNavBarItem__container::after {  
    background: rgb(63, 43, 86) !important;  
}  


.feature-region {
    display:none !important ;
}  


.css-1cps253-view-link a {
    color: white !important ;
}  
  

.css-1cps253-view-link:-webkit-any(button) {  
    color: white !important ;  
}  


.css-1cps253-view-link:-webkit-any(button):hover {  
    color: #E2DEE5 !important ;  
}  
  
.css-1cps253-view-link:-webkit-any(button):focus {  
    outline-color: white !important ;  
}  

.header-branding div {  
    margin-bottom: 20px !important;  
}  

.css-1h1s81r-view--inlineBlock-baseButton {  
    color: rgb(63, 43, 86) !important;  
}  


/**Course cards**/  

.jqFlag { 
    border-top: 75px solid rgb(89, 44, 130) !important;
}  

.product-flag-free {  
    background-color: #592C82 !important;  
}  


.ProductIcon__LargeCircle--course {  
    background: #592C82;  
}  

.product-tile .product-footer, .product-dates, .product-price {  
    color: #592C82 !important;  
}  


.product-tile .product-footer .learn-more:before {  
    color: #592C82 !important;  
}  

.product-account-image-wrapper {
    display: none !important;
}  

.product-tile:before {  
    border: 2px solid #592C82 !important;  
}  

  
.css-16bys8g-topNavBarDesktopLayout {
    background-color: white !important;
}  


/* #listings > div.row > div > span { display: none }
Hide default "There are no courses or programs to display." message  */


.css-1mstt4z-view, page.locator('[data-testid="user-menu"]') { color: white !important ;}  


#cart {
colour: white
 !important;
background-colour: white !important;
} 


#listings > div.row > div > span { display: none } /* Hide default "There are no courses or programs to display." message  */
  

.css-oipmok-view {color: white !important;} 

.css-1efdoy6-view-link {color: white !important;} 


.search-refine-button__text:before {
    content: 'Role: ';
}


.buttonbar {
    display: inline-grid;
    grid-template-columns: max-content auto max-content;
    column-gap: 20px;
    text-align: center;
    padding-top: 8px
}

#resetUrlButton {
    color: black;
}

a.linkbuttonlook{
    color: black !important;
    text-decoration: none;
    border: 1px solid #767676;
    border-radius: 2px;
    padding: 2px 5px 0px 5px;
}

a.linkbuttonlook:hover{
    color: black !important;
    border-radius: 2px;
    text-decoration: none;
    background-color: #E5E5E5;
    border: 1px solid #4F4F4F;
}


.back-button {
    display: inline;
    padding: 5px;
    margin: 20px;
}

.course-navigation-bar {
    display: flex; 
    /* This change pushes the content to the left side */
    justify-content: flex-start;
}

.pendo-ignore css-95sboj-view {
colour: white
 !important;
background-colour: white !important;
} 

.search-box::placeholder {
    color: grey;
}

/* Prevent the default listings from showing for a split second on homepage load */
body.homepage #listings {
    display: none;
}
/* Then the JS will remove the hidden-element class once it's ready */

