.container {
  composes: dInflex alignVertical from '~@zohodesk/components/es/common/common.module.css';
  color: var(--zdt_headerlink_text);
  font-size: var(--zd_font_size12) ;
  margin-inline-end: var(--zd_size15) ;
}
.icon {
  margin-inline-end: var(--zd_size5) ;
}
.container:hover .text {
  border-bottom: 1px solid var(--zdt_headerlink_hover_text);
}
.text {
  composes: dotted from '~@zohodesk/components/es/common/common.module.css';
}
