body {
    overflow: overlay !important;
}

body::-webkit-scrollbar {
    width: 0 !important;
    background-color: transparent !important;
}

.info-list li .value {
    color: #000000 !important;
}

.fw-main-row, .fw-main-row *, .fw-main-row *:before, .fw-main-row *:after {
    -webkit-hyphens: none;
    -moz-hyphens:    none;
    -ms-hyphens:     none;
    hyphens:         none;
}

.start-page-content .social-links a {
    color: #315399 !important;
}

/* Fix company logos in Resume timeline */
.timeline .item-logo img {
  width: 100px !important;      /* keep same width */
  height: 100px !important;     /* force equal height */
  object-fit: contain !important; /* preserve original proportions */
  border-radius: 4px;           /* optional: small rounded edges */
  display: block;
  margin: 0 auto 10px auto;     /* center nicely */
  background: transparent;      /* ensure clean background */
}
