.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS */table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 14px;
}

 
table th {
background: #fdf2f7;
  color: #93235f;
  font-weight: 600;
  padding: 12px 14px;
  text-align: left;
  border-bottom: 2px solid #d1007d;

}

 
table td {
  padding: 12px 10px;
  border-bottom: 1px solid #eee;
  color: #333;
}


table tr:nth-child(even) {
  background-color: #fafafa;
}


table tr:hover {
  background-color: #f5f5f5;
}

table thead {
  background-color: #fce4ec;
}/* End custom CSS */