/* Base */

.ta-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  white-space: nowrap;
}

/* Logo */

.ta-logo img {
  width: 120px;
  height: auto;
  vertical-align: middle;
}
.ta-logo {
  vertical-align: middle;
}

/* Stars */

.ta-stars {
  display: inline-flex;
  gap: 3px;
}

.ta-stars img {
  width: 14px;
  height: 14px;
}

/* Text */

.ta-rating-text {
  font-size: 12px;
  color: #444;
}

.ta-underline {
  text-decoration: underline;
}

/* Full variant only */

.ta-full {
  padding: 12px 14px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  background: #fff;
}

/* Header variant */

.ta-header {
  padding: 0;
  border: none;
  background: transparent;
}

.ta-header .ta-logo img {
  width: 110px;
  vertical-align: middle;
}

.ta-header .ta-rating-text {
  font-size: 11px;
}
