:host([data-captions-enabled='true'])
																slot[name='off'] {
																display: none !important;
															}

															:host(:not([data-captions-enabled='true']))
																slot[name='on'] {
																display: none !important;
															}

															:host([aria-expanded='true'])
																slot[name='tooltip'] {
																display: none;
															}
