.fitroom-tryon-btn {
    margin-top: 15px;
    background: #4CAF50;
    color: #fff;
    border-radius: 5px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    padding: 12px 22px;
    font-size: 16px;
}
.fitroom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    background: rgba(0,0,0,0.7);
    align-items: center;
    justify-content: center;
}
.fitroom-modal-content {
    background: #fff;
    margin: 5% auto;
    padding: 30px;
    border-radius: 12px;
    max-width: 400px;
    position: relative;
    box-shadow: 0 5px 24px rgba(0,0,0,0.13);
}
.fitroom-close {
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 26px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
}
#fitroom-form input[type="file"] {
    margin: 16px 0 10px 0;
    display: block;
}
#fitroom-status {
    margin: 10px 0;
    font-weight: 500;
    color: #4CAF50;
}
#fitroom-result img {
    margin-top: 18px;
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.07);
}