.comments-title {
  font-size: 17px;
  color: #747474;
  font-weight: bold;
  margin-left: 20px;
}

.comments-card {
  background-color: white;
  margin-top: 1px;
  padding: 5px;
}

a.link {
  text-decoration: none;
  color: #747474;
}

.comments-menu {
  font-size: 13px;
  color: #363636;
  margin-left: 20px;
}

.comments-menu > a {
  text-decoration: none;
}

.comments-image {
  border-radius: 50%;
}

.comments-content {
  font-size: 10px;
  width: 100%;
  margin-left: 6px;
}

.comment-content-text {
  max-width: 100%;
  word-break: break-all;
  max-height: 50px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}

.comments-comment {
  margin-top: 10px;
  max-width: 100%;
  word-break: break-all;
  max-height: 50px;
  overflow: hidden;
}

.comments-all {
  color: #0c70ba;
  font-size: 13px;
  font-weight: bold;
  margin-right: 20px;
  display: flex;
}

@media (max-width: 300px) {
  .comments-title {
    font-size: 15px;
  }
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  min-width: 100px;
  margin-left: -40px;
  max-width: 120px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: #363636 !important;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: #3e8e41;
}

/* This align the icon to the right */
#icon {
  align-items: right;
}

.comments-offer {
  margin-right: 5px;
  background-color: #d9d9d9;
  border: 1px solid #bcbcbc;
  font-size: 10px;
  border-radius: 10px;
  color: #747474;
  width: 45px;
  text-align: center;
  min-width: 45px;
  max-height: 19px;
}

.comments-comment > p > img {
  width: 95% !important;
}

.comments-comment > p > iframe {
  width: 95%;
}
