.pn-sidebar-blog,
.pn-sidebar-blog * {
  box-sizing: border-box;
}

.pn-sidebar-blog {
  --pn-blog-accent: #0b7f95;
  --pn-blog-accent-ink: #ffe08a;
  --pn-blog-head: linear-gradient(135deg, #0ea5b7 0%, #0b7f95 45%, #064a5c 100%);
  --pn-blog-cta: linear-gradient(135deg, #0b7f95, #064a5c);
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  flex-direction: column;
  gap: 5px;
  margin: 0 0 20px;
  padding: 7px;
  border: 1px solid #e1e7ef;
  border-radius: 14px;
  background: #fff;
  color: #16202e;
  font-family: var(--site-font-family, "Inter", Arial, Helvetica, sans-serif);
  box-shadow: 0 2px 4px rgba(16, 24, 40, .06), 0 16px 32px -20px rgba(16, 24, 40, .3);
  -webkit-font-smoothing: antialiased;
}

.pn-sidebar-blog a,
.pn-sidebar-blog a:hover,
.pn-sidebar-blog a:focus {
  text-decoration: none;
}

.pn-sidebar-blog__head {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  padding: 7px 8px;
  border-radius: 12px;
  background: var(--pn-blog-head);
}

.pn-sidebar-blog__head-icon {
  display: grid;
  width: 30px;
  height: 30px;
  flex: none;
  place-items: center;
  border-radius: 9px;
  background: rgba(255, 255, 255, .15);
  color: var(--pn-blog-accent-ink);
}

.pn-sidebar-blog__head-copy {
  display: block;
  min-width: 0;
  flex: 1;
}

.pn-sidebar-blog__head-copy strong {
  display: block;
  overflow: hidden;
  color: #fff;
  font-size: 13.5px;
  font-weight: 800;
  letter-spacing: -.022em;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pn-sidebar-blog__head-copy > span {
  display: block;
  overflow: hidden;
  margin-top: 1px;
  color: rgba(255, 255, 255, .74);
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: -.005em;
  line-height: 1.25;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pn-sidebar-blog__more {
  display: grid;
  width: 24px;
  height: 24px;
  flex: none;
  place-items: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, .14);
  color: #fff;
  transition: background .18s ease;
}

.pn-sidebar-blog__more:hover,
.pn-sidebar-blog__more:focus {
  background: rgba(255, 255, 255, .28);
  color: #fff;
}

.pn-sidebar-blog__lead {
  display: block;
  min-width: 0;
  padding: 6px;
  border-radius: 12px;
  color: #16202e;
  transition: background .16s ease, color .16s ease;
}

.pn-sidebar-blog__lead:hover,
.pn-sidebar-blog__lead:focus {
  background: #f4f6fa;
  color: var(--pn-blog-accent);
}

.pn-sidebar-blog__cover {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border-radius: 10px;
  background: repeating-linear-gradient(135deg, #eef2f7 0 7px, #e5ebf3 7px 14px);
}

.pn-sidebar-blog__cover img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pn-sidebar-blog__cover-placeholder {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: #93a1b3;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.pn-sidebar-blog__cover-tag {
  position: absolute;
  bottom: 7px;
  left: 7px;
  display: block;
  max-width: calc(100% - 14px);
  overflow: hidden;
  padding: 3px 7px;
  border-radius: 7px;
  background: rgba(255, 255, 255, .94);
  color: #16202e;
  font-size: 9.5px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1.25;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
}

.pn-sidebar-blog__when {
  display: flex;
  align-items: center;
  gap: 5px;
  margin-top: 8px;
}

.pn-sidebar-blog__when i {
  width: 5px;
  height: 5px;
  flex: none;
  border-radius: 50%;
  background: #14874a;
}

.pn-sidebar-blog__when time {
  color: #0a7346;
  font-size: 10.5px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.25;
}

.pn-sidebar-blog__when-updated {
  color: #c07f08;
  font-size: 10.5px;
  font-weight: 600;
  letter-spacing: .02em;
  line-height: 1.25;
}

.pn-sidebar-blog__lead-title {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 4px;
  color: inherit;
  font-size: 15px;
  font-weight: 800;
  letter-spacing: -.02em;
  line-height: 1.25;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.pn-sidebar-blog__lead-preview {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 4px;
  color: #64748b;
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.45;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.pn-sidebar-blog__rows {
  display: flex;
  min-width: 0;
  flex-direction: column;
  gap: 1px;
}

.pn-sidebar-blog__row {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  gap: 8px;
  padding: 5px 6px;
  border-radius: 10px;
  color: #16202e;
  transition: background .16s ease, color .16s ease;
}

.pn-sidebar-blog__row:hover,
.pn-sidebar-blog__row:focus {
  background: #f4f6fa;
  color: var(--pn-blog-accent);
}

.pn-sidebar-blog__thumb {
  display: block;
  width: 58px;
  height: 44px;
  flex: none;
  overflow: hidden;
  border-radius: 8px;
  background: repeating-linear-gradient(135deg, #eef2f7 0 6px, #e5ebf3 6px 12px);
}

.pn-sidebar-blog__thumb img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pn-sidebar-blog__row-body {
  display: block;
  min-width: 0;
  flex: 1;
}

.pn-sidebar-blog__meta {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 4px;
  overflow: hidden;
  color: #8a97a8;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: .06em;
  line-height: 1.25;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.pn-sidebar-blog__tag {
  overflow: hidden;
  color: #5c6c85;
  text-overflow: ellipsis;
}

.pn-sidebar-blog__dot {
  color: #c3ccd8;
}

.pn-sidebar-blog__meta time {
  flex: none;
}

.pn-sidebar-blog__updated {
  overflow: hidden;
  color: #c07f08;
  text-overflow: ellipsis;
}

.pn-sidebar-blog__row-title {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 2px;
  color: inherit;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: -.012em;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
}

.pn-sidebar-blog__row-preview {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 2px;
  color: #8a97a8;
  font-size: 11.5px;
  font-weight: 600;
  line-height: 1.4;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
}

.pn-sidebar-blog__cta {
  display: flex;
  height: 38px;
  min-width: 0;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f4f6fa;
  color: #16202e;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -.01em;
  line-height: 1.2;
  text-align: center;
  transition: background .2s ease, color .2s ease, gap .2s ease;
}

.pn-sidebar-blog__cta span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pn-sidebar-blog__cta svg {
  flex: none;
}

.pn-sidebar-blog__cta:hover,
.pn-sidebar-blog__cta:focus {
  gap: 12px;
  background: var(--pn-blog-cta);
  color: #fff;
}

.pn-sidebar-blog__more:focus-visible,
.pn-sidebar-blog__lead:focus-visible,
.pn-sidebar-blog__row:focus-visible,
.pn-sidebar-blog__cta:focus-visible {
  outline: 2px solid var(--pn-blog-accent);
  outline-offset: 2px;
}
