/* Set order of buttons on cookie banner */
#__framer-cookie-component-button-accept {
  order: 1;
}

#__framer-cookie-component-button-reject {
  order: 2;
}

/* Adjust margin below the first paragraph in the cookie banner */
.--framer-cookie-banner-container p:first-child {
  margin: 0px 0px 8px !important; 
}

/* Adjust the gap between the buttons in the cookie banner by targeting the inline style */
.--framer-cookie-banner-container > div > div > div[style*="flex-direction: row"] {
  gap: 8px !important;
}
