/* Start custom CSS for shortcode, class: .elementor-element-10035d3 */.brand-page-container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 20px;
}

.brand-header {
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 10px;
}

.brand-logo {
    max-width: 180px !important;
    height: auto !important;
}

.brand-info {
    flex-grow: 1;
    margin-left: 40px;
}

.brand-title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.brand-description {
    color: #555;
    font-size: 16px;
}

.visit-store-btn {
    display: inline-block;
    padding: 4px 15px;
    background: #39270F;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    margin-top: 20px;
    text-align: center;
}

.coupon-list {
    margin-top: 30px;
}

.coupon-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 1px solid #ddd;
    padding: 15px;
    border-radius: 8px;
    background: #fff;
    margin-bottom: 10px;
}

.coupon-content {
    max-width: 70%;
}

.coupon-title {
    font-size: 18px;
    font-weight: bold;
}

.coupon-description {
    font-size: 14px;
    color: #666;
}

.coupon-expiry {
    font-size: 12px;
    color: red;
}

.coupon-btn {
    padding: 10px 15px;
   background-color: transparent;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
}
.coupon-btn:hover {
      background-color: transparent;
}

.partial-code {
    background-color: #e9f5ff;
    color: #027fc7;
    cursor: pointer;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    padding-left: 10px;
    width: 179px;
    border-radius: 3px 0 0 3px;
    position: relative;
    border: 1px dashed #027fc7;
    text-align: left;
}

.hide-btn {
    position: absolute;
    top: 10px;
    background-color: #39270F;
    text-align: center;
    cursor: pointer;
    color: #fff;
    height: 46px;
    line-height: 46px;
    padding-right: 14px;
    transition: transform 250ms, margin-left 250ms, width 250ms;
    right: 0;
    width: 145px;
    border-radius: 0;
}

.hide-btn:hover {
    width: 120px;
}
.hide-btn:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 46px solid #39270F;
    position: absolute;
    border-left: 25px solid transparent;
    border-right: 0 solid transparent;
    left: -24px;
    -moz-transform: scaleY(-1);
    -o-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    transform: scaleY(-1);
    filter: FlipV;
    -ms-filter: FlipV;
}

.coupon_symbol {
    display: flex;
}

.coupon-symbol-box {
    border: 1px solid #39270F;
    border-radius: 7px;
    margin-right: 10px;
    /* padding: 19px 7px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    font-size: 20px;
    font-weight: bold;
    color: #39270F;
    justify-content: space-between;
    width: 120px;
}

.coupon-symbol-title {
    padding: 13px 5px;
    text-wrap: auto;
    text-align: center;
    line-height: 1;
    font-size: 18px;
    font-weight: normal;
}

.coupon-symbol-type {
    border-top: 1px solid #39270F;
    width: 100%;
    text-align: center;
    padding: 0;
    margin: 0;
    font-size: 12px;
    height: 22px;

}

.brand-head {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.star-rating-new {
    font-size: 24px !important;
    color: gray;
    cursor: pointer;
    display: flex;
    gap: 5px;

    
}


.star-rating-new .star-new {
    transition: color 0.2s;
}

.star-rating-new .star-new:hover,
.star-rating-new .star-new.active {
    color: gold;
}

.current-rating {
    font-size: 18px;
    margin-top: 10px;
    font-weight: bold;
}

  
@media only screen and (max-width: 600px) {
  .coupon-item {
    flex-direction: column;
  }
  
  .coupon-btn {
    width: 100%;
    height: 50px;
  }
  .brand-header {
      flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .brand-info {
      display: flex;
      flex-direction: column;
      justify-content: center;
      margin-left: 0px;
  }
  
  .coupon_symbol {
      flex-direction: column;
      align-items: center;
  }
  .coupon-title,
  .coupon-description{
      text-align:center;
              margin-top: 10px;
  }
  .coupon-symbol-box {
      height: 130px;
    width: 100px;
    overflow: hidden;
  }
  .partial-code {
      width: 150px;
  }

.brand-title {
    margin-top: 20px;
    text-align: center;
    font-size: 19px;
}
.brand-description {
    text-align: center;
    font-size: 12px;
}
.brand-page-container {
    padding: 0px;
}

.rating-form {
    display: flex;
    align-items: center;
    justify-content: center;
}
#rating-msg {
            width: 100%;
        text-align: center;
        display: block;
}

}

.brand-description-text {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom: 5px;
transition: all 0.3s ease;
}

.brand-description-text.expanded {
-webkit-line-clamp: unset;
}
            
.toggle-description-btn {

}

.toggle-description-btn:hover {
text-decoration: underline;
}/* End custom CSS */