#store-settlement {
    min-height: 640px;
    padding: 30px 0 60px;
}

#store-settlement .settlement-tabs {
    display: flex;
    height: 52px;
    border-bottom: 2px solid #1baeae;
}

#store-settlement .tab-button {
    width: 180px;
    height: 52px;
    border: 0;
    background: #f5f5f5;
    color: #333;
    font-size: 16px;
    cursor: pointer;
}

#store-settlement .tab-button.active {
    background: #1baeae;
    color: #fff;
}

#store-settlement .tab-panel {
    display: none;
    padding: 30px;
    background: #fff;
    border: 1px solid #e6e6e6;
    border-top: 0;
}

#store-settlement .tab-panel.active {
    display: block;
}

#store-settlement .progress-query {
    display: flex;
    width: 520px;
    height: 44px;
}

#store-settlement .progress-query input {
    flex: 1;
    padding: 0 12px;
    border: 1px solid #d8d8d8;
    font-size: 14px;
}

#store-settlement .progress-query button,
#store-settlement .form-actions button,
#store-settlement .image-uploader button {
    border: 0;
    cursor: pointer;
}

#store-settlement .progress-query button {
    width: 120px;
    background: #1baeae;
    color: #fff;
    font-size: 15px;
}

#store-settlement .progress-result {
    min-height: 160px;
    margin-top: 28px;
    padding: 24px;
    background: #f8f8f8;
}

#store-settlement .empty-hint {
    color: #888;
    font-size: 14px;
}

#store-settlement .progress-card {
    line-height: 2;
    color: #333;
    font-size: 15px;
}

#store-settlement .progress-status {
    color: #1baeae;
    font-weight: bold;
}

#store-settlement .progress-reject {
    color: #d64545;
}

#store-settlement .progress-actions {
    margin-top: 18px;
}

#store-settlement .progress-actions a,
#store-settlement .progress-actions button {
    display: inline-block;
    min-width: 128px;
    height: 38px;
    line-height: 38px;
    margin-right: 10px;
    padding: 0 18px;
    text-align: center;
    color: #fff;
    background: #1baeae;
    border: 0;
    cursor: pointer;
}

#store-settlement .form-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px 28px;
}

#store-settlement .form-item {
    min-width: 0;
}

#store-settlement .form-item-full {
    grid-column: 1 / -1;
}

#store-settlement label {
    display: block;
    margin-bottom: 8px;
    color: #333;
    font-weight: bold;
}

#store-settlement input,
#store-settlement textarea {
    box-sizing: border-box;
    width: 100%;
    border: 1px solid #d8d8d8;
    color: #333;
    font-size: 14px;
}

#store-settlement input {
    height: 42px;
    padding: 0 12px;
}

#store-settlement textarea {
    padding: 12px;
    resize: vertical;
}

#store-settlement .image-uploader {
    display: flex;
    align-items: center;
    min-height: 84px;
    padding: 12px;
    background: #f8f8f8;
    border: 1px solid #ececec;
}

#store-settlement .image-uploader img {
    width: 72px;
    height: 72px;
    margin-right: 14px;
    border-radius: 50%;
    object-fit: cover;
}

#store-settlement .image-uploader.wide img {
    width: 140px;
    height: 88px;
    border-radius: 0;
}

#store-settlement .image-uploader button {
    height: 34px;
    padding: 0 14px;
    color: #1baeae;
    background: #fff;
    border: 1px solid #1baeae;
}

#store-settlement .form-actions {
    margin-top: 30px;
    text-align: right;
}

#store-settlement .form-actions button {
    width: 140px;
    height: 42px;
    margin-left: 12px;
    font-size: 15px;
}

#store-settlement .form-actions .primary {
    background: #1baeae;
    color: #fff;
}

#store-settlement .form-actions .secondary {
    background: #ececec;
    color: #666;
}
