/* 
  Changelog:
  DD MMM YYYY – Name – Notes about changes made
  
  19 MAY 2026 - Chloe - Custom Styles for Home to State Donation Experience
*/

/* Brand Colour Variables */
:root {
  --brand-primary: #ffd200;
  --brand-primary-foreground: #0f1e64;
  --brand-secondary: #0f1e64;
  --brand-secondary-foreground: #FFFFFF;
}

.fw-bold {font-weight: bold;}

.tnc-link {font-weight: bold; text-decoration: underline;}

/* Brand Colours */
.dropdown-item.active, .dropdown-item:active {color: var(--brand-primary-foreground); background-color: var(--brand-primary);}

.bg-primary a {color: var(--brand-primary-foreground);}


/* Buttons */
.btn {white-space: normal;}

.btn-social {display: inline-flex; justify-content: center; align-items: center;}
.btn-social i {margin: 0;}
.share-page-icons a.btn-social {background: transparent !important; border: 1.5px solid #FFFFFF !important; color: #FFFFFF !important; transition: all 0.2s ease-out;}
.share-page-icons a.btn-social:hover {background: var(--brand-secondary) !important; border: 2px solid var(--brand-secondary) !important; color: var(--brand-secondary-foreground) !important;}

.lump_buttons .btn {display: flex;flex-direction: row;justify-content: center;align-items: center;column-gap: 10px;}
.lump_buttons .btn .material-icons {margin: 0;}


/* Navigation */
.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu li a {color: inherit;}
.funraisin-sticky-nav .funraisin-dropdown-nav .funraisin-dropdown-menu li a:hover {color: var(--brand-primary);}

.funraisin-sticky-nav {border-bottom: none !important; box-shadow: 0px 0px 40px -10px hsla(0, 0%, 0%, 0.1);}
.funraisin-sticky-nav .site-logo {padding: 0px 15px;}

.lump.tab-content .nav-tabs li.active a {color: unset;}


/* Fundraising Pages */
.popup-col h2 {font-size: 24px;}
.popup-col.bg-primary {padding: 30px !important;}

#Badges .row {justify-content: center !important;}
#Badges .reward-badge {padding-top: 10px;padding-bottom: 10px;}
#Badges p {line-height: 130%;}


/* Search Pages */
.fundraiser-search .col-sm-6, .searchPageWrapper .col-sm-6 {width: 100%;}

/*Donation Form Styles - Chloe - May 2026*/
.steps-nav li:after {
    font-size: 12px !important;
    line-height: 1;
    display:block;
}
#locationdetailstab:after {
    content: 'Location';
}

#amountdetailstab:after {
    content: 'Amount';
}

#personaldetailstab:after {
    content: 'Details';
}

#paymentdetailstab:after {
    content: 'Payment';
}

 .grey-wrapper {
    background: #eee;
    border-radius: 8px;
    padding: 20px 0;
    filter: drop-shadow(2px 4px 6px #444);
    position: relative;
    overflow: visible;
    margin-top: 20px;
    margin-bottom: 20px;
}