

/* ------------------------- POSTS ------------------------------- */

.post-container .date {
  font-size: 0.6em;
  text-align: right;
}

.post-container a:hover {
  text-decoration: underline;
}

.post-container .post-title {
  font-size: 2em;
  margin-bottom: 0.5em;
  font-weight: 1000;
}

.post-container .post-content {
  font-size: 0.9em;
  text-align: justify;
  text-justify: inter-word;
}

.post-container .youtube-container  {
  margin: auto;
  margin-bottom: 1.5em;

  position: relative;
  overflow: hidden;
  width: 80%;
  padding-top: 40%;
}

.post-container .youtube-container .youtube-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.post-container .post-subtitle {
  font-size: 1.75em;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  font-weight: 800;
}

.post-container .post-section-title {
  font-size: 1.2em;
  margin: 0;
  font-weight: 800;
}

.post-container .post-sources {
  font-size: 0.75em;
}

.post-container .post-sources a:hover {
  text-decoration: underline;
}


@media (max-width: 1000px) { /* phone */
  .post-container .post-title {
    text-align: center;
  }

  .post-container .youtube-container  {
    width: 100%;
    padding-top: 58%;
  }

  .post-container .post-subtitle {
    text-align: center;
  }

  .post-container .post-section-title {
    text-align: center;
  }

  .post-container .post-content {
    font-size: 0.75em;
  }
}
.post-list-container {
  margin-top: 0.45em;
}

.post-list-container a:hover {
  text-decoration: underline;
}

.post-list-container ul.post-list-partial {
  font-size: 0.95em;
}

.sorting-choice {
  color: rgb(161, 159, 159);
  font-size: 0.85em;
}

.sorting-choice a {
  color: inherit;
}


