@charset "UTF-8";
.my-likes-container[data-v-aa85c860] {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 0.625rem;
  margin-top: 0.625rem;
  font-family: Arial, sans-serif;
}
.user-profile[data-v-aa85c860] {
  display: flex;
  justify-content: flex-start;
  /* 确保头像和用户信息整体左对齐 */
  align-items: center;
  /* 保持垂直居中 */
  width: 116.375rem;
  height: 10.75rem;
  background: #20293A;
  border-radius: 1.25rem;
  border: 0.0625rem solid #374353;
  padding: 1rem;
  margin-top: -0.625rem;
}
.profile-avatar[data-v-aa85c860] {
  width: 8.75rem;
  height: 8.75rem;
  border-radius: 50%;
  margin-right: 1.25rem;
}
.user-info[data-v-aa85c860] {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
  align-items: flex-start;
  /* 子元素左对齐 */
  flex: 1;
}
.username[data-v-aa85c860] {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  /* 强制文字左对齐 */
  width: 100%;
  /* 确保占满容器 */
}
.bio[data-v-aa85c860] {
  font-size: 1rem;
  color: #aaa;
  line-height: 1.5;
  text-align: left;
  /* 强制文字左对齐 */
  max-width: 100%;
  /* 防止溢出 */
  width: 100%;
  /* 确保占满容器 */
}
.stats-row[data-v-aa85c860] {
  display: flex;
  gap: 0.625rem;
  font-size: 1rem;
  margin-left: -1.25rem;
  justify-content: flex-start !important;
  /* 强制统计项左对齐 */
  width: 100%;
  /* 占满父容器宽度 */
}
.stat-item[data-v-aa85c860] {
  display: flex;
  flex-direction: column;
  align-items: center;
  /* 保持内部文字居中 */
  cursor: pointer;
  min-width: 3.75rem;
  /* 确保统计项有足够宽度 */
}
.stat-item[data-v-aa85c860]:hover {
  opacity: 0.8;
}
.stat-value[data-v-aa85c860] {
  font-weight: bold;
  color: #fff;
}
.stat-label[data-v-aa85c860] {
  color: #aaa;
}

/* 文章网格 */
.likes-grid[data-v-aa85c860] {
  display: grid;
  grid-template-columns: repeat(3, 39rem);
  gap: 0.625rem;
  margin-top: -0.625rem;
}
.content-card[data-v-aa85c860] {
  width: 36.5rem;
  height: 27.6875rem;
  background: #20293A;
  border-radius: 1.25rem;
  border: 0.0625rem solid #374353;
  padding: 1.25rem;
  color: #fff;
}
.content-image[data-v-aa85c860] {
  width: 100%;
  height: 19.75rem;
  /* 适配 443px 高度，减去 padding 和其他元素 */
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 0.625rem;
}
.content-text[data-v-aa85c860] {
  font-size: 0.875rem;
  margin: 0.625rem 0;
  height: 1.875rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.content-text1[data-v-aa85c860] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.user-info1[data-v-aa85c860] {
  position: relative;
  /* 为 .update-time 提供定位上下文 */
  display: flex;
  flex-direction: row;
  /* 头像和用户名水平排列 */
  align-items: flex-start;
  /* 顶部对齐 */
  min-width: 12.5rem;
  /* 确保有足够空间 */
}
.user-avatar1[data-v-aa85c860] {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  margin-right: 0.625rem;
  /* 与用户名间距 */
}
.user-name1[data-v-aa85c860] {
  font-weight: bold;
  font-size: 0.875rem;
  color: #fff;
  line-height: 2.5rem;
}
.update-time1[data-v-aa85c860] {
  position: absolute;
  top: 2.75rem;
  /* 头像下方，留 4px 间距 */
  left: 0;
  /* 与头像左边缘对齐 */
  font-size: 0.75rem;
  color: #aaa;
}
.card-footer[data-v-aa85c860] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.stats[data-v-aa85c860] {
  display: flex;
  gap: 1.25rem;
  font-size: 0.875rem;
  color: #aaa;
  margin-top: 1.125rem;
}
.stat-icon[data-v-aa85c860] {
  width: 1rem;
  height: 1rem;
  vertical-align: middle;
  margin-right: 0.3125rem;
}
.pagination-wrapper[data-v-aa85c860] {
  margin-left: 130%;
}
.publish-btn[data-v-aa85c860] {
  width: 5rem;
  height: 2.25rem;
  background: #AD2935;
  border-radius: 0.5rem;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-left: 1.25rem !important;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
  font-size: 0.875rem;
  /* 确保字体大小合适 */
  padding: 0;
  /* 移除默认内边距 */
}
.modal-action-btn[data-v-aa85c860] {
  width: 5rem;
  height: 2.25rem;
  background: #AD2935;
  border-radius: 0.5rem;
  color: #fff;
  border: none;
  cursor: pointer;
  margin-left: 1.25rem !important;
  justify-content: center;
  /* 水平居中 */
  align-items: center;
  /* 垂直居中 */
  font-size: 0.875rem;
  /* 确保字体大小合适 */
  padding: 0;
  /* 移除默认内边距 */
}
.modal-action-btn.unfollow[data-v-aa85c860] {
  background: #374353;
}
.modal-action-btn[data-v-aa85c860]:hover {
  opacity: 0.8;
}
