.br-plugin-forms {
  background: #fff;
  border: 1px solid #e4e7ef;
  border-radius: 14px;
  overflow: hidden;
  margin: 0 0 12px;
  box-shadow: 0 2px 10px rgba(20, 30, 50, .04);
}
.br-plugin-forms .br-forms-hd {
  padding: 8px 12px 7px;
  border-bottom: 1px solid #eef0f5;
  background: linear-gradient(180deg, #f8fafc 0%, #fff 100%);
}
.br-plugin-forms .br-forms-hd-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
.br-plugin-forms .br-forms-title-main {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
  color: #1a2744;
  letter-spacing: .04em;
}
.br-plugin-forms .br-forms-ico {
  font-size: 15px;
  line-height: 1;
}
.br-plugin-forms .br-forms-admin {
  flex: 0 0 auto;
  padding: 4px 10px;
  border-radius: 999px;
  border: 1px solid #d8dce8;
  background: #fff;
  color: #1a2744 !important;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 800;
}
.br-plugin-forms .br-forms-admin:hover {
  border-color: #1a2744;
}
.br-plugin-forms .br-forms-hint {
  margin: 3px 0 0;
  font-size: 11px;
  font-weight: 600;
  color: #4a5568;
  line-height: 1.25;
}
.br-plugin-forms .br-forms-hint strong {
  color: #047857;
  font-weight: 800;
}
.br-plugin-forms .br-forms-memo {
  margin-top: 3px;
  font-size: 11px;
  font-weight: 500;
  color: #6b7280;
  line-height: 1.2;
}
.br-plugin-forms .br-forms-body {
  padding: 4px 8px 8px;
  overflow-x: auto;
  overflow-y: auto;
  max-height: 66vh;
}
.br-plugin-forms .br-forms-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 12px;
  line-height: 1.2;
}
.br-plugin-forms .br-forms-table th,
.br-plugin-forms .br-forms-table td {
  padding: 4px 6px;
  border-bottom: 1px solid #eef0f5;
  text-align: left;
  vertical-align: middle;
}
.br-plugin-forms .br-forms-table th {
  font-size: 11px;
  font-weight: 700;
  color: #6b7280;
  white-space: nowrap;
}
.br-plugin-forms .br-forms-no {
  width: 4.5em;
  font-weight: 700;
  color: #374151;
  white-space: nowrap;
}
.br-plugin-forms .br-forms-title {
  color: #1a2744;
  font-weight: 600;
}
.br-plugin-forms .br-forms-date {
  width: 7.5em;
  color: #6b7280;
  white-space: nowrap;
  font-size: 12px;
}
.br-plugin-forms .br-forms-act {
  width: 3.2em;
  text-align: right;
}
.br-plugin-forms .br-forms-dl {
  display: inline-block;
  padding: 3px 9px;
  border-radius: 999px;
  background: #1a2744;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 11px;
  font-weight: 800;
}
.br-plugin-forms .br-forms-dl:hover {
  background: #2b3f6b;
}
.br-plugin-forms .br-forms-missing {
  color: #b91c1c;
  font-size: 11px;
}
.br-plugin-forms .br-forms-empty {
  color: #9aa0b8;
  text-align: center;
  padding: 8px 6px !important;
}
@media (max-width: 560px) {
  .br-plugin-forms .br-forms-date {
    display: none;
  }
}
