/*!**********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[12].use[3]!./src/app/residue/page.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************/
.wrapper {
    display: flex;
    flex-direction: column;
    align-self: start;
    height: 100%;
    border: 2px solid rgba(255,255,255,0.8);
    border-radius: 12px;
    overflow: hidden;
}

.wrapper.residue {
    margin-right: 36px;
    width: 900px;
}

.wrapper.suggested-order {
    width: 445px;
}

.wrapper__title {
    font-size: 32px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgba(255,255,255, 0.05);
}

.wrapper__title--addon {
    font-size: 28px;
    font-feature-settings: "smcp", "c2sc";
    font-variant: all-small-caps;
}

.card-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    scrollbar-width: thin;
    max-height: 100%;
    gap: 8px 12px;
    padding: 12px;
    overflow-y: auto;
}

.residue-card {
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    width: 160px;
    height: 196px;
}

.residue-card__header {
    display: flex;
    height: 30px;
    line-height: 17px;
    justify-content: center;
    align-items: center;
    padding: 3px 3px;
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 20px;
}

.residue-card__body {
    position: relative;
    height: calc(100% - 36px);
    width: 100%;
    background-color: rgba(255, 255, 255, 0.02);
}

.residue-card__body img {
    position: absolute;
    inset: 0;
    max-height: 100%;
    max-width: 100%;
}

.suggestion-card {
    border: 1px solid rgba(255, 255, 255, 0.8);
    border-radius: 6px;
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.1);

}

.suggestion-card__header {
    display: flex;
    height: 26px;
    width: calc(100% - 6px);
    justify-content: center;
    align-items: center;
    padding: 3px 3px;
    background-color: rgba(255, 255, 255, 0.05);
    font-size: 20px
}

.suggestion-card__body {
    /* height: calc(100% - 66px); */
    display: flex;
    justify-content: center;
    align-items: center;
}

.future-purchase {
    font-size: 13px;
    margin-left: auto;
    color: rgba(10, 255, 1, 0.95);
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.suggestedOrder {
    display: flex;
    flex-direction: column;
}

.suggestionCard {
    margin: 6px 0 6px 3px;
}
