@import url("https://fonts.googleapis.com/css2?family=Comfortaa:wght@300&family=Poppins:wght@300;500&display=swap");

html,
body,
div,
span,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
em,
img,
strong,
ol,
ul,
li,
form,
label {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  line-height: 1;
  box-sizing: border-box;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #333;
  font-size: 16px;
  position: relative;
  background: #fff;
  overflow-x: hidden;
  height: 100%;
}

.container {
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 1;
  height: 100%;
}

strong {
  font-weight: 600;
}

.main {
  background: #fff;
  padding: 0;
  box-shadow: 0 0 100px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.main-wrapper {
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 50px;
}

.title {
  text-align: center;
}

.title h1 {
  font-size: 42px;
  margin-bottom: 10;
  font-weight: 300;
  line-height: 1.2;
  font-family: "Comfortaa", sans-serif;
}

.recipe-stats {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  font-size: 14px;
  opacity: 0.8;
}

.recipe-stat {
  margin: 0 10px;
}

.recipe-stat-label {
  padding-right: 5px;
}

.recipe-image {
  width: 100%;
  margin-top: 25px;
  text-align: center;
}

.recipe-image img {
  width: 100%;
  margin-bottom: -3px;
}

.post-recipe {
  clear: both;
  background: #e0f8f5;
  padding: 30px;
  margin: 0 0 50px;
}

.actions {
  position: relative;
}

/* CSS */
.button-53 {
  background-color: pink;
  border: 0 solid #e5e7eb;
  box-sizing: border-box;
  color: #000000;
  display: flex;
  font-family: ui-sans-serif, system-ui, -apple-system, system-ui, "Segoe UI",
    Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
    "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 700;
  justify-content: center;
  line-height: 1.75rem;
  padding: 0.75rem 1.65rem;
  position: relative;
  text-align: center;
  text-decoration: none #000000 solid;
  text-decoration-thickness: auto;
  width: 100%;
  max-width: 50px;
  position: absolute;
  cursor: pointer;
  transform: rotate(-2deg);
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  right: 0;
}

.button-53:focus {
  outline: 0;
}

.button-53:after {
  content: "";
  position: absolute;
  border: 1px solid #000000;
  bottom: 4px;
  left: 4px;
  width: calc(100% - 1px);
  height: calc(100% - 1px);
}

.button-53:hover:after {
  bottom: 2px;
  left: 2px;
}

@media (min-width: 768px) {
  .button-53 {
    padding: 0.75rem 3rem;
    font-size: 1.25rem;
  }
}

/* .print-btn {
  cursor: pointer;
  border: none;
  background-color: pink;
  color: #fff;

} */

.row {
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 30px;
}

.col.span_6 {
  width: 50%;
}

.col {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
  background-clip: padding-box !important;
  position: relative;
}

.clear-after:after {
  content: "";
  display: block;
  clear: both;
}

.subtitle {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 30px;
  padding-bottom: 25px;
  border-bottom: 2px solid rgba(0, 0, 0, 0.1);
  margin-top: 40px;
  /* margin-top: 40px; */
}

.recipe-ingredients {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.recipe-ingredients li {
  line-height: 1.5;
  margin-bottom: 10px;
}

.recipe-instructions {
  display: block;
  list-style-type: disc;
  margin-inline-start: 0;
  margin-inline-end: 0;
  counter-reset: list-counter;
}

.recipe-instructions li {
  list-style-type: none;
  list-style-position: outside;
  margin: 0 0 0 32px !important;
  padding: 0 !important;
}

.recipe-instructions li:before {
  align-items: center;
  border: 0;
  border-radius: 100%;
  content: counter(list-counter);
  counter-increment: list-counter;
  display: flex;
  float: left;
  font-weight: 700;
  justify-content: center;
  margin: 2px 0 0 -32px;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  width: 18px;
  height: 18px;
  font-size: 12px;
  line-height: 12px;
}

.recipe-instructions li .recipe-instruction-text {
  line-height: 1.5;
  margin-bottom: 16px;
}

@media print {
  .recipe-image {
    display: none;
  }

  .container {
    width: 100%;
  }

  .main {
    background: #fff;
    padding: 0;
    box-shadow: none;
    height: 100%;
  }

  .main-wrapper {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }

  .button-53 {
    display: none;
  }

  .row {
    margin-top: 0;
  }
}

@media (max-width: 600px) {
  .col.span_6 {
    width: 100%;
  }
}
