/*
Template:       valkuta
Theme Name:     Valkuta Child
Theme URI:      https://demo.themedraft.net/wp/valkuta/
Author:         ThemeDraft
Author URI:     https://themeforest.net/user/themedraft/
Description:    Buxiword is a digital marketing and consulting agency WordPress theme
Version:        1.1.6
Text Domain:    valkuta
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, translation-ready
*/

.portal-receta-container {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
}

.portal-receta-main {
  flex: 2;
}

.portal-receta-sidebar {
  flex: 1;
  border-left: 1px solid #eee;
  padding-left: 1.5rem;
}

.portal-receta__titulo {
  margin-bottom: 1rem;
}

.portal-receta-sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.portal-receta-sidebar li {
  margin-bottom: 0.5rem;
}

body.customer-area-active.single .cuar-css-wrapper.cuar-content-container .cuar-menu-container{
    display: none !important;
}

body.customer-area-active.single .cuar-css-wrapper .cuar-menu-container+.cuar-toolbar{
    display: none !important;
}

body.customer-area-active .cuar-css-wrapper .slick-slide-item{
    display: none !important;
}

.cuar-js-slick-responsive.slick-initialized {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
}

body.customer-area-active .cuar-css-wrapper .cuar-single-post-header {
    background: #ffffff !important;
    border-bottom: 1px solid #ffffff !important;
	display: none !important;
}

body.customer-area-active .cuar-css-wrapper .slick-slide img {
    display: none !important;
}

body.customer-area-active .cuar-css-wrapper, body.customer-area-active .cuar-css-wrapper.cuar-content-container{
    border: 1px solid #ffffff !important;
}

body.customer-area-active .cuar-css-wrapper .cuar-single-entry {
    border: 1px solid #d6d6d64d !important;
    border-top: 1px solid #d6d6d64d !important;
    padding: 25px !important;
    border-radius: 1rem !important;
    background: #fcfcfc !important;
}

body.customer-area-active .cuar-css-wrapper .panel-heading{
    border-top-right-radius: 1em !important;
    border-top-left-radius: 1em !important;
}

body.customer-area-active .cuar-css-wrapper .panel-heading+.panel-body{
    border-bottom-right-radius: 1em !important;
    border-bottom-left-radius: 1em !important;
}

body.customer-area-active .cuar-css-wrapper .btn-default{
    border-radius: 1em !important;
}

.wpuf-form.form-label-above {
  display: flex;
  flex-wrap: wrap;
}

/* Por defecto, todos los li toman el ancho completo */
.wpuf-form.form-label-above > li {
  width: 100%;
  box-sizing: border-box;
}

/* Los que tengan field-two-columns van al 50% */
.wpuf-form.form-label-above > li.field-two-columns {
  width: 50%;
  padding-right: 1rem;   /* opcional, para espacio entre columnas */
}

body ul.wpuf-form.form-label-above li .wpuf-label {
    margin-bottom: 1px !important;
}

input[type=text], input[type=email], input[type=password], input[type=url], input[type=search], input[type=tel], input[type=number], input[type=date], textarea{
	border-radius: 2em !important;
    background: #f7f7f7 !important;
	padding: 10px 15px !important;
}

body.customer-area-active .cuar-css-wrapper .cuar-content-styles ul {
	display: none !important;
}

.iconic-button-wrapper .button-subtitle{
	font-family: inherit !important;
}

/* Recetas: hacer columnas a 1 sola columna en móvil */
@media (max-width: 768px) {

  /* Tablas dentro del contenido de la receta */
  .portal-receta .receta-medica table {
    width: 100% !important;
  }

  .portal-receta .receta-medica table tr {
    display: block;
  }

  .portal-receta .receta-medica table td {
    display: block;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    box-sizing: border-box;
  }

  /* Un poquito de aire entre bloques */
  .portal-receta .receta-medica table td + td {
    margin-top: 10px;
  }
}
