/* ClutchHub v193: ana sayfa canlı LFG detayları ve katılma eylemi. */

.home-v3-new-lfg > a.home-lfg-v193-card {
  grid-template-columns: 48px minmax(0, 1fr) auto !important;
  align-items: center;
  min-height: 112px;
  padding: 12px 13px !important;
}

.home-v3-new-lfg > a.home-lfg-v193-card > div {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}

.home-lfg-v193-description {
  color: #65758a;
  display: -webkit-box;
  margin: 3px 0 0;
  overflow: hidden;
  font-size: 11px;
  line-height: 1.35;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.home-lfg-v193-owner {
  color: #263950;
  align-items: center;
  gap: 5px;
  min-width: 0;
  margin-top: 3px;
  font-size: 10px;
  font-weight: 850;
  display: inline-flex;
}

.home-lfg-v193-owner::before {
  content: "";
  background: #1dbc6d;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  flex: 0 0 6px;
}

.home-lfg-v193-meta {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-top: 6px;
}

.home-lfg-v193-meta span {
  color: #53657c;
  background: #f7f9fc;
  border: 1px solid #dfe7ef;
  border-radius: 6px 2px;
  padding: 3px 6px;
  font-size: 9px;
  font-weight: 750;
  line-height: 1;
}

.home-v3-new-lfg > a.home-lfg-v193-card > footer {
  align-content: center;
  align-self: stretch;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: end;
  gap: 7px 9px;
  min-width: 126px;
}

.home-lfg-v193-join {
  color: #fff;
  cursor: pointer;
  background: linear-gradient(135deg, #ff6725, #ed4a10);
  border: 1px solid #e8470e;
  border-radius: 8px 3px;
  grid-column: 1 / -1;
  min-width: 118px;
  min-height: 34px;
  padding: 7px 12px;
  font: inherit;
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 7px 16px rgb(239 76 16 / 18%);
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.home-lfg-v193-join:hover:not(:disabled),
.home-lfg-v193-join:focus-visible {
  background: linear-gradient(135deg, #f75c1b, #d93d08);
  box-shadow: 0 9px 20px rgb(227 66 9 / 24%);
  transform: translateY(-1px);
}

.home-lfg-v193-join:focus-visible {
  outline: 3px solid rgb(255 91 24 / 24%);
  outline-offset: 2px;
}

.home-lfg-v193-join.is-pending,
.home-lfg-v193-join.is-joined,
.home-lfg-v193-join:disabled {
  color: #5c6c80;
  cursor: default;
  background: #f3f6f9;
  border-color: #dce4ec;
  box-shadow: none;
}

.home-lfg-v193-join.is-owner {
  color: #ee5319;
  background: #fff6f1;
  border-color: #ffb998;
  box-shadow: none;
}

.home-lfg-v193-feedback {
  color: #168c55;
  grid-column: 1 / -1;
  max-width: 130px;
  font-size: 9px;
  font-weight: 800;
  text-align: right;
}

.home-lfg-v193-feedback.is-error {
  color: #c43e2b;
}

@media (width <= 720px) {
  .home-v3-new-lfg > a.home-lfg-v193-card {
    grid-template-columns: 44px minmax(0, 1fr) !important;
  }

  .home-v3-new-lfg > a.home-lfg-v193-card > footer {
    grid-column: 1 / -1;
    grid-template-columns: auto auto minmax(110px, auto);
    justify-content: stretch;
    min-width: 0;
    padding-left: 50px;
  }

  .home-lfg-v193-join {
    grid-column: auto;
    justify-self: end;
  }

  .home-lfg-v193-feedback {
    grid-column: 1 / -1;
    max-width: none;
  }
}
