/*
Theme Name: Smart Home Child
Template: smart-home
Author: Juan
Description: Tema hijo para personalizaciones de Smart Home
Version: 1.0
*/

@import url("../smart-home/style.css");

.boton-mostrar-opcionales {
  background-color: #0058a3;
  color: white;
  border: none;
  padding: 0.6em 1.2em;
  cursor: pointer;
  font-size: 1rem;
  border-radius: 5px;
}
/* Mostrar los campos en bloque verticalmente */
#billing_first_name_field,
#billing_last_name_field {
  width: 100% !important;
  float: none !important;
  margin-right: 0 !important;
}