

/* Start:/local/templates/rekam/components/bitrix/news/committees/bitrix/news.detail/.default/style.css?17574874511712*/
.committees-docs, .committees-docs *:before, .committees-docs *:after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.committees-docs {
 width:100%;
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}

.committees-docs .doc-card {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 370px;
  min-height: 70px;
  /*padding:10px;*/
  /*border: 1px solid gray;*/
  margin:10px 0;
  font-family: Roboto, sans-serif;
   box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.committees-docs .doc-card__date {
  width: calc(100% / 3);
  height: 100%;
  text-align: center;
  font-size: .85rem;
  color: #817e7e;  
}

.committees-docs .doc-card__content {
  position: relative;
  width: calc((100% / 3) * 2);
  padding-left: 10px;
}

.committees-docs .doc-card__content::before {
  position: absolute;
  content: "";
  width: 1px;
  display: block;
  top: -2px;
  bottom: -2px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.2);;
}

.committees-docs .content__title {
  /*color: #6c6c6c;*/
  
  margin-bottom:5px;
}

.committees-docs .content__links a  {
  display: inline-flex;
  margin-right: 10px;
  text-decoration: none;
  color: #262626;
  border:none;
  transition: color 0.3s ease;
}

.committees-docs .content__links a:last-child {
  margin-right: 0;
}

.committees-docs .content__links a:hover .download-icon  {
  color:#817e7e;
  transition: color 0.3s ease;
}

.committees-docs .content__links a:hover  {
  color:#817e7e;
  transition: color 0.3s ease;
}


.committees-docs .download-icon {
  height: 18px;
  width:18px;
  color:#000;
  margin-right:5px;
  transition: color 0.3s ease;
}
/* End */
/* /local/templates/rekam/components/bitrix/news/committees/bitrix/news.detail/.default/style.css?17574874511712 */
