.title-image {
    text-align: center;
    max-width: 300px;
    border-radius: 4px;
}

.form-control {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    font-size: 15px;
}

.custom-input {
    background-color: #f5f5f5;
    transition: border-color 0.3s ease;
}

.custom-input:focus {
    border-color: #007bff;
    outline: none;
}

.custom-form-date,
.custom-form-number,
.custom-form-select {
    width: 200px;
}

.tabeta-form-wrapper {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
}

#menu-table {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.menu-form {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
}

form {
  display: block;
}

form > div {
  display: block;
  width: 100%;
}

input[name$="-DELETE"] {
  display: none;
}

.w-name {
  flex: 1;
  min-width: 200px;
  max-width: 300px;
  width: 100%;
}

.w-quantity {
  flex: 1;
  min-width: 80px;
  width: 100%;
}

.w-unit {
  flex: 1;
  min-width: 100px;
  width: 100%;
}

.w-calories {
  flex: 1;
  min-width: 125px;
  width: 100%;
}

.w-protein,
.w-fat,
.w-carb {
  flex: 1;
  min-width: 110px;
  width: 100%;
}