.ft-pills-wrap{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin-top:8px;
}

.ft-pill{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:6px 14px;
  border-radius:999px;
  background:#f8e3df;
  border:1px solid #efb7b2;
  color:#d96f82;
  font-size:12px;
  line-height:1.2;
  font-weight:600;
  white-space:nowrap;
}

.ft-enquiry-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:14px 28px;
  border-radius:999px;
  background:#e56f87;
  color:#fff !important;
  font-weight:700;
  text-decoration:none;
  transition:.25s ease;
}

.ft-enquiry-btn:hover{
  transform:translateY(-2px);
  opacity:.92;
}

/* Account dashboard Start */
#profilepress-myaccount-wrapper .profilepress-myaccount-nav{
    display:flex;
    flex-wrap:wrap;
    gap:6px;
    padding-left:0;
    margin-bottom:0;
}
#profilepress-myaccount-wrapper .ppmyac-dashboard-item{
    display:flex;
    align-items:center;
    gap:6px;

    padding:6px 10px;
    margin-bottom:0;

    height:auto;
    min-height:0;

    font-size:14px;
    line-height:1.2;
}
#profilepress-myaccount-wrapper .ppmyac-dashboard-item:before{
    font-size:14px;
    margin-right:4px;
    line-height:1;
}
#profilepress-myaccount-wrapper .profilepress-myaccount-nav br{
    display:none;
}
/* Account dashboard End */

/* Hide Subscriptions completely */
#profilepress-myaccount-wrapper .ppmyac-dashboard-item.list-subscriptions,
#profilepress-myaccount-wrapper .ppmyac-dashboard-item.list-subscriptions + br{
  display:none !important;
}

/* Hide original Downloads text and show Messages */
#profilepress-myaccount-wrapper .ppmyac-dashboard-item.list-downloads{
  font-size:0 !important;
}
#profilepress-myaccount-wrapper .ppmyac-dashboard-item.list-downloads::after{
  content:"Messages";
  font-size:14px;
  line-height:1.2;
}

/* Hide original Orders text and show Booking History */
#profilepress-myaccount-wrapper .ppmyac-dashboard-item.list-orders{
  font-size:0 !important;
}
#profilepress-myaccount-wrapper .ppmyac-dashboard-item.list-orders::after{
  content:"Booking History";
  font-size:14px;
  line-height:1.2;
}

