.fde-submittal-columns {
    display: grid;
    grid-template-columns: minmax(0, 1.55fr) minmax(230px, .7fr);
    gap: 12px
}

.fde-submittal-side {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-top: 10px;
}

.fde-popup-product-image {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: contain;
    border: 1px solid #e5e7eb;
    border-radius: 6px
}

.fde-popup-brand {
    border: 1px solid #e5e7eb;
    border-radius: 6px;
    padding: 12px;
    min-height: 145px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff
}

.fde-popup-brand img {
    display: block;
    max-width: 100%;
    max-height: 125px;
    object-fit: contain
}

.fde-submittal-columns .fde-product-summary {
    display: block;
    margin: 16px 0
}

.fde-submittal-columns .fde-notes {
    margin: 0
}

.fde-also-known-as {
    display: grid;
    grid-template-columns: 135px minmax(0, 1fr);
    margin: 10px 0 0;
    overflow: hidden;
    border: 1px solid #d8dee5;
    border-radius: 6px;
    background: #fff;
    display: none !important;
    color: #344054;
    font-size: 12px;
    line-height: 1.5
}

.fde-also-known-as strong,
.fde-also-known-as span {
    padding: 9px 11px
}

.fde-also-known-as strong {
    background: #f4f6f8;
    border-right: 1px solid #d8dee5;
    color: #344054
}

.fde-workflow {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin: 14px -24px 0;
    padding: 9px 24px;
    background: #f4f6f8;
    border-top: 1px solid #dfe4e8
}

.fde-workflow small {
    display: block;
    color: #7b8794;
    margin-top: 3px
}

.fde-workflow>span {
    border: 1px solid #d0d5dd;
    border-radius: 99px;
    padding: 5px 10px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap
}

.fde-modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin: 0 -24px -18px;
    padding: 11px 24px;
    border-top: 1px solid #dfe4e8;
    background: #fff;
    position: sticky;
    bottom: -18px;
    z-index: 20;
    box-shadow: 0 -8px 18px rgba(16, 24, 40, .08)
}

.fde-modal-actions button {
    min-width: 88px;
    padding: 8px 13px;
    border: 1px solid #98a2b3;
    border-radius: 5px;
    background: #fff;
    color: #344054;
    font-weight: 600;
    cursor: pointer
}

.fde-modal-actions button:disabled {
    opacity: .45;
    cursor: not-allowed
}

.fde-modal-actions .fde-action-next {
    background: #263746;
    color: #fff;
    border-color: #263746
}

.fde-modal-actions .fde-action-finished {
    background: #438b56;
    color: #fff;
    border-color: #438b56
}

.fde-form-error {
    background: #fff1f0;
    border: 1px solid #f1b4ae;
    border-left: 4px solid #b42318;
    border-radius: 5px;
    color: #8f1d14;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
    margin: 0 0 10px;
    padding: 9px 11px
}

.fde-form-error:empty {
    display: none
}

.fde-form-error:focus {
    outline: 2px solid rgba(180, 35, 24, .2);
    outline-offset: 2px
}

.fde-saved-state:before {
    content: 'Saved PDF';
    display: block;
    background: #eaf6ee;
    color: #237a3b;
    padding: 7px 10px;
    margin-bottom: 8px;
    border-radius: 5px;
    font-weight: 700
}

@media(max-width:700px) {
    .fde-submittal-columns {
        grid-template-columns: 1fr
    }

    .fde-popup-brand {
        min-height: 110px
    }

    .fde-popup-brand img {
        max-height: 90px
    }

    .fde-modal-actions {
        display: grid;
        grid-template-columns: 1fr 1fr
    }

    .fde-modal-actions button {
        width: 100%
    }
}

@media(max-width:430px) {
    .fde-workflow {
        align-items: flex-start;
        flex-direction: column
    }

    .fde-also-known-as {
        grid-template-columns: 1fr
    }

    .fde-also-known-as strong {
        border-right: 0;
        border-bottom: 1px solid #d8dee5
    }
}
