﻿.widget-show-more {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px 30px;
  position: relative;
  /*    &:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 128px;
        line-height: 102px;
        text-align: center;
        cursor: pointer;
        background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,white 57%);
        z-index: 1;
    }*/ }
  @media only screen and (max-width: 768px) {
    .widget-show-more {
      padding: 20px 5px; } }
  .widget-show-more__item {
    color: #7a7a7a;
    font-size: 13px;
    line-height: 26px;
    text-align: justify; }
    .widget-show-more__item h2 {
      margin-top: 10px;
      color: #5461a7;
      font-size: 17px;
      font-family: 'IranSansBold'; }
  .widget-show-more__btn {
    padding: 5px 18px;
    font-size: 12px;
    color: #fff;
    background-color: #b7da09;
    border-radius: 18px;
    display: inline-block;
    cursor: pointer;
    z-index: 2;
    position: relative; }
    .widget-show-more__btn i {
      padding-left: 6px;
      position: relative;
      top: 2px; }
  .widget-show-more .__hideContent {
    overflow: hidden; }
  .widget-show-more .__hideContent {
    overflow: hidden; }
  .widget-show-more.active:after {
    height: 60px; }
  .widget-show-more.active .widget-show-more__btn i {
    top: -1px; }
