/* Database Author Profile Styles */
/* 文学者紹介ページ用のスタイル */

.profile-bg dl,
.profile-bg dt,
.profile-bg dd {
  border: none !important;
  background: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.profile-row dd {
  border-bottom: none !important;
}

.profile-bg {
  background: #F3F2F0;
  max-width: 750px;
  width: 88%;
  margin: 0 auto;
  padding: 24px;
  text-align: left;
}

@media (max-width: 900px) {
  .profile-bg {
    max-width: 100%;
    width: 98%;
  }
}

.profile-dl {
  display: flex;
  flex-direction: column;
  gap: 0.2em;
  margin-bottom: 30px;
  padding: 10px 10px 5px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  background: none;
  text-align: left;
}

.profile-row {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2px;
  text-align: left;
}

.profile-row dt {
  min-width: 50px;
  width: 50px;
  margin: 0;
  padding: 0;
  text-align: left;
}

.profile-row dd {
  margin: 0 0 0 4px;
  padding: 0;
  border: none;
  color: #000;
}

h3 {
  margin-bottom: 0.3em !important;
}

.back-button:hover {
  background: #006400 !important;
}
