body {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    background-color: #f0f2f5;
    margin: 0;
    padding: 0;
    color: #333;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    background-color: #ffffff;
}

.step {
    display: none;
}

.step.active {
    display: block;
}

.header {
    padding: 15px;
    font-size: 14px;
    color: #888;
    background-color: #f0f2f5;
}

.category-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.category-list li {
    padding: 15px;
    border-bottom: 1px solid #f0f2f5;
    cursor: pointer;
    background: url('data:image/svg+xml;charset=US-ASCII,%3Csvg%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M9%2018L15%2012L9%206%22%20stroke%3D%22%23cccccc%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22/%3E%3C/svg%3E') no-repeat right 15px center;
    background-size: 16px;
}

.category-list li:hover {
    background-color: #fafafa;
}

/* Step 3 Form Styles */
#step3 .header {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    padding-top: 20px;
}

.form-group {
    padding: 15px;
    border-bottom: 1px solid #f0f2f5;
}

.form-group label {
    display: block;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 500;
}

.form-group input[type="text"],
.form-group textarea {
    width: 100%;
    border: none;
    padding: 10px 0;
    font-size: 16px;
    box-sizing: border-box;
}

.form-group input[type="text"]:focus,
.form-group textarea:focus {
    outline: none;
}

.image-upload-container {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.image-preview-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
}

.image-preview {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.delete-btn {
    position: absolute;
    top: -5px;
    right: -5px;
    width: 20px;
    height: 20px;
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 12px;
    line-height: 1;
}

.image-upload-label {
    width: 80px;
    height: 80px;
    border: 1px solid #ccc; /* Slightly darker border for visibility */
    background-color: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.plus-icon {
    position: relative;
    width: 100%;
    height: 100%;
}

.plus-icon::before,
.plus-icon::after {
    content: '';
    position: absolute;
    background-color: #b2b2b2; /* Obvious gray color */
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.plus-icon::before {
    width: 30px; /* Length of horizontal line */
    height: 2px; /* Thickness of horizontal line */
}

.plus-icon::after {
    height: 30px; /* Length of vertical line */
    width: 2px; /* Thickness of vertical line */
}

/* Removed .image-upload-icon styles as they are no longer used */

.wechat-plus {
    font-size: 40px;
    font-weight: 200;
    color: #d9d9d9;
    line-height: 1;
    margin: 0;
}

#image {
    display: none;
}

/* Removed #image-preview styles as they are replaced by class .image-preview */

#char-counter {
    text-align: right;
    font-size: 14px;
    color: #888;
}

.form-group.terms {
    display: flex;
    align-items: center;
    border-bottom: none;
    padding-top: 20px;
}

#terms {
    margin-right: 10px;
}

.submit-btn {
    display: block;
    width: 90%;
    margin: 20px auto;
    padding: 15px;
    background-color: #07c160;
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 18px;
    cursor: pointer;
}

.submit-btn:disabled {
    background-color: #a0e0b3;
}

/* Success Page Styles */

.msg-page {

    background-color: #f7f7f7; /* Light gray background */

    min-height: 100vh;

    text-align: center;

    box-sizing: border-box;

    display: flex;

    flex-direction: column;

    align-items: center;

    max-width: 600px;

    margin: 0 auto;

    position: relative;

    padding-top: 0; /* Reset padding */

}



.nav-bar {

    width: 100%;

    height: 44px;

    display: flex;

    align-items: center;

    padding: 0 16px;

    box-sizing: border-box;

    margin-bottom: 40px; /* Space before icon */

}



.nav-close {

    font-size: 28px;

    color: #000;

    line-height: 1;

    cursor: pointer;

    font-weight: 300;

}



.msg-icon {

    margin-bottom: 20px;

}



.msg-title {

    font-size: 20px;

    font-weight: 600;

    color: #000;

    margin-bottom: 12px;

}



.msg-desc {

    font-size: 14px;

    color: #888;

    padding: 0 40px;

    line-height: 1.5;

    margin-bottom: 0;

}



.msg-btn-area {

    position: absolute;

    bottom: 50px;

    width: 100%;

    padding: 0 20px;

    box-sizing: border-box;

}



.msg-btn {

    display: block;

    width: 100%;

    height: 48px; /* Fixed height for consistency */

    line-height: 48px;

    padding: 0;

    background-color: #07c160;

    color: white;

    border: none;

    border-radius: 8px; /* Slightly more rounded */

    font-size: 17px; /* Standard app button size */

    cursor: pointer;

    font-weight: 600;

}
