@media (max-width: 1024px) {
  main {
    margin-right: 0 !important;
  }
}

.read-next {
  color: #F2F8FB;
  min-width: 300px;
}
.read-next-sm {
  display: none;
}
@media (max-width: 1200px) {
  .read-next {
    min-width: 210px;
    max-width: 210px;
  }
}
.read-next > *:not(:last-child) {
  margin-bottom: 20px;
}
.read-next h2 {
  color: #F2F8FB;
}
.read-next .group {
  display: flex;
  flex-direction: column;
}
.read-next .group > *:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 1024px) {
  #wrapper{
    display: block;
  }
  .read-next-sm {
    display: flex;
    flex-direction: column;
    max-width: unset;
  }
  .read-next .group .next-block{
    width: 100%;
  }
  .read-next{
    max-width: 100%;
    margin: 0 0 100px 0;
  }
}

.article .buttons .button {
	color: white;
}

@media (max-width: 720px) {
  .article .buttons {
    flex-direction: column;
  }
  .article .buttons .button {
    width: 100%;
    margin-right: unset !important;
  }
  .article .buttons > *:not(:last-child) {
    margin-bottom: 20px;
  }
  .read-next-sm .group {
    flex-direction: column;
  }
  .read-next-sm .group > *:not(:last-child) {
    margin-right: unset !important;
    margin-bottom: 20px;
  }
  .article .information .info-body {
    flex-direction: column;
  }
  .article .information .info-body .block {
    width: 100%;
  }
}
.read-next .group p {
  color: #F2F8FB;
}
.read-next .group .next-block {
  padding: 15px;
  background-blend-mode: overlay;
  background: rgba(0, 0, 0, 0.8) url("https://biksbitcoin.com/wp-content/themes/bittention_old/images/next.jpg") center;
  background-size: cover;
  border-radius: 10px;
  border: solid 1px rgba(255, 255, 255, 0.04);
  text-decoration: none;
  display: grid;
  grid-gap: .5em;
}
.next-block_title{
  font-weight: bold;
  font-size: 1.2em;
}

.article a {
  color: #DADADA;
}
.article p {
  text-align: justify;
}
.article .information {
  display: flex;
  flex-direction: column;
}
.article .information > *:not(:last-child) {
  margin-bottom: 40px;
}
.article .information .info-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.article .information .info-body .block {
  display: flex;
  padding: 10px;
  color: #DADADA;
}
.article .information .info-body .block > *:not(:last-child) {
  margin-right: 10px;
}
.article .information .info-body .block i {
  font-size: 32px;
}
.article .information .info-body .block .group {
  display: flex;
  flex-direction: column;
}
.article .information .info-body .block .group > *:not(:last-child) {
  margin-bottom: 5px;
}
.article .information .info-body .block .group .title {
  color: #B8B8B8;
  font-size: 12px;
}
.article .information .info-body .block .group .value {
  font-size: 15px;
  font-weight: bold;
}
.article > *:not(:last-child) {
  margin-bottom: 40px;
}
.article .buttons {
  display: flex;
  width: 100%;
}
.article .buttons .button {
  flex-grow: 1;
}
.article .buttons > *:not(:last-child) {
  margin-right: 20px;
}
.article .hero {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 40px;
  color: #FFF;
  border-radius: 20px;
}
.article .hero > *:not(:last-child) {
  margin-bottom: 20px;
}
.article .hero .info {
  display: flex;
  padding: 20px;
  width: fit-content;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  -moz-backdrop-filter: blur(4px);
  -o-backdrop-filter: blur(4px);
  -ms-backdrop-filter: blur(4px);
}
.article .hero .info > *:not(:last-child) {
  margin-right: 20px;
}
.article .hero .info .group {
  display: flex;
  justify-content: center;
  align-items: center;
}
.article .hero .info .group > *:not(:last-child) {
  margin-right: 5px;
}
.article .hero .info .group i {
  font-size: 18px;
}
.article .hero .info .group span {
  font-size: 12px;
}
.article p, li, a {
  color: #B8B8B8;
}
.article ul {
	display: list-item;
	list-style-type: circle;
	line-height: 140%;
}
.article ul > *:not(:last-child) {
	margin-bottom: 10px;
}
.article ol > *:not(:last-child) {
	margin-bottom: 10px;
}
.article ol {	
	display: list-item;
	list-style-type: decimal;
	line-height: 140%;
}
.article h3 {
  color: #DADADA;
}
.article .content {
  display: flex;
  flex-direction: column;
}
.article .content img {
  width: 100%;
  border-radius: 20px;
  max-width: 640px;
  height: auto;
  object-fit: cover;
}
.article .content strong {
	font-weight: 600;
}
.article .content em {
	font-style: italic;
}
.article .content > *:not(:last-child) {
  margin-bottom: 20px;
}

/*# sourceMappingURL=article.css.map */