/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
.meta-container {
  position: relative;
  margin-top: 180px;
  padding-bottom: 30px;
  border-bottom: 1px solid var(--dark-blue); }
  @media (min-width: 981px) {
    .meta-container {
      margin-top: 30px;
      border: none; } }
  @media (max-width: 980px) {
    .meta-container {
      padding-left: 0; } }
  .meta-container .meta .icon {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    width: 40px;
    background-color: var(--white);
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (min-width: 981px) {
      .meta-container .meta .icon {
        height: 60px;
        width: 60px; } }
    .meta-container .meta .icon img {
      max-height: 20px;
      max-width: 20px;
      height: auto;
      width: auto; }
      @media (min-width: 981px) {
        .meta-container .meta .icon img {
          max-height: 30px;
          max-width: 30px; } }
  @media (max-width: 980px) {
    .meta-container .meta .title {
      padding-left: calc(40px + 90px / 4); } }
  .meta-container .meta .title h1, .meta-container .meta .title h2, .meta-container .meta .title h3 {
    margin: 0;
    padding: 4px 0 22.5px; }
    @media (min-width: 981px) {
      .meta-container .meta .title h1, .meta-container .meta .title h2, .meta-container .meta .title h3 {
        padding: 17px 0 45px; } }
  .meta-container .meta .content-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 15px; }
    @media (min-width: 981px) {
      .meta-container .meta .content-wrapper {
        max-width: 40%; } }
    .meta-container .meta .content-wrapper .content {
      display: flex;
      flex-direction: column; }
      .meta-container .meta .content-wrapper .content .name {
        font-weight: 800; }
    .meta-container .meta .content-wrapper .categories ul {
      list-style: none;
      padding: 0;
      margin: 0; }
      .meta-container .meta .content-wrapper .categories ul li {
        font-family: "JetBrains Mono", Helvetica, Arial, sans-serif;
        text-transform: uppercase;
        text-decoration: none;
        background-color: var(--green);
        color: var(--dark-blue);
        padding: 0 3px;
        line-height: 110%;
        font-size: 12px;
        width: -moz-fit-content;
        width: fit-content;
        margin-bottom: 5px; }
        @media (min-width: 981px) {
          .meta-container .meta .content-wrapper .categories ul li {
            font-size: 14px; } }

/*# sourceMappingURL=meta.css.map */
