/*
Theme Name: Goza Child
Template: goza-theme
Text Domain: goza-child
Description: Child theme for Goza
Author: Your Name
Version: 1.0.0
*/

.goza-topbar.goza-topbar-default {
    height: 0;
}

.actogether-topbar {
    background: #1a1a1a;
    color: #fff;
    padding: 10px 0;
    font-size: 14px;
}

.actogether-topbar-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    justify-content: flex-end; 
}

.actogether-topbar-right {
    display: flex;
    gap: 20px;
}

.actogether-topbar-right a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.actogether-topbar-right a:hover {
    color: #b82958;
}

.site-header.site-header-default .goza-header-main--cta {
    display: none !important;
}

.site-header.site-header-default .goza-header-main--logo a {
    font-size: 38px;
    color: #D53369 !important;
}

:where(.wp-block-columns.is-layout-flex) {
    gap: 0.5em !important;
}

.wp-block-image {
    margin: 0 0 0.5em !important;
}

.be-ss-hero .be-ss-hero-inner__heading {
    margin-bottom: 20px !important;
}

/* ============================================
   BREADCRUMB
   ============================================ */

.breadcrumb {
    margin: 0;
    padding: 0;           
    border-top: 1px solid #e0e0e0;
    border-bottom: 1px solid #e0e0e0;
}

.breadcrumb-list {
    max-width: 1170px; 
    margin: 0 auto;
    font-size: 14px;
    list-style: none;
    /*margin: 0;*/
    padding: 8px 15px;
    display: flex;
    flex-wrap: wrap;    
    align-items: center;
    /*
    justify-content: center;
    gap: 40px; 
    */
}

.breadcrumb-item {          
    position: relative;            
}


.breadcrumb-item:not(:last-child)::after {
    content: '›';
    margin: 0 15px;
    /*
    color: #666;
    font-size: 16px;
    */
    vertical-align: middle;
}
/*
.breadcrumb-item + .breadcrumb-item::before {
    content: none;
}

.breadcrumb-item a {             
    text-decoration: none;
    position: relative;
    display: inline-block;
    padding: 10px 0;
    color: #666; 
    transition: color 0.3s ease;  
}        

.breadcrumb-item a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 3px;
    background-color: #D91F6A; 
    transition: width 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
*/
.breadcrumb-item a:hover {
    color: #212121;
}

.breadcrumb-item a:hover::after {
    width: 100%;
}        

.breadcrumb-item.active {   
    position: relative;
    padding: 10px 0;
    color: #212121;
}        

.breadcrumb-item.active::after {
    /*content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 3px;
    background-color: #D91F6A; */
}

/* ============================================
   GROWFUND CUSTOMIZATIONS
   ============================================ */

.growfund-faq-header {
    display: none;
}

.growfund-page-container .growfund-countdown {
    grid-template-columns: repeat(4, minmax(70px, 1fr)) !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 100% !important;
}

/* ============================================
   NEWSLETTER SECTION
   ============================================ */
 
.newsletter-section {
    background-color: #F3F3F3;
    margin-top: 50px;
    padding: 60px 0;
    text-align: center;
}

/*
.newsletter-section .newsletter-title {
    color: #121212;
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 15px;
}
*/

.newsletter-section p {
    /*
    color: #555555;
    font-size: 18px;
    margin-bottom: 30px;
    max-width: 600px;
    */
    margin-left: auto;
    margin-right: auto;
}

.newsletter-section input[type="email"] {
    padding: 15px 20px;
    border: 1px solid #ddd;
    width: 350px;
    max-width: 100%;
    /*font-size: 16px;*/
    background-color: #ffffff;
    outline: none;
}

.newsletter-section input[type="email"]:focus {
    border-color: #667eea;
    box-shadow: 0 0 0 3px rgba(102, 126, 234, 0.1);
}

.newsletter-section button,
.newsletter-section input[type="submit"] {
    padding: 15px 35px;
    /*
    background-color: #121212;
    color: #ffffff;
    border: none;   
    */
    font-size: 14px; 
    font-weight: 600;
    /*cursor: pointer;*/
    margin-left: -5px;
}

.newsletter-section button:hover,
.newsletter-section input[type="submit"]:hover {
    background-color: #333333;
}

.newsletter-form-wrapper {
    display: inline-flex;
    margin-bottom: 15px;
}

.newsletter-terms {
    color: #666666;
    margin-top: 15px;
}

.newsletter-terms label {
    display: block;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
}

.newsletter-terms input[type="checkbox"] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #121212;
}

