@charset "UTF-8";
@font-face {
  font-display: fallback;
  font-family: "Noto Color Emoji";
  font-style: normal;
  font-weight: 400;
  src: url("/assets/fonts/NotoColorEmoji-flagsonly.ttf") format("truetype");
}
#rssite-main {
  margin-top: 4px;
  --cv-pad: 2rem;
}
@media (max-width: 920px) {
  #rssite-main {
    --cv-pad: 1rem;
  }
}
@media (max-width: 700px) {
  #rssite-main {
    --cv-pad: 0.5rem;
  }
}

#education dl {
  margin-left: var(--cv-pad);
  display: grid;
  grid-template-columns: 15ch 1fr;
}
@media (max-width: 600px) {
  #education dl {
    grid-template-columns: 1fr;
  }
}
#education dl dt {
  font-weight: bold;
}
#education dl dt:not(:last-child), #education dl dd:not(:last-child) {
  margin-bottom: 1rem;
}
#education dl dd > p:not(:last-child) {
  margin-bottom: 0.5rem;
}
@media (max-width: 600px) {
  #education dl dt:not(:last-child) {
    margin-bottom: 0;
  }
}

#education .cv-div {
  padding: 0 0.25rem;
}
#education .cv-div::before {
  content: "⫶";
}

#experience ul {
  margin-left: var(--cv-pad);
}
#experience .job {
  list-style-type: none;
}
#experience .job:not(:last-child) {
  margin-bottom: 1rem;
}
#experience .job .j-title {
  margin-bottom: 0.5rem;
}
#experience .job .j-wherewhen {
  width: 100%;
  display: inline-flex;
  justify-content: space-between;
  margin-bottom: 0.25rem;
}
#experience .job .j-wherewhen * {
  font-style: italic;
}

#projects ul, #awards ul, #others ul {
  margin-left: var(--cv-pad);
}
#projects li, #awards li, #others li {
  margin-left: 1em;
}
#projects li:not(:last-child), #awards li:not(:last-child), #others li:not(:last-child) {
  margin-bottom: 0.5rem;
}
#projects .award, #awards .award, #others .award {
  margin-top: 0.25rem;
}
#projects .award, #projects .award svg, #awards .award, #awards .award svg, #others .award, #others .award svg {
  display: inline-block;
  vertical-align: top;
}
#projects .award svg, #awards .award svg, #others .award svg {
  height: 1.5em;
  width: 1.2em;
  margin-left: 0.25rem;
}

#cv-download > p {
  font-weight: bold;
  font-size: 1.1em;
  margin-bottom: 1rem;
}
#cv-download .d-options {
  margin-left: 1rem;
}
#cv-download .d-options p {
  display: inline-block;
}
#cv-download .flag-icon {
  font-family: "Noto Color Emoji";
  display: inline-block;
  margin-right: 0.25rem;
}
#cv-download .d-div {
  padding: 0 0.25rem;
}
#cv-download .d-div::before {
  content: "|";
}
