.doing-card {
  min-height: 126px;
  position: relative;
  transition: border-color 0.15s ease, box-shadow 0.15s ease;
}

.doing-card:hover {
  border-color: var(--color-accent-fg);
  box-shadow: 0 3px 10px rgba(27, 31, 36, 0.08);
  text-decoration: none;
}

.doing-card-summary {
  padding-bottom: 30px;
}

.doing-card-kind {
  bottom: 12px;
  position: absolute;
  right: 12px;
}

.doing-card-title {
  flex: 1 1 auto;
  max-width: none;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.post-page-title.css-truncate-target {
  max-width: 410px;
}

.vcard-details {
  padding-left: 0;
}

@media (max-width: 767px) {
  .post-page-title.css-truncate-target {
    display: inline;
    max-width: none;
    overflow: visible;
    white-space: normal;
    word-break: break-word;
  }

  #header-search {
    flex-basis: 100%;
    margin-right: 0 !important;
  }

  #header-search .Header-search {
    margin-bottom: 0 !important;
    margin-right: 0 !important;
    width: 100%;
  }
}
