.coin-group-card-component {
  display: flex;
  padding-bottom: 20px;
}
@media only screen and (min-width: 991px) {
  .coin-user-grp-card-component {
    margin-right: 10px;
  }
}
body.coin-grp-page-component h2 {
  font-style: normal;
  font-size: 22px;
  line-height: 30px;
  /* identical to box height */
  color: var(--primary-one);
  margin-bottom: 20px;
  font-family: 'proximanovabold';
  font-weight: 600;
}
body.coin-grp-page-component
  .coin-user-card-component
  .coin-user-img-component
  img {
  padding-left: 0;
  object-fit: cover;
  border-radius: 18px;
}

.coin-grp-btn-component a {
  border: 1px solid var(--gray-font);
  border-radius: 6px;
  text-decoration: none;
  padding: 7px;
  font-style: normal;
  font-size: 13px;
  /* line-height: 22px; */
  /* or 157% */
  text-align: center;
  color: var(--gray-font);
  /* padding-bottom: 4px; */
  font-family: 'proximanovasemibold';
}

.coin-grp-body-component {
  margin-bottom: 15px;
  font-style: normal;
  font-size: 14px;
  line-height: 19px;
  color: var(--primary-one);
  margin-top: 5px;
}
.coin-grp-body-component p{
  margin-bottom:-5px;
}

.coin-grp-title-component a {
  font-style: normal;
  font-size: 18px;
  line-height: 19px;
  color: var(--primary-one);
  text-decoration: none;
  font-family: 'proximanovabold';
}
strong{
    font-family: 'proximanovabold';
  
}

.coin-grp-page-component .coin-user-card-component .layout__region--first {
  height: inherit;
}

@media only screen and (max-width: 991px) {
  .coin-grp-page-component .views-view-grid .views-col {
    width: 100% !important;
  }
}
.coin-grp-page-component .coin-user-text-component {
  padding-left: 15px;
  width: 100%;
}
.coin-grp-page-component .page-title {
  text-align: left !important;
}
.coin-user-img-component {
  width: 60%;
  display: flex !important;
}

.coin-grp-btn-component {
  margin-bottom: 15px;
  font-style: normal;
  font-size: 14px;
  line-height: 22px;
  font-family: 'proximanovasemibold';
}
.coin-grp-page-component .coin-user-grp-card-component {
  background: var(--secondary-five);
  border-radius: 18px;
  height: auto;
  padding: 25px 30px 0px 30px;
  margin-bottom: 20px;
}

/*Topic Page**/

.coin-topic-page-component .coin-kyo-product-col .views-field-body p {
  font-style: normal;
  font-size: 16px;
  line-height: 26px;
  color: var(--primary-one);
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* .coin-topic-page-component .coin-kyo-product-col .views-field-body a {
  font-style: normal;
  font-size: 18px;
  line-height: 26px;
  color: var(--primary-one);
  text-decoration: none;
  font-family: 'proximanovabold';
} */
.coin-product-description > a {
    font-family: 'proximanovabold';
    font-weight: 700;
    font-size: 18px;
}
@media only screen and (min-width: 991px) {
  .coin-topic-page-component
    .coin-kyo-product-col
    .views-field-field-discussion-image- {
    width: 25% !important;
  }
  .coin-grp-desc-component {
    padding: 0px 50px;
  }
}
.coin-topic-page-component .coin-kyo-product-col .views-field.views-field-body {
  position: relative;
}

.coin-user-img-component img {
  width: 100%;
  border-radius: 18px;
  object-fit: cover;
}

.coin-grp-desc-component {
  position: absolute;
  bottom: 20%;
}

.coin-topic-page-component .layout__region.layout__region--content {
  position: relative;
}
.coin-grp-desc-component p:nth-child(1) {
  font-style: normal;
  font-family:proximanovabold;
  font-size: 38px;
  line-height: 52px;
  color: var(--pur-white);
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.coin-grp-desc-component p:nth-child(2) {
  font-style: normal;
  font-size: 20px;
  color: var(--pur-white);
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media only screen and (min-width: 991px) {
  .coin-topic-page-component .container-fluid {
    padding: 0px 20px !important;
  }
    /* blocklayout-hide in destop */
.coin-mobile-my-grp {
    display: none;
}
}
@media only screen and (max-width: 991px) {
  .coin-topic-page-component .container-fluid {
    padding: 0px 10px !important;
  }
  .coin-grp-desc-component p:nth-child(1) {
    font-size: 20px !important;
  }
  .coin-grp-desc-component p:nth-child(2) {
    font-size: 14px !important;
  }
  .coin-grp-desc-component {
    padding: 0px 20px;
  }
}
body.coin-topic-page-component .coin-block-title h2 {
  text-align: left;
}

.coin-topic-page-component span.coin-read-more-components span {
  left: inherit;
}

/* sme detail img */
.coin-product-banner img {
  height: 190px;
  object-fit: cover;
  border-radius: 18px;
  width: 100%;
}
@media only screen and (max-width: 991px) {
  .coin-product-banner {
    margin-bottom: 20px;
  }
  .coin-user-grp-card-component .view-empty{
    padding:20px;
    padding-bottom: 0px;
  }
}
.coin-topic-page-component .more-link {
  margin-bottom: 20px;
}
/* sme detail img */
@media only screen and (min-width: 640px) and (max-width: 991px) {
  .coin-user-grp-card-component {
    margin-right: 20px;
  }
}
.coin-user-grp-card-component .view-empty {
    display: flow-root;
}


/* Mobile version */


@media only screen and (max-width: 991px){
  .coin-topic-page-component .coin-kyo-product-col.views-col {
  display: flex;
  gap: 10px;
  border-bottom: 2px solid #D6D2C6;
}
  /* blocklayout-hide in mobile */
  .coin-web-my-group {
    display: none;
}
.coin-topic-page-component .views-row:last-child .coin-kyo-product-col {
  border: none;
}
.coin-topic-page-component .views-field.views-field-field-discussion-image- {
  width: 40%;
}

.coin-topic-page-component .coin-kyo-product-col .views-field.views-field-body {
  width: 60%;
  background: none;
  padding: 0 0 20px;
}

.coin-topic-page-component .coin-kyo-product-col .views-field-body p{
  padding: 0;
}

.coin-topic-page-component .coin-product-banner img {
  min-height: 100px;
  height: auto;
}
.coin-grp-page-component .coin-group-card-component {
  display: flex;
  align-items: flex-start;
  width: 100%;
gap:10px
}

.coin-grp-page-component .coin-user-img-component {
  width: 50%;
}

.coin-grp-page-component .coin-user-grp-card-component .coin-group-card-component .coin-user-text-component {
  width: 50% !important;
}
.coin-grp-page-component .coin-user-img-component img{
  height: 140px;
  padding: 0 !important;
}

.coin-grp-page-component .field-content .coin-group-card-component  .coin-user-text-component {
  width: 60%;
}
.coin-grp-page-component .coin-grp-body-component {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.coin-grp-page-component .coin-grp-title-component {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.coin-user-grp-card-component .view-content {
  padding: 10px !important;
}

  
}





