/*!***************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/razorpay-custome-footer/style.scss ***!
  \***************************************************************************************************************************************************************************************************************************************************************/
/**
 * Frontend styles for the footer block.
 *
 * These styles are applied to the frontend only.
 */
.wp-block-create-block-razorpay-custom-footer {
  /* Block styles go here if needed */
}

.razorpay-footer-wrapper {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999 !important;
  background: #1a1a1a;
  color: white;
}

/* Ensure footer stays at bottom */
body.has-razorpay-footer {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

body.has-razorpay-footer main,
body.has-razorpay-footer .site-content,
body.has-razorpay-footer #content {
  flex: 1;
}

/*# sourceMappingURL=style-index.css.map*/