@charset "UTF-8";
.deardocs-layout-3 .deardocs-doc-card {
  background: transparent;
  border-radius: 0;
  padding: 0;
  transition: all 0.2s ease;
  border: none;
  box-shadow: none;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.deardocs-layout-3 .deardocs-doc-card:hover {
  background: transparent;
  transform: none;
  box-shadow: none;
}
.deardocs-layout-3 .deardocs-doc-card:hover .deardocs-doc-card-title a {
  color: #395DFC;
}
.deardocs-layout-3 .deardocs-doc-card-header {
  padding: 0;
  background: transparent;
  margin-bottom: 12px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  border-bottom: 2px solid #f1f5f9;
  padding-bottom: 12px;
}
.deardocs-layout-3 .deardocs-doc-card-title {
  font-size: 1.1rem;
  font-weight: 600;
  color: #0f172a;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}
.deardocs-layout-3 .deardocs-doc-card-title a {
  color: inherit;
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 8px;
}
.deardocs-layout-3 .deardocs-doc-card-title a svg {
  width: 20px;
  height: 20px;
  color: #94a3b8;
  transition: color 0.2s ease;
}
.deardocs-layout-3 .deardocs-doc-card-title a:hover svg {
  color: #395DFC;
}
.deardocs-layout-3 .deardocs-doc-card .deardocs-card-count {
  font-size: 0.8rem;
  color: #f1f5f9;
  font-weight: 500;
}
.deardocs-layout-3 .deardocs-doc-card .deardocs-card-count::before {
  content: "(";
}
.deardocs-layout-3 .deardocs-doc-card .deardocs-card-count::after {
  content: ")";
}
.deardocs-layout-3 .deardocs-doc-card .deardocs-card-description {
  font-size: 0.85rem;
  color: #64748b;
  margin-top: 4px;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.deardocs-layout-3 .deardocs-doc-card-content {
  padding: 0;
  flex-grow: 1;
}
.deardocs-layout-3 .deardocs-doc-card-list {
  list-style: none;
  padding: 0 !important;
  margin: 0 !important;
}
.deardocs-layout-3 .deardocs-doc-card-list-item {
  margin-bottom: 8px;
  list-style: none;
}
.deardocs-layout-3 .deardocs-doc-card-list-item a {
  color: #475569;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.2s;
  text-decoration: none;
}
.deardocs-layout-3 .deardocs-doc-card-list-item a svg {
  width: 14px;
  height: 14px;
  color: #cbd5e1;
  flex-shrink: 0;
}
.deardocs-layout-3 .deardocs-doc-card-list-item a:hover {
  color: #395DFC;
  text-decoration: underline;
}
.deardocs-layout-3 .deardocs-doc-card-list-item a:hover svg {
  color: #395DFC;
}
.deardocs-layout-3 .deardocs-doc-card-footer {
  padding-top: 12px;
}
.deardocs-layout-3 .deardocs-doc-card-link {
  display: inline-flex;
  gap: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  color: #395DFC;
  text-decoration: none;
  transition: opacity 0.2s;
}
.deardocs-layout-3 .deardocs-doc-card-link:hover {
  color: #fff;
  text-decoration: none;
}
.deardocs-layout-3 .deardocs-doc-card-link::after {
  content: " →";
  transition: transform 0.2s;
}
.deardocs-layout-3 .deardocs-doc-card-link:hover::after {
  transform: translateX(4px);
}