.draft-index-page .draft-item-popup {
  margin-left: -125px;
}
.draft-index-page .draft-table thead tr th {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.draft-index-page .draft-table thead tr th:first-child {
  text-align: left;
}
.draft-index-page .draft-table tbody tr {
  border-bottom: 1px solid #dadada;
  background-color: white;
}
.draft-index-page .draft-table tbody tr td {
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
}
.draft-index-page .draft-table tbody tr td:first-child {
  text-align: left;
}
.draft-index-page .draft-table tbody tr td:first-child a {
  text-decoration: underline;
  color: gray;
}
.draft-new-page input.draft-subject {
  width: 70%;
}
@media only screen and (max-width: 640px) {
  .draft-new-page {
    width: 100%;
  }
  .draft-new-page input.draft-subject {
    width: 95%;
  }
  .draft-new-page .single-button {
    margin-top: 20px;
    width: 100%;
  }
}
.empty-state-container {
  margin: 0 auto;
  padding-top: 120px;
  max-width: 400px;
  width: 100%;
  text-align: center;
  padding: 80px 20px;
}
.icon-container {
  width: 64px;
  height: 64px;
  margin: 0 auto 24px;
  background: #f9fafb;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.icon {
  width: 32px;
  height: 32px;
  color: #d1d5db;
}
.title-draft {
  font-size: 14px;
  color: #666;
  font-weight: 400;
  margin-bottom: 24px;
}
.description {
  font-size: 14px;
  color: #6b7280;
  margin-bottom: 24px;
  line-height: 1.5;
}
.btn-create-primary {
  display: inline-block;
  padding: 10px 20px;
  background-color: #f8c838 !important;
  color: #000000;
  border: 1px solid #34383B;
  border-radius: 10px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  cursor: pointer;
  text-decoration: none !important;
}
.btn-create-primary:hover {
  background-color: #FFBD09 !important;
}
.link {
  font-size: 14px;
  color: #6b7280;
  text-decoration: none;
  transition: color 0.15s ease;
}
.link:hover {
  color: #111827;
}
