/*
Theme Name: Growla Child
Theme URI: https://gfxpartner.com/growla-1
Author: GFXPARTNER
Author URI: https://themeforest.net/user/gfxpartner
Description: Growla is the best Creative Multipurpose WordPress Theme.
Version: 1.0.0
Template: growla
*/

/* Fecha actual */
.shortcode_fecha {
	text-align: center;
}

.fecha-contrato {
  color: #222222;
  font-size: 16px;
}

/* Texto de factura */
.shortcode_factura {
 	font-size: 16px;
	color: #222222;
}

/* Recuadros firma empresa y cliente */
.firma-box {
  max-width: 100% !important;
}

canvas.firma {
  border: 1px solid #ccc !important;
  width: 100% !important;
  height: 150px !important;
  background-color: transparent !important;
  touch-action: none !important;
}

.boton-firma-custom {
  margin-top: 10px !important;
  padding: 10px 18px !important;
  background-color: #f3f3f3 !important;
  border: 1px solid #ccc !important;
  color: #111 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: none !important;
  display: inline-block !important;
}

.boton-firma-custom::before {
  content: none !important;
  display: none !important;
}

.boton-firma-custom:hover {
  background-color: #ddd !important;
  color: #222 !important;
  border-color: #999 !important;
}

/* Ocultar banner de cookies en contratos */
.single-contratos #cmplz-manage-consent {
    display: none !important;
}

/* Impresión de contratos */
@media print {
  /* Ocultar botones al imprimir */
  .firma-box button,
  .boton-descargar-contrato {
    display: none !important;
  }

  /* Dos columnas en móvil al imprimir */
  .firmas-container {
    flex-direction: row !important;
    justify-content: space-between;
    align-items: flex-start;
  }

  .firma-columna {
    width: 48% !important;
  }
}