.publishing .serviceProjectJournalModal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 1000;
  width: 100%;
  max-width: 750px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3.33rem;
  background: rgba(0, 0, 0, .58);
  box-sizing: border-box;
  transform: translateX(-50%);
}
.publishing .serviceProjectJournalModal.none {
  display: none;
}
.publishing .serviceProjectJournalDialog {
  position: relative;
  width: 100%;
  padding: 5.33rem 4rem 4rem;
  border-radius: 4rem;
  background: #fff;
  box-sizing: border-box;
}
.publishing .serviceProjectJournalClose {
  position: absolute;
  top: 2rem;
  right: 2.67rem;
  padding: 0;
  border: 0;
  background: transparent;
  line-height: 1;
}
.publishing .serviceProjectJournalOption {
  display: flex;
  align-items: center;
  min-height: 18.67rem;
  padding: 2.67rem;
  border: 1px solid #dbe7f7;
  border-radius: 1.33rem;
  color: inherit;
  text-decoration: none;
  box-sizing: border-box;
}
.publishing .serviceProjectJournalOption > img {
  width: 10.67rem;
  height: 10.67rem;
  flex: 0 0 10.67rem;
}
.publishing .serviceProjectJournalText {
  flex: 1;
  min-width: 0;
  line-height: 3.73rem;
}
.publishing .serviceProjectJournalAction {
  width: 16rem;
  height: 7.47rem;
  margin-left: 2rem;
  border-radius: .67rem;
  background: #1f69d0;
  color: #fff;
  line-height: 7.47rem;
}
.publishing .serviceProjectJournalOption:nth-child(2) .serviceProjectJournalAction {
  background: #28783d;
}

/* Design: two centered selection cards. */
.publishing .serviceProjectJournalDialog {
  max-width: 89.6%;
  padding: 3.2rem;
  border-radius: 2.4rem;
}
.publishing .serviceProjectJournalClose {
  top: 2.4rem;
  right: 2.4rem;
  color: #98a2b3;
  font-size: 4rem;
  font-weight: 300;
}
.publishing .serviceProjectJournalDialog > .title {
  padding-bottom: 2.4rem; 
  border-bottom: 1px solid #f0f1f3;
  font-size: 3.2rem;
  line-height: 4.2rem;
}
.publishing .serviceProjectJournalOptions {
  display: flex;
  gap: 3.2rem;
  margin-top: 2.4rem;
}
.publishing .serviceProjectJournalOption {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  min-width: 0;
  min-height: 39.6rem;
  padding: 3.2rem 2.4rem;
  border-color: #e4e7ec;
  border-radius: 1.6rem;
}
.publishing .serviceProjectJournalOption:nth-child(1) { order: 2; }
.publishing .serviceProjectJournalOption:nth-child(2) { order: 1; margin-top: 0; }
.publishing .serviceProjectJournalOption > img {
  width: 8rem;
  height: 8rem;
  flex: none;
  margin-bottom: 2rem;
}
.publishing .serviceProjectJournalText {
  flex: none;
  width: 100%;
  padding-left: 0;
  text-align: center;
  line-height: 4rem;
} 
.publishing .serviceProjectJournalText > div:last-child {
  min-height: 9.6rem; 
  line-height: 4rem;
}
.publishing .serviceProjectJournalAction {
  width: 100%;
  height: 8rem; 
  margin-top: 2.4rem;
  border-radius: 1rem; 
  line-height: 8rem;
}
.publishing .serviceProjectJournalOption:nth-child(1) .serviceProjectJournalAction { background: #175eba; }
.publishing .serviceProjectJournalOption:nth-child(2) .serviceProjectJournalAction { background: #2b6a37; }
