/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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/game-cards/full-line.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.yoo-card-game-full-line {
  width: 100%;
  transition: all 0.3s ease;
  position: relative;
  box-sizing: border-box;
  /* Css for generator */
  border-radius: var(--yoo-game-full-line-card-border-radius, 0.625rem);
  border: var(--yoo-game-full-line-card-border, 0px solid transparent);
  padding: var(--yoo-game-full-line-card-padding-top, 1rem) var(--yoo-game-full-line-card-padding-right, 1rem) var(--yoo-game-full-line-card-padding-bottom, 1rem) var(--yoo-game-full-line-card-padding-left, 1rem);
  background-color: var(--yoo-game-full-line-card-background-color, #fafafa);
  color: var(--yoo-game-full-line-card-text-color, inherit);
  /* End of generator */
}
.yoo-card-game-full-line * {
  box-sizing: border-box;
}
.yoo-card-game-full-line .group {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 680px) {
  .yoo-card-game-full-line .group {
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: flex-start;
  }
}
.yoo-card-game-full-line .image {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 8rem;
  width: 8rem;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  flex-shrink: 0;
  border-radius: 0.5rem;
  transition: all 0.3s ease;
}
@media (max-width: 360px) {
  .yoo-card-game-full-line .image {
    min-width: 6rem;
    width: 6rem;
  }
}
.yoo-card-game-full-line .image img {
  width: 100%;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: var(--yoo-game-full-line-thumb-border-radius, 0.5rem);
  border: var(--yoo-game-full-line-thumb-border, 1px solid #d9d9d9);
}
.yoo-card-game-full-line .caption {
  display: flex;
  flex-direction: column;
  gap: 1rem 0.5rem;
  flex-grow: 1;
  padding: 0;
}
@media (max-width: 680px) {
  .yoo-card-game-full-line .caption {
    width: calc(100% - 9rem);
  }
}
@media (max-width: 360px) {
  .yoo-card-game-full-line .caption {
    width: calc(100% - 7rem);
  }
}
.yoo-card-game-full-line .title {
  display: flex;
  align-items: center;
  width: 100%;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.yoo-card-game-full-line .title .rating {
  font-size: 0.75rem;
  color: #666;
  background: #eee;
  padding: 0.1rem 0.4rem;
  border-radius: 0.25rem;
  font-weight: 600;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.yoo-card-game-full-line .title .rating .fas {
  color: var(--yoo-game-full-line-numbered-rating-icon-color, #ffc052);
}
.yoo-card-game-full-line .title-link {
  color: var(--default_text_color);
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
  word-wrap: break-word;
  overflow-wrap: break-word;
}
.yoo-card-game-full-line .title-link:hover {
  color: var(--yp-theme-color-accent);
}
.yoo-card-game-full-line .provider-link {
  font-size: 0.875rem;
  color: var(--default_text_color);
}
.yoo-card-game-full-line .provider-link:hover {
  color: var(--yp-theme-color-accent);
}
.yoo-card-game-full-line .game-type {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 0.25rem;
}
.yoo-card-game-full-line .game-type a {
  color: var(--yp-theme-color-primary);
  font-size: 0.8rem;
  font-weight: 400;
  text-transform: uppercase;
  text-decoration: none;
  transition: color 0.3s ease;
}
.yoo-card-game-full-line .game-type a::after {
  content: ",";
}
.yoo-card-game-full-line .game-type a:last-child::after {
  display: none;
}
.yoo-card-game-full-line .game-type a:hover {
  color: var(--yp-theme-color-accent);
}
.yoo-card-game-full-line .buttons {
  display: flex;
  flex-direction: row;
  gap: 0.5rem;
  flex-shrink: 0;
  align-items: center;
}
@media (max-width: 680px) {
  .yoo-card-game-full-line .buttons {
    width: 100%;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
  }
}
.yoo-card-game-full-line .gameinfo {
  width: 20rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media (max-width: 680px) {
  .yoo-card-game-full-line .gameinfo {
    width: 100%;
  }
}
.yoo-card-game-full-line .gameinfo .item {
  width: calc(50% - 0.5rem);
  min-height: 3rem;
  padding: 0.5rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.5rem;
  background: #f0f0f0;
  border-left: 0.25rem solid var(--yp-theme-color-secondary);
}
.yoo-card-game-full-line .gameinfo .item span {
  color: var(--yp-theme-color-secondary);
  font-weight: 600;
}

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