li {
  line-height: 1.8em;
}
h6 {
  margin-bottom: 0.5rem !important;
}
table {
  margin-top: 10px;
}
tbody {
  display: table-row-group;
  vertical-align: middle;
  unicode-bidi: isolate;
  border-color: inherit;
}
table th,
table td {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 10px;
}
table.small-table th,
table.small-table td {
  text-align: center;
}
.cardx {
  background: #f2f2f2;
  padding: 10px;
  border-radius: 10px;
  width: fit-content;
  box-shadow:
    rgba(60, 64, 67, 0.3) 0px 1px 2px 0px,
    rgba(60, 64, 67, 0.15) 0px 2px 6px 2px;
}
.cardx-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}
.cardx span {
  margin-right: 2px;
}
span img {
  margin-top: -4px;
}

:where(.uc-dark .cardx) {
  background: #212121 !important;
}
.flexbox {
  display: flex;
  gap: 25px;
  /* flex-wrap: wrap; */
}

.flexbox img {
  width: 350px;
}
.flexbox-content p a {
  text-decoration: none;
  color: rgb(53, 53, 216);
}
.pc {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 1.5rem;
  margin-top: 2rem;
}
.wallet {
  margin-bottom: 4rem;
  margin-top: 2rem;
}
.align-items-end {
  align-items: end;
}
.cs-title {
  display: flex;
  gap: 10px;
  align-items: center;
}
.cs-title span {
  font-size: large;
  font-weight: bold;
}

.pros ul,
.cons ul {
  list-style-type: none;
  list-style: none;
  padding-left: 5px;
}
.pros ul li img,
.cons ul li img {
  margin-right: 7px;
  vertical-align: middle;
  margin-bottom: 2px;
  width: 15px;
  height: 15px;
}

.pros h5,
.cons h5 {
  margin-bottom: 1rem;
}
.pros ul li,
.cons ul li {
  line-height: 2.2rem;
}
.b-50 {
  border-radius: 50%;
}
.m-text {
  margin-bottom: 20px !important;
}
@media (max-width: 500px) {
  .cardx {
    width: 80%;
  }
  .cardx-container {
    justify-content: start;
  }
  .post-content p:first-child::first-letter {
    margin-right: 3px !important;
  }
  .pros ul li,
  .cons ul li {
    line-height: 1.8rem;
  }
}

@media (max-width: 830px) {
  .flexbox {
    margin-top: 40px;
    margin-bottom: 40px;
    justify-content: center;
    flex-wrap: wrap;
  }
}
@media (min-width: 831px) {
  .flexbox {
    margin-top: 60px;
    margin-bottom: 60px;
  }
  .content .flexbox:nth-child(2n) {
    flex-direction: row-reverse;
  }
}
.blog6-content ul li,
.blog6-content ol li {
  margin-bottom: 10px;
}
.blog6-content ul li a,
.blog6-content ol li a {
  text-decoration: none;
  color: rgb(53, 53, 216);
}
