.gaki-fb-community {
  position: fixed;
  right: max(16px, env(safe-area-inset-right));
  bottom: max(18px, env(safe-area-inset-bottom));
  z-index: 2147483000;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 10px 14px;
  width: min(390px, calc(100vw - 32px));
  padding: 15px;
  color: #123b24;
  background: rgba(255, 255, 255, .97);
  border: 1px solid rgba(25, 109, 57, .20);
  border-radius: 18px;
  box-shadow: 0 12px 36px rgba(10, 51, 29, .22);
  font-family: system-ui, -apple-system, "Segoe UI", "Noto Sans SC", sans-serif;
}
.gaki-fb-community__info {
  display: flex;
  align-items: center;
  gap: 11px;
  min-width: 0;
  color: inherit;
  text-decoration: none;
}
.gaki-fb-community__info strong,
.gaki-fb-community__info small { display: block; }
.gaki-fb-community__info strong { font-size: 15px; line-height: 1.3; }
.gaki-fb-community__info small { margin-top: 3px; color: #51705d; font-size: 11px; }
.gaki-fb-community__icon {
  display: grid;
  flex: 0 0 38px;
  width: 38px;
  height: 38px;
  place-items: center;
  color: white;
  background: #1877f2;
  border-radius: 50%;
  font: 800 27px/1 Arial, sans-serif;
}
.gaki-fb-community__join {
  align-self: center;
  padding: 9px 12px;
  color: white;
  background: #176b3a;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}
.gaki-fb-community__join:hover { background: #0f552d; }
.gaki-fb-community__close {
  position: absolute;
  top: -9px;
  right: -7px;
  display: grid;
  width: 25px;
  height: 25px;
  padding: 0;
  place-items: center;
  color: #385345;
  background: white;
  border: 1px solid #d6e2d9;
  border-radius: 50%;
  cursor: pointer;
  font-size: 17px;
  line-height: 1;
}
@media (max-width: 560px) {
  .gaki-fb-community { grid-template-columns: 1fr; gap: 10px; }
  .gaki-fb-community__join { text-align: center; }
}
@media print { .gaki-fb-community { display: none !important; } }

