/*
Theme Name:         Sensorline
Theme URI:          https://roots.io/sage/
Description:        Sage is a WordPress starter theme. <a href="https://github.com/roots/sage">Contribute on GitHub</a>
Version:            8.5.4
Author:             Roots
Author URI:         https://roots.io/
Text Domain:        sage

License:            MIT License
License URI:        http://opensource.org/licenses/MIT
*/

.c-header__whatsapp {
  display: inline-flex;
  align-items: center;
  margin-left: 1rem;          
}

.c-header__whatsapp-link {
  display: inline-block;
}

.c-header__whatsapp-icon {
  width: 35px;
  height: 35px;
  object-fit: contain;
}

.c-header__whatsapp-text {
  margin-left: 0.5rem;        
  font-size: 0.9rem;           
  color: inherit;              
  pointer-events: none;       
}

.c-header__whatsapp-icon {
  display: block !important;   
  width: 35px !important;       
  height: 35px !important;      
  object-fit: contain;          
  max-width: none !important;   
}

