.markino-progressbar-content {
  position: relative;
  margin-bottom: 22px;
}

.markino-progressbar-content:last-child {
  margin-bottom: 0;
}

.progress-value {
  float: right;
  border-radius: 0;
  color: var(--color-theme-secondary);
  line-height: 30px;
  font-weight: normal;
  position: relative;
  bottom: 0;
  right: 0;
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
}

.markino-progress-bar>span {
  background: var(--color-theme-primary) none repeat scroll 0 0;
  display: block;
  height: 100%;
  width: 0;
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
}

/* markino-progressbar-style-1 */
.markino-progressbar-style-1 .markino-progressbar-content {
  margin-bottom: 30px;
}

.markino-progressbar-style-1 .markino-progressbar-content:last-child {
  margin-bottom: 0;
}

.markino-progressbar-style-1 .markino-progressbar-content .progress-title-content {
  margin-bottom: 0px;
  position: relative;
}

.markino-progressbar-style-1 .markino-progressbar-content .progress-title-content .progress-value {
  float: none;
  position: absolute;
  top: 0;
  right: 0;
  color: var(--global-font-title);
  font-family: var(--highlight-font-family);
  font-size: var(--font-size-h3);
  line-height: var(--font-line-height-h3);
  font-weight: var(--font-weight-h3);
  font-variant-numeric: lining-nums;
}

.markino-progressbar-style-1 .markino-progressbar-content .markino-progress-bar .show-progress {
  position: relative;
  height: 24px;
}

.markino-progressbar-style-1 .markino-progressbar-content .markino-progress-bar {
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  border-radius: var(--border-radius);
  background: var(--global-font-title) none repeat scroll 0 0;
  display: flex;
  align-items: end;
  box-shadow: 0 0 0;
  height: 14px;
  margin: 0;
  position: relative;
  width: 100%;
  margin: 34px 0 0;
}