.wccg-payment-instrustions {
  align-items: center;
  background-color: rgba(31, 98, 7, 0.1);
  border: 1px solid rgba(31, 98, 7, 0.25);
  border-radius: 1rem;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-bottom: 2rem;
  padding: 1rem;
}
.wccg-payment-instrustions .alert {
  border-radius: 1rem;
  text-align: center;
  width: 100%;
}
.wccg-payment-instrustions h3 {
  background-color: #fb2c36;
  border-radius: 1rem;
  color: #ffffff;
  padding: 1rem 2rem;
  text-align: center;
}
.wccg-payment-instrustions h3.green {
  background-color: #1f6207;
}
@media screen and (max-width: 500px) {
  .wccg-payment-instrustions h3 {
    border-radius: 0.5rem;
    font-size: 1rem;
    padding: 0.5rem 1rem;
  }
}
.wccg-payment-instrustions * {
  margin: 0 !important;
}
.wccg-payment-instrustions .wccg-payment-attributes {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}
.wccg-payment-instrustions .wccg-payment-attributes .wccg-payment-attribute {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}
.wccg-payment-instrustions .wccg-payment-attributes .wccg-payment-attribute span {
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
  overflow-wrap: break-word;
  text-align: center;
  word-break: break-word;
  word-wrap: break-word;
}
.wccg-payment-instrustions .wccg-payment-attributes .wccg-payment-attribute span:nth-child(2) {
  font-weight: bold;
}
.wccg-payment-instrustions .wccg-payment-attributes .wccg-payment-attribute a {
  background-color: rgba(31, 98, 7, 0.1);
  border-radius: 4px;
  padding: 0.25rem;
  transition: all 0.3s;
}
.wccg-payment-instrustions .wccg-payment-attributes .wccg-payment-attribute a:hover {
  background-color: rgba(31, 98, 7, 0.25);
}

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