/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 1.0.0
Text Domain:  Avada
*/

/* Background Lines */
.has-bg-lines::before {
  content: '';
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;

  background-image:
    linear-gradient(to bottom, #F1F3F7 0%, #F1F3F7 100%),
    linear-gradient(to bottom, #F1F3F7 0%, #F1F3F7 100%),
    linear-gradient(to bottom, #F1F3F7 0%, #F1F3F7 100%),
    linear-gradient(to bottom, #F1F3F7 0%, #F1F3F7 100%),
    linear-gradient(to bottom, #F1F3F7 0%, #F1F3F7 100%);

  background-size: 1px 100%, 1px 100%, 1px 100%, 1px 100%, 1px 100%;
  background-position: 16.6% 0, 33.3% 0, 50% 0, 66.6% 0, 83.3% 0;
  background-repeat: no-repeat;
}

/*Chip Label*/
.hg-chip {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 14px 6px 14px;
  background-color: #F7F8FB;
  border-radius: 999px;
  align-self: flex-start;
  max-width: fit-content;
}

.hg-chip::before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #6B7A99;
  flex-shrink: 0;
}
