﻿/* common border radius */
/* disable text selection */
section.gt-block.publish-recipe {
  padding: 0 36rem 0 28rem;
  -webkit-border-radius: 4rem;
  -moz-border-radius: 4rem;
  border-radius: 4rem;
  background: #F8F8F8;
  -webkit-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  overflow: hidden;
}
section.gt-block.publish-recipe:before {
  content: " ";
  width: 11.6rem;
  height: 10.3rem;
  position: absolute;
  left: 6rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  background-image: url(../../images/logo-icon-orange.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
section.gt-block.publish-recipe h2 {
  padding: 3.4rem 0;
  margin: 0;
  color: #707070;
  font-size: 4.2rem;
  line-height: 6rem;
  font-weight: bold;
}
section.gt-block.publish-recipe h2 strong {
  color: #FD7D23;
}
section.gt-block.publish-recipe span {
  width: 36rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  background-color: #3CB81F;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='45.95' height='84.878' viewBox='0 0 45.95 84.878'%3E%3Cpath d='M74.979,37.5l-24.993-25L37.489,0,0,37.5' transform='translate(42.45 4.95) rotate(90)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='7'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 4.6rem auto;
}
section.gt-block.publish-recipe a {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  overflow: hidden;
}
@media screen and (max-width: 1200px) {
  section.gt-block.publish-recipe {
    padding: 0 20rem 0 16rem;
  }
  section.gt-block.publish-recipe:before {
    width: 8rem;
    height: 7rem;
    left: 4rem;
  }
  section.gt-block.publish-recipe h2 {
    padding: 2rem 0;
    font-size: 3rem;
    line-height: 5rem;
  }
  section.gt-block.publish-recipe span {
    width: 20rem;
    background-size: 3rem auto;
  }
}
@media screen and (max-width: 700px) {
  section.gt-block.publish-recipe {
    padding: 12rem 8rem 0 0;
  }
  section.gt-block.publish-recipe:before {
    width: 8rem;
    height: 7rem;
    left: 3rem;
    top: 3rem;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  section.gt-block.publish-recipe h2 {
    padding: 0 1rem 3rem 3rem;
  }
  section.gt-block.publish-recipe span {
    width: 8rem;
    background-size: 2.6rem auto;
  }
}
@media screen and (max-width: 500px) {
  section.gt-block.publish-recipe {
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    border-radius: 2rem;
  }
}
@media screen and (max-width: 360px) {
  section.gt-block.publish-recipe {
    padding: 8rem 7rem 0 0;
  }
  section.gt-block.publish-recipe:before {
    width: 7rem;
    height: 5rem;
    left: 2rem;
    top: 2rem;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    transform: none;
  }
  section.gt-block.publish-recipe h2 {
    font-size: 2.4rem;
    line-height: 3.4rem;
  }
  section.gt-block.publish-recipe span {
    width: 7rem;
    background-size: 2rem auto;
  }
}