@media (max-width: 640px) {
  #provely {
    right: 12px;
    width: min(304px, calc(100vw - 24px));
    max-width: none;
  }

  #provely > div,
  #provely .pv-card {
    position: relative;
    align-items: center;
    gap: 10px !important;
    min-height: 76px;
    padding: 10px 42px 10px 10px !important;
    border-radius: 14px !important;
  }

  #provely .pv-map {
    width: 40px;
    height: 40px;
    flex-basis: 40px;
    border-radius: 11px;
  }

  #provely .pv-content,
  #provely .min-w-0 {
    min-width: 0;
  }

  #provely p,
  #provely .pv-person,
  #provely .pv-action,
  #provely .pv-meta {
    display: block;
    min-width: 0;
    overflow: visible;
    text-overflow: clip;
    white-space: normal;
  }

  #provely p:first-child,
  #provely .pv-person {
    font-size: 12.5px;
    line-height: 1.28;
  }

  #provely p:nth-child(2),
  #provely .pv-action {
    margin-top: 1px;
    font-size: 11.5px;
    line-height: 1.32;
  }

  #provely p:nth-child(3),
  #provely .pv-meta {
    display: flex !important;
    flex-wrap: wrap;
    align-items: center;
    gap: 3px 5px;
    margin-top: 3px;
    font-size: 10.5px;
    line-height: 1.25;
  }

  #provely .pv-time {
    display: inline !important;
  }

  #provely #pv-x,
  #provely .pv-close {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 44px;
    height: 44px;
    margin: 0;
  }

  #provely #pv-x svg,
  #provely .pv-close .icon {
    width: 16px;
    height: 16px;
  }
}
