/* Termonto V1.13.4.3: streamline eToro CTA wording and slightly enlarge the header control. */

/* Header: preserve the approved composition, but remove the redundant "eToro / auf eToro" wording. */
.public-site .etoro-profile-cta-v1342 {
  gap: 9px;
  min-height: 39px;
  padding: 8px 12px;
}
.public-site .etoro-profile-cta-v1342 .etoro-cta-brand {
  font-size: 11px;
}
.public-site .etoro-profile-cta-v1342 .etoro-cta-label {
  font-size: 9px;
  letter-spacing: .05em;
}
.public-site .etoro-profile-cta-v1342 .etoro-cta-arrow {
  font-size: 12px;
}

/* Footer: the card already establishes the eToro context, so the action itself stays concise. */
.public-site .etoro-referral-card-v1342 .etoro-referral-btn-v1342 {
  gap: 8px;
}

@media (max-width: 700px) {
  .public-site .etoro-profile-cta-v1342 {
    min-height: 36px;
    padding: 7px 10px;
  }
  .public-site .etoro-profile-cta-v1342 .etoro-cta-brand { font-size: 10.5px; }
}
