
.time{ width:120px; display:inline-block; }

.type{ border-radius:2px; padding:4px 8px 6px 8px; margin-right: 5px; }

.title{ padding-right: 10px; display: inline-block; margin-top: 10px;}

.news-drawer {
  padding:0 0px 40px 0;

}


.news-drawer__content-wrapper {
  font-size: 16px;
  line-height: 1.4em;
  max-height: 0px;
  overflow: scroll;
  transition: 0.5s ease-in-out;

}

.news-drawer__title {
  border-top: #000 1px solid;
  cursor: pointer;
  display: block;
  font-size: 16px;
  letter-spacing: 1px;
  font-weight: 700;
  padding: 30px 0 0 0;
  position: relative;
  margin-bottom: 0;
  transition: all 0.5s ease-out;
  
}

.news-drawer:nth-child(1) {
  border-top: #111 1.1px solid;
}

.news-drawer:last-child {
  border-bottom: #111 2px solid;
}

.news-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: right;
  height: 10px;
  left: -3px;
  position: relative;
  right: 20px;
  top: 14px;
  transform: rotate(135deg);
  transition: 0.5s ease-in-out;
  vertical-align: top;
  width: 10px;
}

/* OPTIONAL HOVER STATE */
.news-drawer__title:hover { 
  color: #4E4B52;
}

.news-drawer__trigger:checked
  + .news-drawer__title
  + .news-drawer__content-wrapper {
  max-height: 350px;
  padding: 30px 0 0px 0;
}


.news-drawer__trigger:checked + .news-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.25s ease-in-out;
}

input[type="checkbox"] {
  display: none;
}

@media only screen and (max-width: 600px) {
  .container {
    
  }
}
