/*
 Theme Name:   Twenty Twelve Child MEWIGO
 Template:     twentytwelve
 Version:      1.0
 Text Domain:  twenty-twelve-child
*/
/* Trustpilot CTA – Sidebar */
.trustpilot-review-cta {
  margin-top: 20px;
}

.trustpilot-review-cta a {
  display: block;
  padding: 12px 14px;
  background: #f4f6f5;
  border-left: 4px solid #008080;
  border-radius: 3px;
  text-align: center;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  transition: background-color 0.2s ease, color 0.2s ease;
}

.trustpilot-review-cta a:hover {
  background: #e9efed;
  color: #000;
}
