/* Article I18N widget — uses mc-mod.net's own light palette (see tools-hub.css /
   the MC Auto Post content-fetcher table for the same colors), not 9minecraft's. */
.ai18n-langbox {
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  color: #1f2937;
  border-radius: 10px;
  padding: 12px 14px;
  margin: 0 0 18px;
  font-size: 14px;
}
.ai18n-cta-slot:empty { display: none; }
.ai18n-cta {
  display: inline-block;
  background: #2d7a4f;
  color: #fff !important;
  text-decoration: none !important;
  font-weight: 600;
  padding: 7px 14px;
  border-radius: 8px;
  margin-bottom: 10px;
}
.ai18n-cta:hover { background: #1a5c38; color: #fff !important; text-decoration: none !important; }

.ai18n-hsw { display: flex; align-items: center; gap: 8px; flex-wrap: wrap; }
.ai18n-hsw__label { color: #6b7280; font-size: 13px; }
.ai18n-hsw__sel {
  padding: 5px 9px;
  border: 1px solid #e5e7eb;
  border-radius: 7px;
  background: #fff;
  color: #2d7a4f;
  font-size: 13px;
  cursor: pointer;
  max-width: 220px;
}
