/* FOOD BASKET DETAILS PAGE /essenskoerbe/{basketId} */
.fbasket-wrap {
    display: flex;
}

.fbasket-wrap .fbasket-pic,
.fbasket-wrap .fbasket-desc {
    flex: 1 1 auto;
    max-width: 50%;
    padding: 0 10px;
}

@media screen and (max-width: 499px) {
    .fbasket-wrap {
        flex-wrap: wrap;
    }
    .fbasket-wrap .fbasket-pic,
    .fbasket-wrap .fbasket-desc {
        flex-basis: 100%;
        max-width: 100%;
    }
}

.basket-img {
  width: calc(100% - 8px);
  margin: 10px 0;
  border-radius: 6px;
  background-color: var(--fs-color-light);
  border: 1px solid var(--fs-border-default);
}

.fbasket-desc {
  overflow-wrap: break-word;
}

div.ui-dialog textarea {
  width: 98%;
}

.times-section[data-v-bce47e08]{display:flex;justify-content:space-between;gap:2em;font-size:smaller}.times-section .time[data-v-bce47e08]{white-space:nowrap}
h3[data-v-e153dc3c]{font-size:16px;margin-bottom:10px}
.request-list .name[data-v-44505030]{font-weight:bold;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.request-list .time[data-v-44505030]{font-size:10px;opacity:.8;margin-top:3px}h3[data-v-44505030]{font-size:16px;margin-bottom:10px}
.baskets-map{height:400px}
.basket-picture[data-v-49540538]{float:left;border-radius:5px}.basket-label[data-v-49540538]{height:35px;overflow:hidden;font-size:11px;line-height:16px;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-wrap:break-word}.basket-label .distance-label[data-v-49540538]{float:right;margin:0 0 0 3px}#go-to-map-button[data-v-49540538]{text-align:center}
