/* Robin Hood Cigars V16 — stable external Google Translate option */
.rhc-translate-link{
  position:fixed;
  left:18px;
  bottom:18px;
  z-index:9000;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  min-height:42px;
  padding:0 16px;
  border:1px solid rgba(205,160,64,.78);
  background:#080808;
  color:#f3ead2;
  text-decoration:none;
  font:600 12px/1 Arial,sans-serif;
  letter-spacing:.08em;
  text-transform:uppercase;
  box-shadow:none;
  cursor:pointer;
  -webkit-tap-highlight-color:transparent;
}
.rhc-translate-link:hover,.rhc-translate-link:focus-visible{
  border-color:#d9ad4e;
  color:#fff4cf;
  background:#111;
  outline:2px solid rgba(217,173,78,.25);
  outline-offset:2px;
}
.rhc-translate-link svg{width:17px;height:17px;fill:currentColor;flex:none}
@media(max-width:640px){
  .rhc-translate-link{left:12px;bottom:12px;min-height:40px;padding:0 13px;font-size:11px}
}
@media print{.rhc-translate-link{display:none!important}}
