@import url('./category-product-art.css');

.support-pill.support-messenger-link{
  display:inline-flex;
  align-items:center;
  gap:8px;
  text-decoration:none;
  transition:transform .16s ease,border-color .16s ease,background .16s ease,box-shadow .16s ease;
}
.support-pill.support-messenger-link:hover{
  transform:translateY(-1px);
  border-color:rgba(250,239,35,.7);
  background:rgba(250,239,35,.06);
  box-shadow:0 0 18px rgba(250,239,35,.08);
}
.messenger-bubble{
  width:18px;
  height:18px;
  display:inline-grid;
  place-items:center;
  border-radius:50%;
  background:#faef23;
  color:#05090c;
  flex:0 0 auto;
}
.messenger-bubble svg{
  width:12px;
  height:12px;
  display:block;
  fill:currentColor;
}
@media(max-width:620px){
  .support-pill.support-messenger-link{
    display:inline-flex!important;
    width:38px;
    height:38px;
    padding:0;
    justify-content:center;
    border-radius:50%;
  }
  .support-pill.support-messenger-link .support-label{display:none}
  .support-pill.support-messenger-link .messenger-bubble{
    width:24px;
    height:24px;
  }
  .support-pill.support-messenger-link .messenger-bubble svg{
    width:15px;
    height:15px;
  }
}
