html, body, #root {
  margin: 0;
  width: 100%;
  height: 100%;
  background: #000;
  font-family: 'Montserrat', Arial, Helvetica, sans-serif;
}

.wv-root {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.wv-map {
  width: 100%;
  height: 100%;
}

.wv-status {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 5;
  background: rgba(15, 15, 15, 0.72);
  color: #fff;
  border-radius: 10px;
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 600;
  width: fit-content;
  max-width: calc(100% - 20px);
  margin-left: auto;
}

.holder {
  margin-top: -21%;
  position: relative;
  z-index: 99999954;
}

.holder-webviewer {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  margin-top: 0;
}

.driver-info-card {
  position: relative;
  background-color: #0f0f0f;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  width: 100%;
  box-shadow: 0 -4px 12px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0;
}

.driver-card-grid-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  padding: 20px;
}

.grid-cell {
  display: flex;
  align-items: center;
  min-width: 0;
}

.mini-profile {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}

.mini-avatar {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 1px solid rgba(255, 255, 255, 0.15);
}

.mini-title {
  font-weight: 700;
  font-size: 14px;
  color: #fff;
  line-height: 1.1;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.driver-card-bottom-wrap {
  margin-top: 12px;
  padding: 12px;
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
  background: #282828;
  min-height: 172px;
  padding-top: 28px;
}

.chichote {
  width: 35%;
  background-color: #0f0f0f;
  margin-left: 60%;
  height: 43px;
  border-top-right-radius: 25px;
}

.eta {
  color: white;
  font-weight: 800;
  line-height: 43px;
  margin: 0;
  text-align: center;
}

.tx-price-two {
  color: white;
  background-color: #191919;
  padding: 14px;
  border-radius: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.tx-ride-address {
  color: #fff;
  font-size: 14px;
  margin-top: 8px;
  line-height: 1.35;
}

.tx-ride-address-with-icon {
  display: flex;
  align-items: center;
  gap: 8px;
}

.tx-ride-icon {
  width: 16px !important;
  height: 16px !important;
  object-fit: contain;
  flex: 0 0 auto;
}

.tx-money-icon {
  width: 34px;
  height: 34px;
  object-fit: contain;
  flex: 0 0 auto;
}

.wv-address-block {
  padding: 0 4%;
}
