/* A            A A                 :                   A                   :                   A                   :                   A                   :                   */    
   #xi_bottom_popup
                { width             : 100%;             height              : auto;             display             : none;             align-items         : stretch;
                  justify-content   : center;           font-size           : min(4vw,20px);             position            : fixed;            bottom              : 0;
                  left              : 0;                z-index             : 100;}
   #xi_bottom_popup a
                { width             : 50%;              height              : auto;             display             : flex;             align-items         : center;
                  justify-content   : center;           color               : #fff;             gap                 : 0.5em;            padding             : 1em 0;}                  
   #xi_bottom_popup a.left
                { background        : #1d8fbcd9;}
   #xi_bottom_popup a.right
                { background        : #3e54b5d9;}
   #xi_bottom_popup a img
                { width             : auto;             height              : 1.5em;}               
   #xi_bottom_popup a p 
                { line-height       : 1em;              font-weight         : 700;}         
                
                
@media (max-width:1024px) {
  #xi_bottom_popup 
                { display           : flex;}
}

@media (hover: none) and (pointer: coarse) {
  #xi_bottom_popup 
                { display           : flex;}
}
