/* 
Theme Name: korho.fi - Hello Elementor Child
Theme URI: https://korho.fi/
Description: Child theme for Hello Elementor, made for korho.fi
Author: korho.fi
Author URI: https://korho.fi/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: Proprietary
License URI: N/A
Tags: 
*/

/* Add your custom styles here */

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 12px;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
@media print {
  body {
    background: #fff !important;
    font-size: 10px !important;
  }
  .hide-print,
  .hide-print * {
    display: none !important;
  }
}

.acf-recipe-table {
  font-size: 18px;
}

.acf-recipe-table th {
  background: transparent !important;
  border: 0;
  padding: 0;
  text-align: left;
}
table.acf-recipe-table {
  cellpadding: 0;
  width: 100%;
  border-collapse: collapse;
}
table.acf-recipe-table tr:nth-child(odd) td {
  background-color: rgba(226, 229, 233, 0.3) !important;
}
.acf-recipe-table td {
  padding: 6px;
  border: 0;
}
.acf-recipe-table td:first-child {
  padding-right: 10px;
}

.acf-recipe-table .checkbox-wrapper .round {
  position: relative;
}

.acf-recipe-table .checkbox-wrapper .round label {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 50%;
  cursor: pointer;
  height: 28px;
  width: 28px;
  display: block;
}

.acf-recipe-table .checkbox-wrapper .round label:after {
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  content: "";
  height: 6px;
  left: 8px;
  opacity: 0;
  position: absolute;
  top: 9px;
  transform: rotate(-45deg);
  width: 12px;
}

.acf-recipe-table .checkbox-wrapper .round input[type="checkbox"] {
  visibility: hidden;
  display: none;
  opacity: 0;
}

.acf-recipe-table .checkbox-wrapper .round input[type="checkbox"]:checked + label {
  background-color: #34a60a;
  border-color: #34a60a;
}

.acf-recipe-table .checkbox-wrapper .round input[type="checkbox"]:checked + label:after {
  opacity: 1;
}

.acf-recipe-instructions td {
  padding: 10px;
}

.acf-recipe-instructions td p:last-child {
  margin: 0;
}

.acf-recipe.acf-recipe-creator {
  display: flex;
  gap: 10px;
  align-items: center;
}

.acf-recipe.acf-recipe-creator .acf-recipe-creator-image img {
  width: 40px;
  border-radius: 50% !important;
}

.acf-recipe.acf-recipe-creator .acf-recipe-creator-content .name {
  font-size: 18px;
  font-weight: 500;
}
