.currently-enjoying {
  margin: 2rem 0;
  padding-top: 2rem;
  border-top: 1px dashed var(--border-color);
}

.currently-enjoying h4 {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--accent);
}

.currently-enjoying ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.currently-enjoying ul li {
  margin: 0.25rem 0;
}

.currently-enjoying ul li:before {
  content: "• ";
  margin-right: 0.5rem;
  color: var(--accent);
}

.currently-enjoying a {
  color: var(--accent);
  text-decoration: none;
}

.currently-enjoying a:hover {
  text-decoration: underline;
}

.currently-enjoying a:after {
  content: " ↗";
  font-size: 0.8em;
  opacity: 0.6;
}

/* Handle long URLs */
.content a {
  word-wrap: break-word;
  word-break: break-all;
  overflow-wrap: break-word;
  display: inline-block;
  max-width: 100%;
}
