/* Border Width */
.msu-border-xs {
  border-width: var(--msu-border-xs) !important;
}
.msu-border-sm {
  border-width: var(--msu-border-sm) !important;
}
.msu-border-md {
  border-width: var(--msu-border-md) !important;
}
.msu-border-lg {
  border-width: var(--msu-border-lg) !important;
}
.msu-border-xl {
  border-width: var(--msu-border-xl) !important;
}
.msu-border-2xl {
  border-width: var(--msu-border-2xl) !important;
}

/* Border Top Width */
.msu-border-t-xs {
  border-top-width: var(--msu-border-xs) !important;
}
.msu-border-t-sm {
  border-top-width: var(--msu-border-sm) !important;
}
.msu-border-t-md {
  border-top-width: var(--msu-border-md) !important;
}
.msu-border-t-lg {
  border-top-width: var(--msu-border-lg) !important;
}
.msu-border-t-xl {
  border-top-width: var(--msu-border-xl) !important;
}
.msu-border-t-2xl {
  border-top-width: var(--msu-border-2xl) !important;
}

/* Border Right Width */
.msu-border-r-xs {
  border-right-width: var(--msu-border-xs) !important;
}
.msu-border-r-sm {
  border-right-width: var(--msu-border-sm) !important;
}
.msu-border-r-md {
  border-right-width: var(--msu-border-md) !important;
}
.msu-border-r-lg {
  border-right-width: var(--msu-border-lg) !important;
}
.msu-border-r-xl {
  border-right-width: var(--msu-border-xl) !important;
}
.msu-border-r-2xl {
  border-right-width: var(--msu-border-2xl) !important;
}

/* Border Bottom Width */
.msu-border-b-xs {
  border-bottom-width: var(--msu-border-xs) !important;
}
.msu-border-b-sm {
  border-bottom-width: var(--msu-border-sm) !important;
}
.msu-border-b-md {
  border-bottom-width: var(--msu-border-md) !important;
}
.msu-border-b-lg {
  border-bottom-width: var(--msu-border-lg) !important;
}
.msu-border-b-xl {
  border-bottom-width: var(--msu-border-xl) !important;
}
.msu-border-b-2xl {
  border-bottom-width: var(--msu-border-2xl) !important;
}

/* Border Left Width */
.msu-border-l-xs {
  border-left-width: var(--msu-border-xs) !important;
}
.msu-border-l-sm {
  border-left-width: var(--msu-border-sm) !important;
}
.msu-border-l-md {
  border-left-width: var(--msu-border-md) !important;
}
.msu-border-l-lg {
  border-left-width: var(--msu-border-lg) !important;
}
.msu-border-l-xl {
  border-left-width: var(--msu-border-xl) !important;
}
.msu-border-l-2xl {
  border-left-width: var(--msu-border-2xl) !important;
}
