/* Mobile-specific styles for Big Fundraising Ideas */
/* This file contains styles that will only apply to mobile devices */

/* Mobile breakpoints */
@media screen and (max-width: 991px) {
    * {
     box-sizing: border-box;  /* Ensures padding and borders don't cause overflow */
    }
    html, body {
        width: 100%;
        overflow-x: hidden; /* Prevents horizontal scroll */
    }
    /* Mobile top bar */
  .fundraising-top-bar{
    display:flex;
    font-size: 13px;
    justify-content: space-between;
    align-items: center;
  }
  .fundraising-top-bar a {
    margin-left: 14px;
  }
   /*Banner Alignment*/
  .view-home-page-view {margin-top: 50px;}
  /* Reset and base styles */
  * {
    box-sizing: border-box;
  }
    /*Stamped Widget */
    #stamped-reviews-widget {
      position: static;
      text-align: right;
      float: right;
      width: 85px;
      margin-top:-10px;
      margin-right: 18px;
    }
    #stamped-badge-3 {
      position: static;
    }
  .node--type-blog .layout--onecol .block-field-blocknodeblogbody {
    padding: 0 5%;
  }
  .js-form-item.js-form-type-number.form-type-number.js-form-item-quantity-0-value.form-item-quantity-0-value.mb-3 {
    align-items: center;
  }
}
@media screen and (max-width: 932px) {
  .field--type-decimal label {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #stamped-reviews-widget {
    margin-top: -30px;
    margin-right: 6%;
  }

  header .navbar #stamped-reviews-widget[data-widget-type="site-badge"] {
     margin-top: -30px !important;
  }

  .custom-reviews-page #stamped-reviews-widget {
    width: auto;
    padding: 0 15px;
  }
}
@media screen and (max-width: 667px) {
  /* body main#content {
    margin-top: 11% !important;
  } */
  .header .block-search-form-block {
    width: 70%;
  }
  .header .toll_free_main {
    right: 130px;
  }
}

@media screen and (max-width: 580px) {
  #stamped-reviews-widget {
    margin-top: 0;
    margin-right: 5px;
  }
  .header .block-search-form-block {
    width: 55%;
  }

  header .navbar #stamped-reviews-widget[data-widget-type="site-badge"] {
     margin-top: -10px !important;
  }
  .header .block-search-form-block {
    padding-left: 0;
  }
}