/**
 * 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
 */
.project-details {
  margin-block-start: var(--wp--preset--spacing--64); }
  .project-details__row {
    display: flex;
    padding: 1rem 1.5rem;
    border-radius: 1rem; }
    .project-details__row:nth-child(2n + 1) {
      background-color: var(--wp--preset--color--lightgray-alt); }
  .project-details__row-item {
    flex: 1 1; }
    .project-details__row-item a {
      text-decoration: underline !important; }
    .project-details__row-item:first-child {
      font-weight: 700;
      color: var(--wp--preset--color--primary); }
    .project-details__row-item:last-child {
      display: flex;
      align-items: center;
      flex-wrap: wrap; }
      .project-details__row-item:last-child .comma {
        min-width: 0.35rem; }

/*# sourceMappingURL=project-details.css.map */
