/*!*************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/newspaper/style.scss ***!
  \*************************************************************************************************************************************************************************************************************************************************/
.yourstore-newspaper {
  display: block;
  position: relative;
  border: 3px solid #006BB0;
  border-radius: 10px;
  text-decoration: none;
  padding: 5px 100px 10px 15px;
}

.yourstore-newspaper span {
  display: block;
}

.yourstore-newspaper .title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  text-decoration: underline;
}

.yourstore-newspaper .desc {
  font-size: 12px;
  font-weight: bold;
  color: #000000;
}

.yourstore-newspaper .release {
  color: #000000;
  font-size: 12px;
}

.yourstore-newspaper:before {
  content: "";
  position: absolute;
  right: -22px;
  top: -10px;
  display: block;
  width: 110px;
  height: 130px;
  z-index: 1;
  transform: rotate(5deg);
  background-image: url(../images/newspaper.404a5697.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transition: 0.5s;
}

@media (any-hover: hover) {
  .yourstore-newspaper:hover:before {
    transform: scale(1.05) rotate(10deg);
  }
}
@media (max-width: 1300px) {
  .yourstore-newspaper {
    padding: 5px 70px 10px 15px;
  }
  .yourstore-newspaper:before {
    right: -14px;
    width: 80px;
    height: 94px;
  }
}
@media (max-width: 600px) {
  .yourstore-newspaper {
    background: #D4D4D4;
    border: 0;
  }
  .yourstore-newspaper:before {
    right: -4px;
    top: -3px;
  }
  .yourstore-newspaper .title {
    font-size: 14px;
  }
}

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