/**
 * AllOfBD Business Suite & Growth OS Styles
 */
.allofbd-b2b-wrap, .allofbd-b2c-wrap {
  margin: 20px 0;
}

.allofbd-b2b-wrap a:hover {
  color: #1d4ed8 !important;
}

.allofbd-inquiry-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(15, 23, 42, 0.65);
  backdrop-filter: blur(4px);
  z-index: 999999;
  display: flex;
  align-items: center;
  justify-content: center;
}
