/*
** .c-post-single
*/

.c-post-single__date {
  margin-bottom: calc(13 * 100vw / var(--standard-width));
}

.c-post-single__title {
  font-size: calc(25 / var(--standard-font-size) * 1em);
  padding-bottom: calc(27 * 100vw / var(--standard-width));
  margin-bottom: calc(36 * 100vw / var(--standard-width));
}

.c-post-single__button {
  margin-top: calc(72 * 100vw / var(--standard-width));
}