
.link-icon.chat:before, .link-icon.watchdog:before{display:none;}
a.link-icon {
    color: #aaa;
    text-transform: none;
    color: black;
}
    .benefitBanner.position--benefitProduct {
        width: 100%;}

.adtl-help-widget{
    display:flex;
    flex-wrap:wrap;
    align-items:center;
    gap:16px;
    padding:18px;
    margin-top:18px;
    background:#ffffff;
    border:2px dashed #A38B68;
    border-radius:0;
  }

  .adtl-hw-body{
    flex:1;
    min-width:220px;
  }

  .adtl-hw-heading{
    font-weight:800;
    font-size:18px;
    color:#2b241b;
    margin:0 0 4px;
  }

  .adtl-hw-subtitle{
    font-size:13px;
    color:rgba(43,36,27,.75);
    margin:0 0 12px;
    line-height:1.4;
  }

  .adtl-hw-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px 8px;
  }

  .adtl-hw-pill{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    padding:9px 14px;
    border-radius:0;
    border:1px solid #A38B68;
    background:#fff;
    color:#2b241b;
    text-decoration:none;
    cursor:pointer;
    font-size:13px;
    line-height:1.2;
    transition:all .15s ease;
  }

  .adtl-hw-pill:hover{
    background:#A38B68;
    color:#fff;
  }

  .adtl-hw-pill-phone{
    background:#A38B68;
    color:#fff;
  }

  .adtl-hw-pill-phone:hover{
    background:#8e7758;
  }

  .adtl-help-widget .dkLabFavouriteControls{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;
    padding:9px 14px !important;
    border-radius:0 !important;
    border:1px solid #A38B68 !important;
    background:#fff !important;
    color:#2b241b !important;
    font-size:13px !important;
    transition:all .15s ease;
  }

  .adtl-help-widget .dkLabFavouriteControls:hover{
    background:#A38B68 !important;
    color:#fff !important;
  }