.idea-container {
    background: #ffffff;
    box-shadow: 0px 0px 6px #00000029;
    border-radius: 10px;
    padding: 62px !important;
    margin: 60px 0;
  }
  
  .idea-container h1 {
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 25px;
    max-height: 100px;
    overflow-y: auto;
  }
  
  .idea-container .status-bar {
    font-size: 17px;
    font-weight: 500;
    color: #6e6f6e;
    margin-bottom: 30px;
  }
  
  .idea-container .status-bar span {
    color: #292929;
    font-weight: 500;
    font-style: italic;
  }
  
  .idea-container .status-bar div {
    text-align: center;
    border-right: 2px solid #6e6f6e;
  }
  
  .idea-container .status-bar div:last-child {
    border-right: none;
  }
  
  .idea-container .status-bar div i {
    margin-right: 8px;
    font-size: 20px;
  }
  
  .idea-container .status-bar div:first-child i {
    font-size: 17px;
  }
  
  .idea-container .status-bar a {
    color: #6f7070;
  }
  
  .idea-container .thumbnail {
    width: 100%;
    min-height: 390px;
    background: #F9F9F9;
    border: none;
    margin-bottom: 60px;
  }
  
  .idea-container h2 {
    color: #292929;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .idea-container p {
    font-size: 20px;
    color: #707070;
    margin-bottom: 40px;
    max-height: 400px;
    overflow-y: auto;
  }

  .idea-container #map {
    height: 400px;
    z-index: 0;
  }
  
  .idea-container .file-col {
    background: #F9F9F9;
    box-shadow: 0px 0px 4px #00000029;
    border-radius: 7px;
    padding: 22px 40px;
  }
  
  .idea-container .file-holder img {
    margin-right: 5px;
  }
  
  .idea-container .file-col h3 {
    font-size: 20px;
    color: #292929;
  }
  
  .idea-container .file-col a i {
    font-size: 30px;
    color: var(--color-foreas);
  }
  
  .idea-container .file-col h4 {
    color: #d8d8d8;
    font-size: 20px;
    padding-right: 5px;
  }

  .idea-container .tags-holder {
    width: 100%;
    overflow-x: auto;
    height: 60px;
    margin-bottom: 40px;
    display: flex;
    align-items: flex-start;
    white-space: nowrap;
  }
  
  .idea-container .tags-holder div {
    background: var(--color-politis);
    border-radius: 18px;
    display: inline;
    width: fit-content;
    padding: 10px 15px;
    margin-right: 15px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
  }

  .idea-container .reactions-counter {
    margin: 0px 0 20px 0;
    background-color: #f9f9f9;
    width: fit-content;
    border-radius: 15px;
    padding: 5px 20px;
  }
  
  .idea-container .reactions-counter div {
    padding-right: 15px;
    font-size: 15px;
    white-space: nowrap;
  }

  .idea-container .reactions-counter div:last-child {
    padding: 0;
  }
  
  .idea-container .reactions-counter img {
    width: 25px;
    margin-right: 5px;
  }

  .idea-container .published-from {
    color: #707070;
    font-size: 16px;
  }

  .idea-container .published-from a {
    text-decoration: none;
    padding-left: 5px;
    color: var(--color-politis);
  }
  
  @media (max-width: 575.98px) {
    .idea-container h1 {
      font-size: 26px;
    }
  
    .idea-container .status-bar div {
      margin-bottom: 15px;
      border: none;
    }
  
    .idea-container {
      padding: 50px 20px !important;
    }
  
    .idea-container .file-holder img {
      height: 30px;
    }
  
    .idea-container .file-holder .file-col h4 {
      font-size: 16px;
    }
  
    .participate-idea h2{
      font-size: 28px;
  }
  
    .participate-idea img {
      max-width: 80%;
      display: block;
      margin: auto;
      margin-bottom: 10px;
  }
  }
  @media (min-width: 576px) and (max-width: 767.98px) {
    .idea-container .status-bar div {
      margin-bottom: 15px;
      border: none;
    }

    .idea-container {
      padding: 50px 40px !important;
    }
  
    .idea-container .file-holder img {
      height: 40px;
    }
  
    .idea-container .file-holder .file-col h4 {
      font-size: 18px;
    }
  
    .participate-idea h2{
      font-size: 30px;
  }
  
    .participate-idea img {
      max-width: 300px;
      display: block;
      margin: auto;
      margin-bottom: 10px;
  }
  }
  @media (min-width: 768px) and (max-width: 991.98px) {
    .idea-container .status-bar div {
      margin-bottom: 20px;
    }
  
    .idea-container .status-bar div:nth-of-type(2) {
      border: none;
    }
  
    .idea-container .file-holder img {
      height: 50px;
    }
  
    .idea-container .file-holder .file-col h4 {
      font-size: 18px;
    }
  
    .participate-idea img {
      max-width: 300px;
      display: block;
      margin: auto;
      margin-bottom: 10px;
  }
  }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .idea-container .file-holder img {
      height: 60px;
    }
  }
  
  /* REACTIONS CLASS FOR idea ONLY */
  
  .idea-container .status-bar div:last-child div {
    border: none !important;
  }

  .idea-container .reacts {
    right: unset !important;
  }
  
  .idea-container .like {
      border: none;
    height: 30px;
    background: #f2f2f2;
    border-radius: 5px;
    color: #707070;
    font-size: 16px;
    padding: 2px 10px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  
  .idea-container .like i {
      margin-right: 5px;
      pointer-events: none;
  }
  