
.topic {

}

.topics.show {
  max-width: 860px;

}

.topics.index {
  max-width: 860px;

  .root-link {
  }
}

.topics {

  img {
    object-fit: cover;
    overflow-clip-margin: content-box;
    overflow: clip;
  }
  .topic-title {
    img {
      object-fit: contain;
    }
  }
}

.topics.edit {
  .topic-img {
    object-fit: cover;
    overflow-clip-margin: content-box;
    overflow: clip;
  }

  .preview-img {
    max-width: 216px;
    max-height: 216px;
  }
}


:root {

/* Two */
.topic-card {
  min-height: 100px;
  width: 100%;
  height: 200px;

  border-radius: 10px;
}
}
