/* Sidebar widget styling */
.blog-sidebar .widget {
	border: 1px solid #328643;
  border-top: 14px solid #f46d85;
  border-radius: 5px;
  box-shadow: 0 2px 12px rgba(244, 109, 133, 0.15);
  padding: 20px;
  margin-bottom: 20px;
}

/* Headings */
.blog-sidebar .widget h2,
.blog-sidebar .widget h3 {
  font-weight: 700;
  color: #3C4858;
  border-bottom: 3px solid #328643;
  text-align: center;
  margin-bottom: 2rem;
}

/* Links */
.blog-sidebar .widget ul li {
  line-height: 1.2;
  margin-bottom: 1rem;
}

.blog-sidebar .widget a {
  color: #328643;
  text-decoration: none;
  font-size: 1.6rem;
  line-height: 0;
}

.blog-sidebar .widget a:hover {
  color: #48bf46;
  text-decoration: underline;
}