/* Subscription :  https://alphafounders.atlassian.net/browse/WOR-221 */
.rc-blog-subscribe-col {
  position: relative;
}
.rc-blog-subscribe-col::after {
  content: "";
  background-image: url("https://production-rabbit-care-blog.imgix.net/2021/10/icon-rabbit-subscribe2.svg");
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  bottom: -40px;
  right: 0;
  display: block;
  width: 285px;
  height: 285px;
}
.subscribe-form .subscribe-form__input:placeholder-shown {
  color: var(--rc-color-disabled);
  border: 1px solid var(--rc-color-gray) !important;
}

.subscribe-form .subscribe-form__wrapper{
  padding-top: 0px;
}
.subscribe-form .subscribe-form__input, 
.subscribe-form .subscribe-form__button {
  font-family: "Kanit";
  font-size: 16px;
  height: 50px;
  outline: none;
}
.subscribe-form .subscribe-form__input::placeholder{
  color: rgba(165, 170, 192, 0.7);
}

.subscribe-form .subscribe-form__input {
  color: var(--rc-color-disabled);
  border-radius: 10px;
  border: 1px solid var(--rc-color-gray);
  max-width: 350px;  
  padding-left: 16px;
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 10px;
  font-weight: 300;
}
.subscribe-form .subscribe-form__button{
  background-color: var(--rc-color-title);
  color: white;
  border-radius: 10px;
  width: 170px;  
}
.consent.consent-below p {
  font-size: 15px;
  text-align: center;
  margin: 25px 0px;
}
.consent.consent-above p {
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 25px 0px;
}
@media screen and (max-width: 767px) {
  .subscribe-form .subscribe-form__input {
    margin-right: 0;
  }
  .subscribe-form .subscribe-form__button{
    width: 100%;
  }
}

.subscribe-form .mc4wp-alert.mc4wp-success,
.mc4wp-form-success .mc4wp-alert.mc4wp-success{
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: var(--rc-color-content);
}