#pwdstatus {
	margin: 0 !important;
}

.info-section {
    border: 1px solid #e9ecef;
    border-radius: 20px;
    padding: 3rem 3rem;
}

.info-list { padding: 0 0.5rem; }

.info-item {
    display: flex;
    align-items: center;
    border-radius: 14px;
    background: #fff;
    margin-bottom: 1.1rem;
    padding: 0.5rem 1.5rem;
	border: 0.5px solid #8fcff0;
}

.info-label {
    min-width: 150px;
    font-size: 1.08rem;
    font-weight: 600;
    color: var(--primary-color);
    letter-spacing: -0.5px;
}

.info-value {
    font-size: 1.08rem;
    padding: 0.4rem 0rem;
    margin-left: 0.7rem;
    font-weight: 500;
    color: #222;
    flex: 1 1 0%;
    width: 100%;
    min-width: 0;
}

.input-group {
    flex-wrap: nowrap !important;
}

.input-group > .form-control,
.input-group > .btn {
    width: auto !important;
    min-width: 0;
    flex: none;
    display: inline-block;
    vertical-align: middle;
}

.team_info_box {
	padding: 3rem 3rem;
    border: 0.5px solid #8fcff0 !important;
}

.email-icon {
	padding-top: 0.5rem;
}

input[type="file"] {
    padding: 0.5rem 0.5rem;
}

/* 이메일 입력 스타일 보완 */
.email-input-group {
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
}

.email-input-group .email-id {
    flex: 2;
    min-width: 0;
}

.email-input-group .email-domain {
    flex: 2;
    min-width: 0;
}

.email-input-group .email-domain:focus {
	border: 0.5px solid #0088CC;
}

.input-group-text {
    background-color: #f8f9fa;
    border-color: #ced4da;
    padding: 0.375rem 0.75rem;
}

.input-group .domain-select {
    flex: 2;
    min-width: 220px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* readonly 입력 필드 스타일 */
input[readonly] {
    background-color: #f8f9fa !important;
    cursor: default;
}

input[readonly]:focus {
    background-color: #f8f9fa !important;
    box-shadow: none !important;
}

/* 기존 이메일 스타일 유지 */
.email-input-group {
    width: 100%;
    display: flex;
}

.email-input-group .email-id {
    flex: 3;
    min-width: 0;
}

.email-input-group .email-domain {
    flex: 2;
    min-width: 0;
}

.input-group-text {
    background-color: #f8f9fa;
    border-color: #ced4da;
}

.input-group .domain-select {
    flex: 2;
    min-width: 120px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* 팀 정보 스타일 */
.team-member-info {
    border: 0.5px solid #e0e6ed;
    border-radius: 10px;
    /* border-color: var(--primary-color) !important; */
    padding: 12px 16px;
    margin-bottom: 12px;
    background-color: #fff;
    box-shadow: 0 2px 6px rgba(0,0,0,0.03);
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
}
.team-member-info:last-child {
    margin-bottom: 0;
}
.team-member-label {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 100px;
    color: var(--primary-color);
    font-weight: 600;
}
.team-member-label i {
    margin-right: 8px;
    color: var(--primary-color);
    width: 16px;
    text-align: center;
}
.team-member-text {
    flex: 1;
    color: #212529;
}


@media (max-width: 767px) {
    .info-section {
        padding: 1.2rem 0.7rem !important;
    }
    .info-item { 
        flex-direction: column; 
        align-items: flex-start; 
        padding: 1rem 0.7rem; 
    }
    .info-label { 
        min-width: 0; 
        margin-bottom: 0.3rem;
		font-size: 0.9rem;
    }
    .info-value { 
        margin-left: 0;
		padding: 0.4rem 0rem;
    }	
	input[type="file"] {
		padding: 0.2rem 0.2rem;
	}
	.team_info_box {
		padding: 2rem 2rem;
	}
	
	.email-icon {
		padding-top: 0;
	}

	.email-input-group {
        flex-wrap: wrap !important;
    }
    
    /* 모바일에서 첫 줄: 이메일 ID 전체 차지 */
    .email-input-group > .email-id {
        flex: 1 0 100%;
        margin-bottom: 0.5rem;
        border-radius: 0.25rem;
    }
    
    /* 모바일에서 두번째 줄: @ + 도메인 입력란 */
    .email-input-group > .input-group-prepend {
        flex: 0 0 auto;
        margin-bottom: 0.5rem;
    }
    
    .email-input-group > .input-group-prepend .input-group-text {
        border-radius: 0.25rem 0 0 0.25rem;
    }
    
    .email-input-group > .email-domain {
        flex: 1;
        margin-bottom: 0.5rem;
        border-radius: 0 0.25rem 0.25rem 0;
    }
    
    /* 모바일에서 세번째 줄: 도메인 선택 드롭다운 */
    .email-input-group > .input-group-append {
        flex: 1 0 100%;
        margin-bottom: 0;
    }
    
    .email-input-group > .input-group-append > .domain-select {
        width: 100%;
        border-radius: 0.25rem;
    }

	.team_mobile_row {
		margin-left: -5px;
		margin-right: -5px;
	}

	.small, small {
		font-size: 0.8rem !important;
		font-weight: 400 !important;
		word-wrap: break-word;
	}
}

/* 주소 관련 스타일 추가 */
.address-input-group {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    width: 100%;
}

.zip-input {
    flex: 1;
    min-width: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.zip-button {
    white-space: nowrap;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

/* 모바일 대응 */
@media (max-width: 767px) {
    .address-input-group {
        flex-wrap: nowrap;
    }
    
    .zip-input {
        width: 60% !important;
    }
    
    .zip-button {
        width: 40% !important;
        font-size: 12px;
        padding-left: 8px;
        padding-right: 8px;
    }
    
    .zip-button i {
        margin-left: 5px !important;
    }
    
    .info-value .row {
        margin-right: 0;
        margin-left: 0;
    }
    
    .info-value .col-12 {
        padding-right: 0;
        padding-left: 0;
    }
}

.form-check-input:disabled ~ .form-check-label,
.form-check-label.disabled {
  color: #bbb !important;
  opacity: 0.5 !important;
  pointer-events: none !important;
  transition: none !important;
}
.form-check-input:disabled ~ .form-check-label:hover {
  color: #bbb !important;
  border-color: #ddd !important;
  background: none !important;
  cursor: not-allowed !important;
}