.info-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; 
    flex-wrap: wrap; 
}
@media (max-width: 768px) {
    .info-container {
        flex-direction: column; 
    }
}
/* .details-display {
    line-height: 0.5;
} */
.inline-elements h4,
.inline-elements p {
    display: inline; 
    margin: 0;
}

.inline-elements h4 {
    margin-right: 10px; 
}
.options{
    color: #313144;
    border-radius: 10px;
}
.option{
    color: #313144

}
.table-container {
    overflow-x: auto; 
    max-width: 100%; 
}

.table {
    width: 100%; 
    border-collapse: collapse; 
}

.table th, .table td {
    padding: 8px; 
    text-align: left;
}

@media (max-width: 448.5px) {
    .table-container {
        -webkit-overflow-scrolling: touch; 
    }
}

.align-items-right {
    text-align: right; /* Aligns text to the right inside the div */
}
