/* Custom styles to make sidebar larger */

/* Increase sidebar image size */
.sidebar .author__avatar img {
  max-width: 200px !important; /* Reduced from 300px */
  border-radius: 0 !important; /* Make image square instead of round */
}

/* Increase sidebar name font size */
.sidebar .author__name {
  font-family: "PT Sans", Helvetica, Arial, sans-serif !important;
  font-size: 1.1em !important; /* Reduced from 1.8em */
  font-weight: bold !important;
  margin-top: 15px !important;
  margin-bottom: 15px !important;
}

/* Increase sidebar bio font size */
.sidebar .author__bio {
  font-size: 0.9em !important; /* Reduced from 1.3em */
  line-height: 1.6 !important;
  margin-top: 15px !important;
  margin-bottom: 25px !important;
}

/* Increase sidebar location, employer, etc. font size */
.sidebar .author__urls {
  font-size: 0.9em !important; /* Reduced from 1.3em */
}

.sidebar .author__urls li {
  margin-bottom: 8px !important;
}

/* Increase sidebar headings */
.sidebar h2, .sidebar h3, .sidebar h4, .sidebar h5, .sidebar h6 {
  font-size: 0.9em !important; /* Reduced from 1.5em */
  font-weight: bold !important;
}

/* Increase sidebar paragraph and list text */
.sidebar p, .sidebar li {
  font-size: 0.9em !important; /* Reduced from 1.3em */
  line-height: 1.6 !important;
} 