/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.payment-methods {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 30px; }
  .payment-methods .item {
    padding: 5px 10px;
    border-radius: var(--wp--custom--border-radius--small);
    height: 40px;
    min-width: 60px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .payment-methods .item__link {
      display: none; }

/*# sourceMappingURL=payment-methods.css.map */
