.filter-controls {
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;}

.filter-controls input,
.filter-controls select {
    width: 48%;}

.form-container {
    max-width: 1200px; /* Prevents it from stretching full width */
    margin: 0 auto; /* Centers it */
}

.toggle-fragrance-add-form  {
    margin-top: 10px;
}


.card-img-top {
    width: 100%;          /* Ensure the image covers the card width */
    height: 250px;        /* Adjust this value to reduce the height */
    object-fit: cover;    /* Ensures the image covers the space without distortion */
    border-radius: 6px;   /* Optional for better aesthetics */
}

.edit-form {
    margin-top: 10px;
    padding: 10px;
    background-color: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 5px;}

.barcode-entry {
    display: flex;
    align-items: center;
    gap: 10px; /* Space between input and button */
    margin-bottom: 5px;}


.barcode-entry input {
    flex-grow: 1; /* Makes input expand to fill available space */}

.remove-barcode {
    white-space: nowrap; /* Prevents text from wrapping */}

.title {
    margin: 5px;}
      
.content {
    max-width: 1200px;
    margin: 5px;
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    }

.fragrance {
    flex: 20%;
    padding: 10px;
    margin: 5px;
    background-color: #f3f3f3;
    inline-size: 100%;}

.location {
    flex: 20%;
    padding: 10px;
    margin: 5px;
    background-color: #f3f3f3;
    inline-size: 100%;}
      
.name {
    color: #00a36f;
    text-decoration: none;}

ul.list-unstyled {
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
}
