/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
/* === BOTÓN DEMO – AZUL OSCURO ELEGANTE === */

.wc-demo-button-wrapper{
  margin-top: 12px;
  width: 100%;
}

.wc-demo-button{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;

  background: #1e293b;          /* azul oscuro */
  color: #ffffff !important;

  padding: 12px 20px;
  border-radius: 8px;

  font-size: 14px;
  font-weight: 600;

  text-decoration: none;

  border: 1px solid #334155;    /* borde azul gris */
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}

/* Hover sutil */
.wc-demo-button:hover{
  background: #0f172a;          /* más oscuro */
  border-color: #475569;
  color: #ffffff !important;
}

/* Active */
.wc-demo-button:active{
  background: #0f172a;
}
