.join-team-wrapper-1d440193 {
    padding: 20px;
    background: #f9f9f9;
    border-radius: 8px;
}
.join-team-title {
    margin-bottom: 10px;
}
.join-team-desc {
    margin-bottom: 20px;
}
.join-team-form-1d440193 .form-group {
    margin-bottom: 15px;
}
.join-team-form-1d440193 label {
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}
.join-team-form-1d440193 input, .join-team-form-1d440193 textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}
.join-team-form-1d440193 .submit-btn {
    background: #000;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}
.join-team-form-1d440193 .submit-btn:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}
.form-response {
    margin-top: 15px;
    font-weight: bold;
}
.form-response.success {
    color: green;
}
.form-response.error {
    color: red;
}