.coin-detail-page-image img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 25px;
}

.coin-layout-block-region tr {
  background: none;
}

.coin-layout-block-region {
  background: rgba(214, 210, 198, 0.5);
  border-radius: 18px;
  padding: 0px 15px;
  padding-bottom: 2px;
  margin-bottom: 25px;
}

@media only screen and (min-width: 991px) {
  .coin-detail-page-layout .layout__region--first {
    padding: 0px 25px 0px 0px;
  }
  .coin-detail-page-layout .layout__region--second {
    padding: 0px 0px 0px 25px;
  }
}

.coin-detail-page-layout .layout__region--second td img {
  width: 100%;
}
.coin-listing-page-component .page-title {
  text-align: left !important;
}

.coin-detail-page-layout .layout__region--first {
  margin-bottom: 30px;
}

.coin-layout-block-region tr {
  background: none;
}
.coin-layout-block-region .table-striped > tbody > tr:nth-of-type(odd) > * {
  /* background: rgba(214, 210, 198, 0.5); */
  --bs-table-accent-bg: none;
  box-shadow: none;
}

.coin-detail-page-text,
.coin-detail-page-text * {
/*   font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.6; */
  color: var(--primary-one);
} 
.coin-detail-page-text a:hover{
  color: var(--primary-one);
}

@media only screen and (min-width: 991px) {
  .coin-detail-page-layout .layout__region--first {
    padding: 0px 25px 0px 0px;
  }
  .coin-detail-page-layout .layout__region--second {
    padding: 0px 0px 0px 25px;
  }
}

.coin-detail-page-layout .layout__region--second td img {
  width: 100% !important;
  /*height: 50px !important;*/
  height: 100%;
  object-fit: cover;
}
.coin-listing-page-component .page-title {
  text-align: left !important;
}

.coin-detail-page-layout .layout__region.layout__region--first {
  margin-bottom: 0;
}

@media only screen and (max-width: 991px) {
  .coin-listing-page-component .page-title {
    margin-bottom: 10px !important;
    line-height: 29px;
  }
}
.coin-layout-block-region tbody tr td:nth-last-child(1) {
  width: 65%;
}
.coin-detail-page-layout .layout__region--second h3 a {
  font-style: normal;
  font-size: 20px;
  line-height: 25px;
  color: var(--primary-one);
  text-decoration: none;
  font-family: 'proximanovabold';
}
.coin-detail-page-layout .layout__region--second h3 {
  padding-left: 0.75rem;
  line-height: 0;
  margin-bottom: 0px;
}

.coin-archived-month .field-content {
  padding-left: 0.75rem;
}

.coin-archived-month .field-content a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 25px;
  color: var(--primary-one);
  text-decoration: none;
  color: #00426A !important;
}

.coin-archived-month:last-child {
  margin-bottom: 10px;
}

.coin-detail-page-layout .layout__region--second tr td:first-of-type{
  width:50%
}

.coin-detail-page-layout .layout__region--second tr td:nth-of-type(2){
  width:50%;
  
}
@media only screen and (max-width: 991px) and (min-width: 640px) {
    .coin-detail-page-layout .layout__region--first {
    padding: 0px 20px 0px 0px;
}
}

/* detail page heading  */

 .page-title h1 span {
  font-weight: 700;
  color: #00426A;
}

.ui-detail-page-component .coin-detail-page-layout .layout__region--second h3 a {
  color: #ab2328;
}