<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* SugestaoRegra.css */
.SugestaoTile {
  display: inline-block;
  vertical-align: top;
  background-color: white;
  width: 100%;
  max-height: 400px;
}


.SugestaoTile_Texto {
  padding: 5px;
  max-height: 100px;
  overflow: hidden;
  margin-bottom: 1em;
}

.SugestaoTile_ListaPN {
  height: 250px;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
}

.SugestaoTile_PN {
  display: inline-block;
  vertical-align: top;
  width: 150px;
  text-align: center;
  padding: 3px;
  margin: 0px 5px 5px 0px;
  border: 1px dotted silver;
  overflow: hidden;
}

.SugestaoTile_PN_Img img {
  width: 136px;
  height: auto;
  margin-bottom: 5px;
}

</pre></body></html>