.publicPartyRoute {
  width: 100%;
  margin: 12px 0 14px;
}

.rideCard .publicPartyRoute {
  display: none !important;
}

.publicPartyMapFrame {
  position: relative;
  width: 100%;
  height: 158px;
  overflow: hidden;
  border: 1px solid #ebe5ee;
  border-radius: 15px;
  background: #f5f2f7;
}

.publicPartyMapFrame img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.publicPartyMapFrame span {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #918893;
  font-size: 10px;
  white-space: nowrap;
}

.publicPartyRouteLine {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-width: 0;
  margin-top: 9px;
  color: #5e5861;
  font-size: 11px;
  line-height: 1.35;
  text-align: center;
}

.publicPartyRouteLine span {
  max-width: 42%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.publicPartyRouteLine b {
  flex: none;
  color: #8d55d2;
}

.publicContactMethod {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  margin-top: 8px;
  padding: 8px 10px;
  border-radius: 10px;
  background: #faf8fb;
  color: #6f6673;
  font-size: 10px;
  line-height: 1.35;
  white-space: nowrap;
  overflow: hidden;
}

.publicContactMethod b,
.publicContactMethod span,
.publicContactMethod small {
  flex: none;
  white-space: nowrap;
}

.publicContactMethod b { color: #4e4752; }
.publicContactMethod small { color: #9b929f; overflow: hidden; text-overflow: ellipsis; }

.rideCard .compactPublicContact {
  margin: 7px 0 0;
  padding: 0;
  background: transparent;
  color: #8a828d;
  font-size: 9px;
}

.rideCard .compactPublicContact b { display: none; }
.rideCard .compactPublicContact small { display: none; }
.rideCard .compactPublicContact span::before { content: '연락 · '; color: #aaa1ad; }

.partyPublicPrivacyNote {
  margin: 6px 0 0;
  color: #99909c;
  font-size: 9px;
  line-height: 1.4;
}
