.fsu-box {
    margin: 1.25rem 0 1.5rem;
    padding: 1.15rem;
    border: 1px solid rgba(0, 0, 0, .10);
    border-radius: .45rem;
    background: #fff;
    box-shadow: 0 .2rem .8rem rgba(0, 0, 0, .05);
}

.fsu-head {
    margin-bottom: .55rem;
}

.fsu-headline {
    display: flex;
    gap: .55rem;
    align-items: center;
    font-size: 1rem;
    line-height: 1.35;
}

.fsu-headline .fa-truck {
    flex: 0 0 auto;
}

.fsu-values {
    display: flex;
    justify-content: space-between;
    margin-top: .5rem;
    font-size: .78rem;
    opacity: .72;
}

.fsu-progress {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: .55rem;
    border-radius: 999px;
    background: rgba(0, 0, 0, .09);
}

.fsu-progress-bar {
    display: block;
    height: 100%;
    min-width: 0;
    border-radius: inherit;
    background: currentColor;
    transition: width .25s ease;
}

.fsu-suggestions {
    margin-top: 1.2rem;
}

.fsu-title {
    margin-bottom: .65rem;
    font-weight: 700;
}

.fsu-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .75rem;
}

.fsu-product {
    display: flex;
    min-width: 0;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, .09);
    border-radius: .35rem;
    background: #fff;
}

.fsu-image {
    display: flex;
    flex: 0 0 92px;
    align-items: center;
    justify-content: center;
    padding: .45rem;
    background: rgba(0, 0, 0, .02);
}

.fsu-image img {
    display: block;
    width: 100%;
    height: 82px;
    object-fit: contain;
}

.fsu-product-body {
    display: flex;
    flex: 1 1 auto;
    min-width: 0;
    flex-direction: column;
    align-items: flex-start;
    padding: .65rem;
}

.fsu-product-name {
    display: -webkit-box;
    overflow: hidden;
    color: inherit;
    font-size: .9rem;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.fsu-product-price {
    margin-top: .35rem;
    font-size: .95rem;
    font-weight: 700;
}

.fsu-add-form {
    margin-top: auto;
    padding-top: .6rem;
}

.fsu-add-form.fsu-loading {
    opacity: .65;
    pointer-events: none;
}

.fsu-add-button {
    white-space: nowrap;
}

@media (max-width: 767.98px) {
    .fsu-grid {
        grid-template-columns: 1fr;
    }

    .fsu-image {
        flex-basis: 82px;
    }

    .fsu-image img {
        height: 72px;
    }
}
