.rypo-place-predictions {
  background: #fff;
  border: 1px solid #d9e3ef;
  border-radius: 12px;
  box-shadow: 0 14px 34px rgba(4, 34, 70, 0.18);
  max-height: min(360px, calc(100vh - 24px));
  overflow: hidden;
  position: fixed;
  z-index: 20000;
}

.rypo-place-options {
  max-height: 294px;
  overflow-x: hidden;
  overflow-y: auto;
}

.rypo-place-option {
  align-items: center;
  background: #fff;
  border: 0;
  border-top: 1px solid #edf2f7;
  color: #082b55;
  cursor: pointer;
  display: flex;
  
  gap: 10px;
  min-height: 52px;
  padding: 8px 12px;
  text-align: left;
  width: 100%;
}

.rypo-place-option:first-child {
  border-top: 0;
}

.rypo-place-option:hover,
.rypo-place-option.is-active {
  background: #f3f7fc;
}

.rypo-place-option > span:last-child {
  min-width: 0;
}

.rypo-place-option strong,
.rypo-place-option small {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rypo-place-option strong {
  font-size: 14px;
  font-weight: 700;
}

.rypo-place-option small {
  color: #64748b;
  font-size: 15px;
  margin-top: 2px;
}

.rypo-place-pin {
  align-items: center;
  background: #edf4fb;
  border-radius: 50%;
  display: inline-flex;
  flex: 0 0 30px;
  font-size: 17px;
  height: 30px;
  justify-content: center;
}

.rypo-google-attribution {
  align-items: center;
  background: #fff;
  border-top: 1px solid #edf2f7;
  display: flex;
  height: 32px;
  justify-content: flex-end;
  padding: 4px 10px;
}

.rypo-google-attribution img {
  height: 14px;
  width: auto;
}

input[data-google-place].is-place-invalid {
  border-color: #f21e36 !important;
  box-shadow: 0 0 0 3px rgba(242, 30, 54, 0.1) !important;
}

.google-place-feedback {
  color: #d9182f;
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-top: 6px;
}

.google-place-feedback[hidden],
.rypo-place-predictions[hidden] {
  display: none;
}

@media (max-width: 640px) {
  .rypo-place-predictions {
    border-radius: 10px;
  }

  .rypo-place-option {
    min-height: 56px;
  }
}
