.filter {
  margin-bottom: 40px;
  width: 24%;
}

#views-exposed-form-research-projects-list-research-project-list {
  width: 100%;
  margin-bottom: 40px;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
#views-exposed-form-research-projects-list-research-project-list .form-actions {
  display: none;
}
#views-exposed-form-research-projects-list-research-project-list
  .form-type--select {
  width: 24%;
  margin-left: 12px !important;
}
#views-exposed-form-research-projects-list-research-project-list
  .form-type--select
  label {
  display: none;
}

#views-exposed-form-new-expert-panel-list-new-expert-panel-list {
  width: 100%;
  margin-bottom: 40px;
  display: block;
  padding: 0;
  border: 0;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
}
#views-exposed-form-new-expert-panel-list-new-expert-panel-list .form-actions {
  display: none;
}
#views-exposed-form-new-expert-panel-list-new-expert-panel-list
  .form-type--select {
  width: 24%;
  margin-left: 12px !important;
}
#views-exposed-form-new-expert-panel-list-new-expert-panel-list
  .form-type--select
  label {
  display: none;
}

.research-list {
  display: flex;
  margin: 0 -12px;
  flex-wrap: wrap;
}
.research-list .item {
  width: 25%;
  padding: 0 12px;
  margin-bottom: 30px;
}
.research-list .item .pic img {
  aspect-ratio: 16/10;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
}
.research-list .item .content {
  padding: 24px 4px;
  font-size: 1.1em;
}
.research-list .item .content > * {
  margin-bottom: 20px;
}
.research-list .item .content .type {
  font-weight: 700;
  color: #004d48;
  line-height: 125%;
}
.research-list .item .content .name {
  color: #999;
}

#block-ttu-views-block-new-expert-panel-list-new-expert-panel-list
  .research-list
  .item
  .pic
  img {
  aspect-ratio: 16/16;
  object-fit: cover;
  border-radius: 16px;
  width: 100%;
}

#block-ttu-views-block-new-expert-panel-list-new-expert-panel-list
  .research-list
  .item
  .content
  .type {
  font-family: Inter;
  font-weight: 700;
  font-size: 24px;
  line-height: 140%;
}

@media (max-width: 767px) {
  .filter {
    width: 100%;
  }

  .research-list .item {
    width: 100%;
  }

  #views-exposed-form-research-projects-list-research-project-list
    .form-type--select {
    width: calc(100% - 12px);
  }

  #views-exposed-form-new-expert-panel-list-new-expert-panel-list {
    width: calc(100% - 12px);
  }
}

.listing-blocks > .block {
  width: 100%;
}

.social-media-list {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}
.social-media-list .item {
  width: 33.333%;
  padding: 0 10px;
  margin-bottom: 24px;
}

.sns-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sns-card .sns-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
  padding: 16px 16px 0;
}
.sns-card .sns-head .user {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}
.sns-card .sns-head .user .icon {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
}
.sns-card .sns-head .user .icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}
.sns-card .sns-head .user .info {
  min-width: 0;
}
.sns-card .sns-head .user .info .name {
  font-weight: 700;
  font-size: 0.95em;
  line-height: 125%;
  color: #111;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sns-card .sns-head .user .info .date {
  color: #999;
  font-size: 0.8em;
  line-height: 140%;
  margin-top: 1px;
}
.sns-card .sns-head .logo {
  flex-shrink: 0;
  width: 28px;
  height: 28px;
}
.sns-card .sns-head .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}
.sns-card .body {
  padding: 12px 16px 16px;
  font-size: 0.9em;
  line-height: 145%;
  flex-grow: 1;
  color: #222;
}
.sns-card .body .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  word-break: break-word;
}
.sns-card .body .text p {
  margin: 0 0 0.5em;
}
.sns-card .body .text p:last-child {
  margin-bottom: 0;
}
.sns-card .body .more {
  color: #999;
  font-weight: 400;
  white-space: nowrap;
}
.sns-card .body .more:hover {
  text-decoration: underline;
  color: #666;
}
.sns-card .thumb {
  margin-top: auto;
}
.sns-card .thumb img {
  display: block;
  width: 100%;
  aspect-ratio: 4/3;
  object-fit: cover;
}

@media (max-width: 1023px) {
  .social-media-list .item {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .social-media-list .item {
    width: 100%;
  }
}

