.o-media {
  display: flex;
  align-items: flex-start;
  padding: 1em;
  background: #fff; }

.o-media__figure {
  margin-right: 1em;
  flex-grow: 0;
  flex-shrink: 0;
  line-height: 1;
  width: 50px;
  height: 50px; }
  .o-media__figure > :last-child {
    margin-bottom: 0; }

.o-media__body {
  flex-grow: 1;
  flex-shrink: 1; }
  .o-media__body > :last-child {
    margin-bottom: 0; }
  .o-media__body + .o-media__figure {
    margin-left: 1em;
    margin-right: 0; }

/* ==========================================================================
   #SKELETON
   ========================================================================== */
.c-skeleton__figure, .c-skeleton__text {
  animation-duration: 1s;
  animation-fill-mode: forwards;
  animation-iteration-count: infinite;
  animation-name: placeHolderShimmer;
  animation-timing-function: linear;
  background-color: #e7e7e9;
  background-image: linear-gradient(to right, #eee 8%, #e7e7e9 18%, #eee 33%);
  background-size: 800px 104px; }

@keyframes placeHolderShimmer {
  0% {
    background-position: -468px 0; }
  100% {
    background-position: 350px 0; } }
.c-skeleton__figure {
  width: 100%;
  height: 100%; }

/**
 * [1]: Emulate line height
 */
.c-skeleton__text {
  height: 0.8em;
  width: 65%;
  margin-top: 0.3em;
  margin-bottom: 0.3em; }

.c-skeleton__text--small-height {
  margin-top: 0;
  margin-bottom: 0; }

.c-skeleton__text--inline {
  display: inline-block; }

.c-skeleton__text--full {
  width: 100%; }

.c-skeleton__text--big {
  width: 75%; }

.c-skeleton__text--bigger {
  width: 85%; }

.c-skeleton__text--small {
  width: 55%; }

.c-skeleton__text--smaller {
  width: 45%; }

.c-skeleton__text--tiny {
  width: 35%; }

/*# sourceMappingURL=skeleton.css.map */
