.eventPostType {}

.eventPostType__media {
  display:flex;
  overflow-y: auto;
  width: 100%;
}
.eventPostType__images {
  display:flex;
  height: 300px;
}

.eventPostType__images > img {
  /* max-height: 300px; */
  height: 300px;
  width: auto;
}
.eventPostType__date {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  background-color: #535353;
  border-radius: 7px;
  padding: 0 7px;
  color: #fff;
}

/* .eventPostType__descriere{
} */
.eventPostType__social{
display: flex;
}

.eventPostType__social > table {
display: inline-block;
border-collapse: collapse;

border-width:0;
}

.eventPostType__social > table > tbody > tr > th {
text-align: left;
border-width:0 0 0 0;
}