/*Search Component styling*/
.singleCardWrapper .mud-paper {
    background-color: transparent;
}

.searchHeader {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    column-gap: 20px;
    margin-bottom: 40px;
}

.single-Card-content {
    width: 160px;
    height: 170px;
}

/*Expereince styling*/

.event-card-container {
    display: flex;
    justify-content: center;
    flex-direction: row;
    width: fit-content;
    height: fit-content;
    margin: 10px;
    background-color: #111;
}

.timelineContainer .event-card-container {
    background-color: transparent;
}
.gridSelects .mud-grid-item:hover {
    background-color: var(--bg-alternative);
}