/*!***************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./src/scss/sections/chess.scss ***!
  \***************************************************************************************************************************************************/

/*** LTR websites ***/

.chess {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: #fff;
  padding: 40px 0;
  background-color: #000000;
}

.chess_single:not(:last-child) {
  margin-bottom: 40px;
}

.chess_single-wrapper {
  display: flex;
  flex-direction: column;
  text-align: center;
}

.chess_single-title {
  margin-bottom: 16px;
}

.chess_single-description > * {
  margin-top: 0;
  margin-bottom: 16px;
}

.chess_single-link {
  font-family: "Anton", sans-serif;
  background: linear-gradient(90deg, #78b52e 0%, #528f07 100%);
  border-radius: 100px;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 15px;
  height: 40px;
  justify-content: center;
  letter-spacing: 0.02em;
  line-height: 1;
  min-width: 160px;
  padding: 8px 40px;
  text-transform: uppercase;
  width: fit-content;
  box-shadow: 0px 6px 6px 0px rgba(120, 181, 46, 0.15);
  margin: 0 auto;
}

.chess_single-link:hover {
  padding: 4px 36px;
}

.chess_single-link:hover {
  border: 4px solid #fff;
  box-shadow: 0px 6px 6px 0px rgba(120, 181, 46, 0.35);
}

.chess_single-img {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
  margin-top: 20px;
  display: block;
  overflow: hidden;
}

.chess_single-img img {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  object-fit: cover;
}