.newsletter-terms a {
    color: inherit;
    text-decoration: underline;
    font-weight: 600;
    transition: color 0.3s ease;
}

.newsletter-terms a:hover {
    color: #121212;
}

/* ============================================
   FOOTER
   ============================================ */

.main-footer.footer-default {
    padding-bottom: 30px !important;
}

.main-footer.footer-default .main-footer-socket {
    margin-top: 0 !important;
}

.main-footer.footer-default .main-footer-widget:not(:first-child) .main-footer-heading {
    text-transform: capitalize !important;
}

h3.main-footer-heading  {
    position: relative;
    padding-bottom: 12px;
    margin-bottom: 20px;
    display: inline-block;
}

h3.main-footer-heading::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 40px; 
    height: 1px;
    background: #D91E5B;
}

.footer-widget ul {
    padding-left: 0;
}

.footer-widget ul li {
    list-style: none;
    margin-bottom: 10px !important;
    line-height: 1.5;
}

.footer-widget ul li a {
    color: #ffffff;
}

.main-footer.footer-default .main-footer-socket-copyright {
    text-align: center !important;
}

.main-footer.footer-default .main-footer-socket-copyright a {
    color: #ffffff;
}

.main-footer-social-section h3,
.main-footer-social-section .main-footer-heading,
.main-footer-social-section .widget-title {
    display: none;
}

.main-footer-social-section .menu {
    display: flex;
    justify-content: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 60px 0;
}

.main-footer-social-section .menu-item a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 45px;
    height: 45px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    color: #ffffff;
    /*font-size: 20px;*/
    text-decoration: none;
    transition: all 0.3s ease;
    overflow: hidden;
    text-indent: -9999px;
    position: relative;
}

.main-footer-social-section .menu-item a:hover {
    background-color: #ffffff;
    color: #121212;
    transform: translateY(-3px);
}

.main-footer-social-section .menu-item a[href*="facebook.com"]::before {
    content: "\f39e";
    font-family: "Font Awesome 6 Brands";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-indent: 0;
}

.main-footer-social-section .menu-item a[href*="instagram.com"]::before {
    content: "\f16d";
    font-family: "Font Awesome 6 Brands";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-indent: 0;
}

.main-footer-social-section .menu-item a[href*="linkedin.com"]::before {
    content: "\f08c";
    font-family: "Font Awesome 6 Brands";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-indent: 0;
}

/* ============================================
   CAMPAIGN FILTERS
   ============================================ */

.growfund-filters input[type="text"],
.growfund-filters input[type="search"],
.growfund-filters select,
.growfund-page-container .growfund-dropdown__trigger {
    width: 100%;
    border: 1px solid #e0e0e0;  
    border-radius: 0 !important;    
    transition: border-color 0.3s ease, box-shadow 0.3s ease;   
}

.growfund-filters input[type="search"],
.growfund-filters input[type="text"].growfund-search-input {
    padding-left: 45px !important;
}

.growfund-filters input[type="text"]:focus,
.growfund-filters input[type="search"]:focus,
.growfund-filters select:focus {
    outline: none;
    border-color: #D53369;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(213, 51, 105, 0.1);
}

.growfund-filters .growfund-search-btn {
    top: 0;
}

/*
.growfund-filters label {
    font-size: 13px;
    font-weight: 600;
    color: #555;
    margin-bottom: 8px;
    display: block;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.growfund-filters__clear,
.growfund-filters button[type="reset"] {
    width: 100%;
    padding: 10px;
    background: transparent;
    border: 1px solid #e0e0e0;    
    color: #666;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 20px;
}

.growfund-filters__clear:hover,
.growfund-filters button[type="reset"]:hover {
    background: #f5f5f5;
    border-color: #ccc;
}
*/


/* ============================================
   CAMPAIGN ARCHIVE
   ============================================ */

.growfund-main-area {
    flex: 1;
    min-width: 0;
}

#growfund-campaign-list-container {
    border-top: 1px solid #e0e0e0;
}

.growfund-container.growfund-main-content {
    padding-left: 15px;
    padding-right: 15px;
}

.growfund-featured-projects,
.actogether-featured-campaigns {     
    padding: 50px 0;
    position: relative;
    overflow: hidden;
}

.growfund-campaign-list__header {
    margin: 50px 25px;
}

.growfund-page-container .growfund-campaign-list__grid {
    gap: 30px;
}

.actogether-campaign-card {
    background: #fff;    
    overflow: hidden;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 1px solid #f0f0f0;
}

.actogether-campaign-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.12);
    border-color: #e5e5e5;
}

