/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/


/*STYLES MODULO POSTS RECENTES*/
ol, ul {
  padding-left: 0px; !important;
}
ol li, ul li {
  margin: 0.4rem !important;
}
#hs_cos_wrapper_widget_1678997185194_ > div > div > ul { 
  grid-gap: 5px 0px;
  align-items: center;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  list-style: none;
}
#hs_cos_wrapper_widget_1678997185194_ > div > div > ul > li {
  padding: 10px;
	background: #14194D;
  border-radius: 40px;
}
form {
  background-color: transparent !important;
}

#hs_cos_wrapper_widget_1678997185194_ > div > div > ul > li:last-child {
  border-right:none;
}
#hs_cos_wrapper_widget_1678997185194_ > div > div > ul > li > a {
  color:#fff !important;
  font-size:16px !important;
  text-decoration: none !important;
}
#hs_cos_wrapper_widget_1678997185194_ > div > div > ul > li > a > span {
  display:none;
}