.card-head{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}
.card-head .card-name{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.card-head .card-name .vehicleImg{
  width: 55px;
  margin: 0px 10px 0px 10px;
  text-align: center;
}
.card-head .card-name .vehicleImg img{
  width: 55px;
  height: 40px;
}
.card-head .vehicle-status{
  list-style: none;
  display: flex;
}
.card-head .status {
    position: relative;
}
.satellite-txt {
  font-size: 8px;
  margin-top: 2px;
  margin-left: -11px;
}
.card-head .card-name h3 span {
  font-size: 14px;
  line-height: 18px;
  font-weight: 500;
  color: #848f9a;
  display: block;
}
.card-head .vehicle-status li {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  margin: 0 0 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.status img {
  height: 16px;
  margin: 0px;
  vertical-align: middle;
}
.parking-css {
    margin-left: -15px;
    width: 100%;
}
.parking-css span {
    padding-top: 4px;
    display: inline-flex
;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    background: red;
}
.accordion-body {
  padding: 1rem;
  background-color: #f9fafb; /* light background */
  border-top: 1px solid #e5e7eb; /* subtle top border */
}

.accordion-row {
  display: flex;
  flex-direction: row;
  margin-left: 2rem; /* like ml-8 */
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.accordion-line {
  width: 4px;
  background: linear-gradient(to top, #83f4e9, #83f4e9); /* yellow gradient */
  border-radius: 4px;
}

.accordion-content {
  flex: 1;
  padding: 0.75rem;
}

.accordion-content p {
  padding-left: 0.5rem;
  font-size: 0.875rem; /* text-sm */
  font-weight: 600;    /* font-semibold */
  color: #111827;      /* text-gray-900 */
  margin: 0.25rem 0;
}
