.store__review-list {
    margin-top: 32px;
}
.store__application_item-header img {
    width: 36px;
    height: 36px;
    min-width: 36px;
    border-radius: 50%;
    @media only screen and (min-width: 1024px) {
        width: 91px;
        height: 91px;
        min-width: 91px;
    }
}

.store__application_item-content {
    padding-top: 0;
}

.store__application_item-header p {
    font-size: 15px;
    @media only screen and (min-width: 1024px) {
        font-size: 18px;
    }
}

.store__application_item-content {
    display: block;
}

.store__application_item-content-group {
    display: flex;
    padding: 12px;
    border-bottom: 2px dotted #EFB7CD;
}

.store__application_item-flex-box {
    width: 50%;
}

.store__application_item-tag {
    height: fit-content;
    width: 100px;
    @media only screen and (min-width: 1024px) {
        width: 130px;
        min-width: 130px;
        height: fit-content;
    }
}

.store__application_item-footer {
    display: flex;
    align-items: center;
    padding: 0 10px 10px 10px;
    gap: 4px;
    width: 100%;
}

.store__application_item-footer button {
    margin-left: auto;
    min-width: fit-content;
    font-size: 9px;
    @media only screen and (min-width: 1024px) {
        font-size: 14px;
    }
}

.store__application_item-review {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.textValue {
    font-size: 12px;
    @media only screen and (min-width: 1024px) {
        font-size: 15px;
    }
}

.store__application_item-image {
    width: 80px;
    padding: 10px 0;
    text-align: center;
}

.store__application_item-image img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    padding-bottom: 6px;
}

.store__application_item-image p {
    color: #F0B7CD;
    font-size: 8px;
    font-weight: 500;
    @media only screen and (min-width: 1024px) {
        font-size: 12px;
    }
}

.store__review_qna-group {
    margin-top: 20px;
}

.store__review_qna-question {
    color: #EB92B9;
    font-size: 12px;
    padding-bottom: 4px;
    font-weight: 500;
    @media only screen and (min-width: 1024px) {
        font-size: 16px;
    }
}

.store__review_qna-answer {
    background-color: #FFF;
    border-radius: 12px;
    padding: 12px 28px;
    font-size: 12px;
    font-weight: 500;
    @media only screen and (min-width: 1024px) {
        font-size: 16px;
    }
}

.steps {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    padding: 10px 0;
}

.steps::before {
    content: "";
    position: absolute;
    top: 16px;
    left: 10px;
    right: 10px;
    height: 1px;
    background: #B3B3B3;
    z-index: 1;
}

.step {
    text-align: center;
    position: relative;
    z-index: 2;
}

.circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #B3B3B3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 0 auto;
}

.step.completed .circle {
    background: #D44180;
}

.label {
    margin-top: 8px;
    font-size: 8px;
    font-weight: 500;
    color: #B3B3B3;
    max-width: 80px;
    @media only screen and (min-width: 1024px) {
        font-size: 10px;
    }
}

.step.completed .label {
    color: #D44180;
}

.store__review_notice {
    width: fit-content;
    color: #D44180;
    font-size: 8px;
    margin-top: 12px;
    font-weight: 500;
    display: flex;
    margin-left: auto;
    justify-content: flex-end;
    align-items: center;
    gap: 4px;
    @media only screen and (min-width: 1024px) {
        font-size: 12px;
    }
}

.store__review_notice svg {
    @media only screen and (min-width: 1024px) {
        width: 14px;
        height: 14px;
    }
}

.store__review_notice span {
    line-height: normal;
}

.store__review_action {
    margin-top: 48px;
    align-content: center;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
}

.store__review-list-table {
    display: flex;
    flex-direction: column;
    gap: 16px;
}
