.tab-content {
    padding: 20px;
    border: 1px solid #e6e6e6;
    margin-top: 0px;
    overflow:auto;
}
.link:hover {
    text-decoration: underline;
}
.custom-card {
    border-radius: 4px;
    border: 1px solid #e6e6e6;
}
.logo-placeholder {
    background: #e9ecef;
    width: 150px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #6c757d;
    border-radius: 5px;
}
.full-width-image {
    width: 100%;
    height: auto;
}
.image-container {
    position: relative;
    display: inline-block;
}
.image-button {
    position: absolute;
    padding: 0.09em 0.5em;
    background-color: rgba(238, 250, 250, 1);
    border: 1px solid #ccc;
    text-decoration: none;
    font-size: clamp(0.4rem, 1.2vw, 1.1em);
    text-overflow: ellipsis; 
    overflow: hidden;
    text-align: center;
    line-height: normal;
    color: #000;
}
.image-button-subheading {
    font-size: smaller;
}
.image-button:hover {
    border: 3px solid #ccc;
}
.image-button.active {
    background-color: rgba(0, 123, 255, 0.5); /* Highlight color */
    border-color: #007bff;
    color: #fff;
}
.btn-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    overflow: hidden;
    padding: 0;
    z-index: 1000;
  }
.accordion-button {
    font-weight: 500;
    font-size: 85%;
}
.accordion-button:focus {
    box-shadow: none;
}
.company-section {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
    border: 1px solid #e6e6e6;
}
.company-card {
    margin: 2rem;
    align-content: top;
    justify-content: start;
}
.horizontal-divider {
    border-left:1px solid #e6e6e6;
    margin: 20px 0;
}
.item {
    width: 50%;
}
.researcher-clickable{
    width: auto;
    color: #4ab8b8;
}
.researcher-clickable:hover {
    color: #42a3a3;
}
h2 {
    font-weight: 500;
}
h5 {
    font-weight: bold;
}