@charset "UTF-8";
/*========================================
Re:vite
Date : 20200904
URL : 
Style : each contents CSS "index"
Filename : re_contents.css
========================================*/

.rv_item-icon {
  margin: 0 0 5px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.rv_item-icon p {
  width: calc(50% - 1px);
  margin: 0;
  padding: 1px 0 0;
  font-size: 12px!important;
  font-weight: 500;
  text-align: center;
  box-sizing: border-box;
}
.rv_item-icon p.rv_icon-dog {
  color: #00adce;
  border: 1px solid #00adce;
  border-radius: 20px;
}
.rv_item-icon p.rv_icon-cat {
  color: #ff4848;
  border: 1px solid #ff4848;
  border-radius: 20px;
}
