.u-bordered {
  border-width: 0;
  border-style: solid;
  border-color: initial;
}

.u-borderWidth-s {
  border-width: 0.1rem !important;
}

.u-borderLeftWidth-s {
  border-left-width: 0.1rem !important;
}

.u-borderRightWidth-s {
  border-right-width: 0.1rem !important;
}

.u-borderBottomWidth-s {
  border-bottom-width: 0.1rem !important;
}

.u-borderTopWidth-s {
  border-top-width: 0.1rem !important;
}

.u-borderRadius-rounded {
  border-radius: 50% !important;
}

@media (min-width: 30em) {
  .u-borderWidth-s\@xs {
    border-width: 0.1rem !important;
  }

  .u-borderLeftWidth-s\@xs {
    border-left-width: 0.1rem !important;
  }

  .u-borderRightWidth-s\@xs {
    border-right-width: 0.1rem !important;
  }

  .u-borderBottomWidth-s\@xs {
    border-bottom-width: 0.1rem !important;
  }

  .u-borderTopWidth-s\@xs {
    border-top-width: 0.1rem !important;
  }

  .u-borderRadius-rounded\@xs {
    border-radius: 50% !important;
  }
}

@media (min-width: 45em) {
  .u-borderWidth-s\@s {
    border-width: 0.1rem !important;
  }

  .u-borderLeftWidth-s\@s {
    border-left-width: 0.1rem !important;
  }

  .u-borderRightWidth-s\@s {
    border-right-width: 0.1rem !important;
  }

  .u-borderBottomWidth-s\@s {
    border-bottom-width: 0.1rem !important;
  }

  .u-borderTopWidth-s\@s {
    border-top-width: 0.1rem !important;
  }

  .u-borderRadius-rounded\@s {
    border-radius: 50% !important;
  }
}

@media (min-width: 60em) {
  .u-borderWidth-s\@m {
    border-width: 0.1rem !important;
  }

  .u-borderLeftWidth-s\@m {
    border-left-width: 0.1rem !important;
  }

  .u-borderRightWidth-s\@m {
    border-right-width: 0.1rem !important;
  }

  .u-borderBottomWidth-s\@m {
    border-bottom-width: 0.1rem !important;
  }

  .u-borderTopWidth-s\@m {
    border-top-width: 0.1rem !important;
  }

  .u-borderRadius-rounded\@m {
    border-radius: 50% !important;
  }
}

@media (min-width: 80em) {
  .u-borderWidth-s\@l {
    border-width: 0.1rem !important;
  }

  .u-borderLeftWidth-s\@l {
    border-left-width: 0.1rem !important;
  }

  .u-borderRightWidth-s\@l {
    border-right-width: 0.1rem !important;
  }

  .u-borderBottomWidth-s\@l {
    border-bottom-width: 0.1rem !important;
  }

  .u-borderTopWidth-s\@l {
    border-top-width: 0.1rem !important;
  }

  .u-borderRadius-rounded\@l {
    border-radius: 50% !important;
  }
}