.actogether-campaign-image {    
    background: linear-gradient(135deg, #f5f5f5 0%, #fafafa 100%);
}

.actogether-featured-badge {
    font-size: 14px;
}

/*
.actogether-featured-badge {   
    padding: 8px 14px;
    font-size: 11px;
    font-weight: 700;
    box-shadow: 0 2px 8px rgba(213, 51, 105, 0.3);
}
*/

.actogether-progress-bar {
    background: #f0f0f0;    
    height: 6px;
}

.actogether-progress-fill {    
    box-shadow: 0 1px 3px rgba(213, 51, 105, 0.3);
}

.actogether-campaign-title {
    font-size: 18px;
    font-weight: 600;
}

/*
.actogether-campaign-stats strong {
    font-size: 17px;
    font-weight: 600;
    letter-spacing: -0.3px;
}
*/

.actogether-campaign-stats small {
    font-size: 12px;
    color: #999;
    font-weight: 400;
}

.growfund-no-campaigns,
.actogether-no-campaigns {
    background: #fafafa;
    border: 2px dashed #e0e0e0;   
    padding: 80px 40px;
    text-align: center;
}

.actogether-featured-campaigns {
    max-width: 1200px;
    padding: 0 20px;
}

.actogether-archive-featured {
    margin-bottom: 60px;
    padding-bottom: 60px;
    border-bottom: 1px solid #e0e0e0;
}

.actogether-campaigns-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.actogether-campaign-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.actogether-campaign-link {
    text-decoration: none;
    color: inherit;
    display: block;
}

.actogether-campaign-image {
    position: relative;
    width: 100%;
    padding-bottom: 66.67%;
    overflow: hidden;
    background: #f5f5f5;
}

.actogether-campaign-image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.actogether-campaign-card:hover .actogether-campaign-image img {
    transform: scale(1.05);
}

.actogether-featured-badge {
    position: absolute;
    top: 15px;
    right: 15px;
    background: #D53369;
    color: #fff;
    padding: 6px 12px;   
    font-weight: 600;
    /*
    font-size: 12px;    
    text-transform: uppercase;
    letter-spacing: 0.5px;
    */
    z-index: 2;
}

.actogether-campaign-content {
    padding: 15px;
}

.actogether-campaign-description {
    color: #666;
    font-size: 14px;
    /*line-height: 1.6;*/
    min-height: 75px;
    /*
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    */
}

.actogether-progress-bar {
    display: none;
}

.actogether-progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #D53369 0%, #DAAE51 100%);
    transition: width 0.3s ease;
    border-radius: 4px;
}

.actogether-campaign-stats {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 15px;
}

.actogether-stat-raised,
.actogether-stat-backers {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

/*
.actogether-campaign-stats strong {
    font-size: 18px;
    color: #1a1a1a;
    font-weight: 700;
}
*/

.actogether-campaign-stats small {
    font-size: 12px;
    color: #999;
}

/*
.actogether-no-campaigns {
    text-align: center;
    padding: 80px 20px;
}

.actogether-no-campaigns-content h2 {
    font-size: 24px;
    color: #666;
    font-weight: 400;
}
*/

/* ============================================
   CAMPAIGN SINGLE PAGE
   ============================================ */

.growfund-project *,
.growfund-media *,
.growfund-campaign-sidebar *,
.growfund-tabs *,
.growfund-tab-container *,
.growfund-btn,
.growfund-button,
button,
input,
select,
textarea,
.growfund-progress-bar,
.growfund-progress-fill,
.growfund-card,
.growfund-modal,
.growfund-pledge-modal *,
img {
    border-radius: 0 !important;
}

.growfund-btn,
.growfund-button,
.growfund-btn--primary,
button[type="submit"],
.growfund-pledge-btn,
.growfund-donate-btn,
.growfund-back-btn,
.growfund-campaign-sidebar__cta button,
.growfund-tabs__action button {
    background: #D53369 !important;
    color: #fff !important;
    border: 1px solid #D53369 !important;    
}

.growfund-btn.growfund-btn--primary {   
    font-size: 16px;
}

.growfund-btn.growfund-btn--gray {
    background: #FFFFFF !important;
    color: #D53369 !important;
    border: 1px solid #D53369 !important;
    max-width: 170px;
}

.growfund-btn:hover,
.growfund-button:hover,
.growfund-btn--primary:hover,
button[type="submit"]:hover,
.growfund-pledge-btn:hover,
.growfund-donate-btn:hover {
    background: #b82958 !important;
}

.growfund-btn.growfund-btn--gray:hover {
    background: #b82958 !important;
    color: #FFFFFF !important;
}

.growfund-btn--secondary,
.growfund-btn--outline {
    background: transparent !important;
    border: 1px solid #D53369 !important;
    color: #D53369 !important;
}

.growfund-btn--secondary:hover,
.growfund-btn--outline:hover {
    background: #D53369 !important;
    color: #fff !important;
}

.growfund-progress-fill,
.growfund-funding-progress .growfund-progress-fill {
    background: linear-gradient(90deg, #D53369 0%, #DAAE51 100%) !important;
}

.growfund-tab.active,
.growfund-tabs__tab.active {
    border-bottom-color: #D53369 !important;
    color: #D53369 !important;
}

.growfund-project a {
    color: #D53369;
}

.growfund-project a:hover {
    color: #b82958;
}

.growfund-page-container .growfund-campaign__container {
    grid-template-columns: 1fr 300px;
}

.growfund-page-container .growfund-stats-card__amount {
    font-size: 36px;
    color: #D53369;
}

.growfund-page-container .growfund-stats-card__amount span {
    font-size: 16px;
    color: #636363;
}

/* ============================================
   RECOMMENDATIONS SECTION
   ============================================ */

.growfund-recommendations {
    background: #ffffff !important;   
    border-top: 1px solid #e5e5e5;
}

.growfund-recommendations__container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.growfund-recommendations__title {
    color: inherit !important;   
}

.growfund-recommendations__explore,
.growfund-recommendations__explore-link {
    display: none !important;
}

/* ============================================
   CMPLZ - DOCUMENTS
   ============================================ */

#cmplz-document > p > i {
    display: none;
}

#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
    font-size: inherit;
    max-width: 100%;
}

