/*
 Theme Name:   Your Child Theme
 Theme URI:    http://homixom.com/
 Description:  Child theme for Your Parent Theme
 Author:       Your Name
 Template:     mweb-digiland-pro
 Version:      1.0.0
*/

a.external-buy-button {
  display: inline-flex;
  align-items: center;
  background-color: #e53935;
  color: #fff;
  padding: 12px 24px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  gap: 8px;
  transition: background-color 0.3s ease;
}

a.external-buy-button:hover {
  background-color: #c62828;
}

a.external-buy-button .pack-theme {
  width: 20px;
  height: 20px;
  fill: white;
}
