/**
 * For the full copyright and license information, please view the
 * docs/licenses/LICENSE.txt file that was distributed with this source code.
 */
.label {
  padding: var(--#{$cdk}size-4) var(--#{$cdk}size-8);
  font-size: var(--#{$cdk}size-10);
  font-weight: 500;
  border-radius: var(--#{$cdk}size-0);
}