#cmplz-document h2, #cmplz-document h3, .editor-styles-wrapper .cmplz-unlinked-mode h2, .editor-styles-wrapper .cmplz-unlinked-mode h3,
#cmplz-document p, #cmplz-document li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode p, .editor-styles-wrapper .cmplz-unlinked-mode li, .editor-styles-wrapper .cmplz-unlinked-mode td {
    font-size: inherit;
}

/*
#cmplz-document h2, #cmplz-document h3, .editor-styles-wrapper .cmplz-unlinked-mode h2, .editor-styles-wrapper .cmplz-unlinked-mode h3 {
    margin-top: 25px;
}
*/

/* ============================================
   CONTACT FORM 7
   ============================================ */

.wpcf7-form-control.wpcf7-select {
    width: 100%;
    padding: 12px 15px;
    background-color: #F6F6F6;
    /*
    border: 1px solid #e0e0e0;
    border-radius: 4px;    
    font-size: 16px;
    color: #333;
    font-family: inherit;
    */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 20px;
    padding-right: 40px;
}

.wpcf7-form-control.wpcf7-select:focus {
    outline: none;
    border-color: #d91e5b;
    background-color: #fff;
}

.wpcf7-list-item {
    margin: 0 !important;
}

.checkbox-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 20px 0;    
    line-height: 1.5;
}

.checkbox-wrapper input[type="checkbox"] {
    width: 18px !important; 
    height: 18px !important;    
    margin-top: 2px;
    cursor: pointer;
    accent-color: #D91F6A; 
}

.checkbox-wrapper .wpcf7-list-item-label {
    cursor: pointer;
}

.checkbox-wrapper a {
    color: #D91F6A;
    font-weight: bold !important;
    text-decoration: underline;
}

.checkbox-wrapper a:hover {
    color: #B31857;
    text-decoration: none;
}

/* ============================================
   PAGE NOT FOUND
   ============================================ */

.error404 {
    background: unset !important;
}

.error-404-container {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 60vh;
    padding: 40px 20px;
    text-align: center;
}

.error-404-content {
    max-width: 600px;
    width: 100%;
}

.error-404-number {
    font-size: 150px;
    font-weight: 700;
    color: #D53369;
    margin: 0;
    line-height: 1;
    letter-spacing: -5px;
}

.error-404-message {
    font-size: 32px;
    font-weight: 600;
    color: #333;
    margin: 20px 0 10px;
}

/*
.error-404-text {
    font-size: 18px;
    color: #666;
    margin: 10px 0 30px;
}
*/

.error-404-button {
    display: inline-block;
    padding: 12px 30px;
    background-color: #D53369;
    color: #fff;
    text-decoration: none; 
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;    
}

.error-404-button:hover {
    background-color: #b82858;
    color: #fff;
}

