@import url("wsWcs.css");
.wsdx {
  padding-bottom: 0.5rem;
  width: 100%;
  border-top: 1px solid #cacaca;
  border-bottom: 1px solid #cacaca;
}
.wsdx:last-of-type {
  border-top: 1px solid #cacaca;
}
.wsn{
  display: flex;
  flex-direction: row;
  color: #777;
  justify-content: space-between;
  padding: 0;
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.wsoh{
  width: 1em;
  height: 1em;
  margin-top: 0.4rem;
}
.wso{
  display: block;
  width: 100%;
  height: 100%;
  border-top: 0.25rem solid #667;
  border-right: 0.25rem solid #667;
  transform: rotate(45deg);
  margin-left: -0.4rem;
}
.wso.odwn {
  transform: rotate(135deg);
}

.cgrd{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  align-self: center;
  width: 100%;
}
.cx {
  width: 100%;
  position: relative;
  background: white;
  background-position: center;
  background-size: cover;
  overflow:hidden;
  max-width: 600px;
  border: 3px solid #dbdbdb;
}
.cx:hover{
  font-size: 1.2rem;
  border-color: black;    
}
.cx a {
  color: #6e6e6e;
  text-decoration: none;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ix {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.ix img.ig{width: 100%; }
.ix .lx{
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0.5rem;
}
.ix .lx .clnk{
  padding: 0.5rem;
  background: #eaeaea;
  border-radius: 5px;
}
.itl{
  color: #667;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 1rem;
  white-space: break-spaces;
  margin: 10px;
  text-align: center;
}

@media (min-width:768px){
  .cx { width: 32%; }
  .itl{max-height: 45px;}

.wsn{
  padding: 0.5rem 1rem 0.5rem 1rem;
  font-size: 2rem;
}
}
