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

/* Mobile breakpoints */
@media only screen and (max-width: 768px) {
    * {
     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: 14px;
  }
  .fundraising-top-bar a {
    margin-left: 14px;
  }
  /* Reset and base styles */
  * {
    box-sizing: border-box;
  }
    /*Stamped Widget */
    #stamped-badge-3 {
      height: 65px !important;
      position: static;
      margin-right: 12px !important;
      margin-top: -12px !important;
    }
  .node--type-blog .layout--onecol .block-field-blocknodeblogbody {
    padding: 0 5%;
  } 
}