/* ============================================
   COOKIE BANNER
   ============================================ */

button.cmplz-btn.cmplz-accept,
button.cmplz-btn.cmplz-deny {
    font-weight: 600 !important;    
}

/* ============================================
   WOOCOMMERCE
   ============================================ */

.woocommerce-page .woocommerce {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.woocommerce-checkout input[readonly],
.woocommerce-checkout input[readonly]:focus {
    background-color: #f5f5f5 !important;
    color: #666 !important;
    border-color: #ddd !important;
    cursor: not-allowed !important;
    opacity: 0.7;
}

/* ============================================
   MEDIA QUERIES
   ============================================ */

@media (max-width: 1023px) {
    .growfund-page-container .growfund-recommendations__title {
        width: 100% !important;
    }

    .growfund-page-container .growfund-recommendations__grid {
        flex-wrap: wrap !important;
        overflow-x: visible !important;
        justify-content: center !important;
    }
    
    .growfund-page-container .growfund-recommendations__grid > * {
        flex: 0 0 calc(50% - 10px) !important;
        max-width: calc(50% - 10px) !important;
    }
}

@media (max-width: 1000px) {
    .site-header .container {
        max-width: 100% !important;
    }

    .mega-menu-toggle.mega-menu-open ~ #mega-menu-main-menu {
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        z-index: 9998 !important;
        background: #ffffff !important;
        overflow-y: auto !important;
        padding-top: 80px !important;
    }    
   
    .mega-menu-toggle.mega-menu-open ~ #mega-menu-main-menu,
    .mega-menu-open + ul.mega-menu {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }    
   
    .mega-menu-toggle {
        position: absolute !important;
        top: -20px !important;
        right: 20px !important;
        z-index: 9999 !important;
    }    
   
    .mega-menu-toggle.mega-menu-open ~ #mega-menu-main-menu li {
        width: 100% !important;
        text-align: center !important;
        padding: 20px 0 !important;
        border-bottom: 1px solid #e5e5e5 !important;
    }  
    
    .mega-menu-toggle.mega-menu-open ~ #mega-menu-main-menu li a {
        font-size: 16px !important;
        /*
        display: block !important;
        padding: 10px 20px !important;
        */
    }

    .trust {
        display: none;
    }

    .intro-actogether > :where(:not(.alignleft):not(.alignright):not(.alignfull)) {
        max-width: 100%;
        text-align: center;
    }

    .wp-block-buttons>.wp-block-button.btn-general.intro-btn {        
        margin: 0 auto;
    }
}

@media (max-width: 992px) {
    .actogether-campaigns-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .breadcrumb {
        padding: 8px 12px;
    }
    
    /*
    .breadcrumb-item {
        font-size: 13px;
    }
    */
    
    .breadcrumb-item + .breadcrumb-item::before {
        padding: 0 5px;
    }

    .actogether-featured-campaigns {
        margin: 40px auto;
    }
    
    .actogether-archive-featured {
        margin-bottom: 40px;
        padding-bottom: 40px;
    }
    
    .actogether-campaigns-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    /*
    .actogether-campaign-title {
        min-height: auto;
        font-size: 18px;
    }
    
    .actogether-campaign-description {
        min-height: auto;
        font-size: 13px;
    }
    */
    
    .actogether-campaign-content {
        padding: 20px;
    }

    .growfund-recommendations__container {
        padding: 0 15px;
    }
    
    .growfund-recommendations__header {
        margin-bottom: 30px !important;
    }
    
    /*
    .growfund-recommendations__title {
        font-size: 24px !important;
    }
    */
    
    .growfund-page-container .growfund-recommendations__grid > * {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .newsletter-section input[type="email"],
    .newsletter-section button,
    .newsletter-section input[type="submit"] {
        width: 100%;
        margin: 10px 0;
        display: block;
    }

    .newsletter-section button,
    .newsletter-section input[type="submit"] {
        margin-left: 0;
    }

    .newsletter-form-wrapper {
        display: block;
        width: 100%;
    }

    .newsletter-terms label {
        flex-direction: row;
        text-align: left;
    }

    .error-404-number {
        font-size: 100px;
    }
    
    .error-404-message {
        font-size: 24px;
    }
    
    .error-404-text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {
    .growfund-recommendations__container {
        padding: 0 10px;
    }
    
    .growfund-recommendations__header {
        margin-bottom: 20px !important;
    }

     .error-404-number {
        font-size: 80px;
    }
    
    .error-404-message {
        font-size: 20px;
    }
}