.commoon-content {
    font-size: calc(16 * 100vmin / 375);
    padding: 40px 2rem 100px;
}

.content-wrapper > div:nth-child(1) {
    font-weight: 500;
    font-size: 31px;
    color: #111111;
}

.user-wrapper {
    margin-top: 35px;
    padding: 15px 0;
    border-bottom: .5px solid #B9B9B9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-info {
    display: flex;
}

.user-info-first {
    display: flex;
    align-items: center;
}

.user-name {
    font-weight: 500;
    font-size: 18px;
    line-height: 18px;
}

.card-name {
    height: 16.5px;
    line-height: 16.5px;
    border-radius: 2.5px;
    border: .5px solid #B8B8BA;
    padding: 0 5px;
    margin-left: 10px;
    font-size: 12px;
}

.user-info > img {
    width: 53px;
    height: 53px;
    border-radius: 50%;
    margin-right: 10px;
}

.user-info-second {
    margin-top: 10px;
    display: flex;
    align-items: center;
    font-size: 12px;
}

.user-info-second img {
    width: 10px;
    margin-right: 7px;
}

.user-info-second > div:nth-child(2) {
    font-size: 13px;
    margin-right: 13px;
}

.order-wrapper {
    display: flex;
    gap: 20px;
    margin: 21.5px 0 15px;
}

.order-wrapper > div {
    width: 50%;
    height: 77.5px;
    box-shadow: 0px 2px 2.5px 0px rgba(0, 0, 0, 0.05);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
}

.order-wrapper img {
    width: 24px;
    margin: 13.5px 0 9px;
}

.btn-wrapper {
    height: 53px;
    border-bottom: .5px solid #B9B9B9;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn-left {
    font-weight: 500;
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
}

.btn-left img {
    width: 20px;
    margin-right: 12px;
}

.btn-right {
    font-size: 14px;
    color: #999999;
    display: flex;
    align-items: center;
}

.btn-right img {
    width: 6px;
    margin-left: 12px;
}