/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/css-loader@6.11.0_webpack@5.106.1/node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/.pnpm/postcss-loader@6.2.1_postcss@8.5.9_webpack@5.106.1/node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/.pnpm/sass-loader@16.0.7_sass@1.99.0_webpack@5.106.1/node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/cards/payments-cards/full-line.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.yoo-card-payment-full-line {
  width: 100%;
  transition: all 0.3s ease;
  position: relative;
  box-sizing: border-box;
  /* Css for generator */
  border-radius: var(--yoo-payment-full-line-card-border-radius, 0.625rem);
  border: var(--yoo-payment-full-line-card-border, 0px solid transparent);
  padding: var(--yoo-payment-full-line-card-padding-top, 1rem) var(--yoo-payment-full-line-card-padding-right, 1rem) var(--yoo-payment-full-line-card-padding-bottom, 1rem) var(--yoo-payment-full-line-card-padding-left, 1rem);
  background-color: var(--yoo-payment-full-line-card-background-color, #fafafa);
  color: var(--yoo-payment-full-line-card-text-color, inherit);
  /* End of generator */
}
.yoo-card-payment-full-line * {
  box-sizing: border-box;
}
.yoo-card-payment-full-line .group {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
@media (max-width: 480px) {
  .yoo-card-payment-full-line .group {
    flex-direction: column;
    gap: 0.5rem;
  }
}
.yoo-card-payment-full-line .image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 5rem;
  width: 5rem;
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 0.375rem;
  transition: all 0.3s ease;
}
.yoo-card-payment-full-line .image img {
  width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.yoo-card-payment-full-line .caption {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  flex-grow: 1;
  padding: 0;
}
.yoo-card-payment-full-line .caption .count {
  color: var(--yp-theme-color-secondary);
  font-size: 0.875rem;
  font-weight: 400;
}
.yoo-card-payment-full-line .caption .count:hover {
  color: var(--yp-theme-color-accent);
}
.yoo-card-payment-full-line .title {
  display: flex;
  align-items: center;
  width: 100%;
}
.yoo-card-payment-full-line .title-link {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  margin: 0;
}
.yoo-card-payment-full-line .buttons {
  min-width: 8rem;
  width: 8rem;
  display: flex;
  flex-direction: column;
  gap: 0.5rem 1rem;
  margin-left: auto;
  align-items: stretch;
}
.yoo-card-payment-full-line .buttons .fas:last-child {
  margin-left: auto;
}
@media (max-width: 680px) {
  .yoo-card-payment-full-line .buttons {
    width: 100%;
    flex-direction: row;
  }
  .yoo-card-payment-full-line .buttons .button {
    width: calc(50% - 0.5rem);
  }
}

/*# sourceMappingURL=full-line.css.map*/