/* BUILD: CCRM-PEOPLE-UI-LAYERS-20260716-V2421 */
/* Kişiler ana görünümü */
.cc-people-page,
.cc-people-page *{
                box-sizing: border-box;
                font-family: Inter, "Segoe UI", Arial, sans-serif;
            }

            .cc-people-page{
                --cc-blue: #2563eb;
                --cc-blue-dark: #1d4ed8;
                --cc-text: #1f2937;
                --cc-muted: #667085;
                --cc-border: #e5eaf1;
                --cc-soft: #f8fafc;
                display: grid;
                grid-template-columns: 245px minmax(0, 1fr);
                min-height: calc(100vh - 160px);
                color: var(--cc-text);
                background: #fff;
            }

            .cc-people-page button,
.cc-people-page input,
.cc-people-page select,
.cc-people-page textarea{
                font: inherit;
            }

            .cc-people-page .cc-people-sidebar{
                border-right: 1px solid var(--cc-border);
                background: #fbfcfe;
                padding: 16px 0;
            }

            .cc-people-page .cc-side-new{
                margin: 0 12px 12px;
                min-height: 34px;
                border: 0;
                border-radius: 8px;
                background: var(--cc-blue);
                color: #fff;
                padding: 0 13px;
                font-weight: 600;
                cursor: pointer;
                box-shadow: 0 10px 22px rgba(37, 99, 235, .16);
            }

            

            

            

            .cc-people-page .cc-people-main{
                padding: 30px 34px 70px;
                min-width: 0;
            }

            .cc-people-page .cc-people-head{
                display: flex;
                justify-content: space-between;
                gap: 18px;
                align-items: flex-start;
                margin-bottom: 18px;
            }

            .cc-people-page .cc-people-head h1{
                margin: 0;
                font-size: 26px;
                line-height: 1.2;
                font-weight: 600;
                color: #101828;
                letter-spacing: -.025em;
            }

            .cc-people-page .cc-people-head p{
                margin: 7px 0 0;
                color: var(--cc-muted);
                font-size: 14px;
            }

            .cc-people-page .cc-people-actions,
.cc-people-page .cc-tools-right{
                display: flex;
                align-items: center;
                gap: 9px;
                flex-wrap: wrap;
            }

            

            

            

            

            

            .cc-people-page .cc-people-toolbar{
                min-height: 58px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 14px;
                border: 1px solid var(--cc-border);
                background: #fff;
                border-radius: 16px;
                padding: 11px 13px 11px 18px;
                margin-bottom: 14px;
                box-shadow: 0 14px 34px rgba(15, 23, 42, .045);
            }

            .cc-people-page .cc-current-view{
                font-size: 16px;
                color: #344054;
                font-weight: 700;
            }

            .cc-people-page .cc-search-box{
                width: 270px;
                height: 38px;
                border: 1px solid #d7dde7;
                background: #fff;
                border-radius: 9px;
                display: flex;
                align-items: center;
                gap: 8px;
                padding: 0 11px;
                color: #98a2b3;
            }

            .cc-people-page .cc-search-box input{
                border: 0;
                outline: 0;
                width: 100%;
                color: #344054;
                background: transparent;
                font-size: 14px;
            }

            .cc-people-page .cc-mini-tool,
.cc-people-page .cc-view-tool{
                height: 36px;
                border: 1px solid #d7dde7;
                border-radius: 8px;
                background: #fff;
                color: #475467;
                padding: 0 10px;
                cursor: pointer;
                font-weight: 600;
            }

            .cc-people-page .cc-view-tool.is-active{
                background: #eff6ff;
                color: var(--cc-blue);
                border-color: #bfdbfe;
            }

            .cc-people-page .cc-total{
                color: #475467;
                font-size: 14px;
                white-space: nowrap;
            }

            .cc-people-page .cc-people-grid{
                display: grid;
                grid-template-columns: repeat(3, minmax(260px, 1fr));
                gap: 12px;
            }

            .cc-people-page .cc-person-card{
                position: relative;
                min-height: 132px;
                border: 1px solid var(--cc-border);
                background: #f8fafc;
                border-radius: 14px;
                padding: 15px 46px 15px 15px;
                display: grid;
                grid-template-columns: 60px 1fr;
                gap: 14px;
                cursor: pointer;
                transition: background .15s ease, border-color .15s ease, box-shadow .15s ease, transform .15s ease;
            }

            

            .cc-people-page .cc-person-avatar{
                width: 58px;
                height: 58px;
                border-radius: 12px;
                background: #dbeafe;
                display: flex;
                align-items: center;
                justify-content: center;
                overflow: hidden;
                color: var(--cc-blue);
                font-weight: 700;
            }

            .cc-people-page .cc-person-avatar img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .cc-people-page .cc-person-info h2{
                margin: 0 0 5px;
                color: #17446b;
                font-size: 17px;
                font-weight: 500;
                letter-spacing: -.015em;
            }

            .cc-people-page .cc-person-info p,
.cc-people-page .cc-person-info strong{
                display: block;
                margin: 0 0 5px;
                color: #475467;
                font-size: 13px;
                font-weight: 400;
            }

            .cc-people-page .cc-person-info strong{
                color: #2f5677;
                font-weight: 500;
            }

            .cc-people-page .cc-person-contact{
                display: flex;
                flex-wrap: wrap;
                gap: 8px;
                color: #344054;
                font-size: 12px;
                margin-top: 8px;
            }

            .cc-people-page .cc-star{
                position: absolute;
                right: 12px;
                top: 10px;
                width: 28px;
                height: 28px;
                border: 0;
                background: transparent;
                color: #cbd5e1;
                cursor: pointer;
                font-size: 20px;
                line-height: 1;
            }

            .cc-people-page .cc-star.is-favorite{
                color: #f59e0b;
            }

            .cc-people-page .cc-type-pill{
                position: absolute;
                right: 12px;
                bottom: 12px;
                background: #eff6ff;
                color: var(--cc-blue);
                border: 1px solid #bfdbfe;
                border-radius: 8px;
                padding: 5px 8px;
                font-size: 12px;
                font-weight: 600;
            }

            .cc-people-page .cc-people-empty{
                display: flex;
                align-items: center;
                gap: 22px;
                max-width: 620px;
                margin: 70px auto;
                color: #344054;
            }

            .cc-people-page .cc-people-empty[hidden]{
                display: none;
            }

            .cc-people-page .cc-empty-icon{
                font-size: 68px;
                line-height: 1;
                color: #0f172a;
            }

            .cc-people-page .cc-people-empty h2{
                margin: 0 0 9px;
                font-size: 18px;
                font-weight: 600;
                color: #344054;
            }

            .cc-people-page .cc-people-empty p{
                margin: 0 0 18px;
                color: var(--cc-muted);
                font-size: 14px;
            }

            .cc-people-page .cc-created-view{
                border: 0;
                outline: 0;
                background: #fff;
                border-radius: 0;
                overflow: visible;
                box-shadow: none;
            }

            .cc-people-page .cc-created-view[hidden]{
                display: none;
            }

            .cc-people-page .cc-created-head{
                padding: 15px 0;
                border: 0;
                border-bottom: 1px solid var(--cc-border);
                border-radius: 0;
                box-shadow: none;
                display: flex;
                align-items: center;
                justify-content: space-between;
                color: #344054;
                background: #fff;
            }

            .cc-people-page .cc-created-head strong{
                display: block;
                font-size: 15px;
                font-weight: 700;
                color: #344054;
            }

            .cc-people-page .cc-created-head span{
                display: block;
                margin-top: 3px;
                color: var(--cc-muted);
                font-size: 13px;
                font-weight: 400;
            }

            .cc-people-page .cc-month-group{
                border-bottom: 1px solid #edf1f6;
            }

            .cc-people-page .cc-created-view .cc-month-group:last-child{
                border-bottom: 0;
            }

            .cc-people-page .cc-month-toggle{
                width: 100%;
                min-height: 52px;
                border: 0;
                background: #f8fafc;
                color: #17446b;
                display: grid;
                grid-template-columns: 1fr auto auto;
                gap: 12px;
                align-items: center;
                padding: 0 18px;
                cursor: pointer;
                text-align: left;
                font-size: 15px;
                font-weight: 700;
            }

            .cc-people-page .cc-month-toggle:hover{
                background: #eff6ff;
            }

            .cc-people-page .cc-month-toggle em{
                color: var(--cc-muted);
                font-size: 13px;
                font-style: normal;
                font-weight: 500;
            }

            .cc-people-page .cc-month-toggle b{
                width: 24px;
                height: 24px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                color: var(--cc-blue);
                transition: transform .18s ease;
            }

            .cc-people-page .cc-month-group.is-open .cc-month-toggle b{
                transform: rotate(180deg);
            }

            .cc-people-page .cc-month-people{
                display: none;
                background: #fff;
            }

            .cc-people-page .cc-month-group.is-open .cc-month-people{
                display: block;
            }

            .cc-people-page .cc-month-person{
                display: grid;
                grid-template-columns: 44px minmax(240px, 1fr) minmax(260px, auto);
                gap: 12px;
                align-items: center;
                padding: 13px 18px;
                border-top: 1px solid #f1f4f8;
                cursor: pointer;
                transition: background .14s ease, box-shadow .14s ease;
            }

            .cc-people-page .cc-month-person:hover{
                background: #eef6ff;
                box-shadow: inset 3px 0 0 var(--cc-blue);
            }

            .cc-people-page .cc-month-avatar{
                width: 42px;
                height: 42px;
                border-radius: 11px;
                overflow: hidden;
                background: #dbeafe;
                color: var(--cc-blue);
                display: flex;
                align-items: center;
                justify-content: center;
                font-weight: 700;
            }

            .cc-people-page .cc-month-avatar img{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }

            .cc-people-page .cc-month-info strong{
                display: block;
                color: #17446b;
                font-size: 15px;
                font-weight: 600;
                margin-bottom: 3px;
            }

            .cc-people-page .cc-month-info span,
.cc-people-page .cc-month-info small,
.cc-people-page .cc-month-contact span{
                color: #475467;
                font-size: 13px;
                font-weight: 400;
            }

            .cc-people-page .cc-month-info small{
                display: block;
                color: #2f5677;
            }

            .cc-people-page .cc-month-contact{
                display: flex;
                flex-wrap: wrap;
                gap: 12px;
                justify-content: flex-end;
            }

            .cc-people-page .cc-created-empty{
                padding: 28px;
                color: var(--cc-muted);
                text-align: center;
            }

            .cc-people-page .cc-special-view{
                border: 1px solid var(--cc-border);
                background: #fff;
                border-radius: 16px;
                overflow: hidden;
                box-shadow: 0 14px 34px rgba(15, 23, 42, .045);
            }

            .cc-people-page .cc-special-view[hidden]{
                display: none;
            }

            .cc-people-page .cc-special-head{
                padding: 15px 18px;
                border-bottom: 1px solid var(--cc-border);
                display: flex;
                justify-content: space-between;
                color: #344054;
            }

            .cc-people-page .cc-special-row{
                display: grid;
                grid-template-columns: 150px 1fr;
                gap: 14px;
                padding: 14px 18px;
                border-bottom: 1px solid #f1f4f8;
            }

            .cc-people-page .cc-special-date{
                font-weight: 700;
                color: #344054;
            }

            .cc-people-page .cc-special-person strong{
                display: block;
                color: #17446b;
                font-weight: 500;
            }

            .cc-people-page .cc-special-person span,
.cc-people-page .cc-special-empty{
                color: var(--cc-muted);
                font-size: 14px;
            }

            .cc-people-page .cc-special-empty{
                padding: 28px;
                text-align: center;
            }

            .cc-people-page .cc-modal{
                position: fixed;
                inset: 0;
                z-index: var(--ccrm-layer-modal, 2000000);
                background: rgba(15, 23, 42, .46);
                display: flex;
                align-items: flex-start;
                justify-content: center;
                padding: 28px 14px;
                overflow: auto;
            }

            .cc-people-page .cc-modal[hidden]{
                display: none;
            }

            .cc-people-page .cc-person-modal-card,
.cc-people-page .cc-list-modal-card{
                width: min(1180px, 100%);
                background: #fff;
                border-radius: 18px;
                overflow: hidden;
                box-shadow: 0 30px 90px rgba(15, 23, 42, .28);
            }

            .cc-people-page .cc-person-modal-card{
                width: min(960px, 100%);
                border-radius: 16px;
            }

            .cc-people-page .cc-modal-blue-head{
                min-height: 78px;
                background: var(--cc-blue);
                color: #fff;
                padding: 17px 22px;
                display: flex;
                justify-content: space-between;
                gap: 16px;
                align-items: center;
            }

            .cc-people-page .cc-modal-blue-head h2{
                margin: 0;
                font-size: 21px;
                font-weight: 600;
                letter-spacing: -.02em;
            }

            .cc-people-page .cc-modal-blue-head p{
                margin: 5px 0 0;
                color: rgba(255,255,255,.82);
                font-size: 12px;
                font-weight: 400;
            }

            

            

            

            

            

            .cc-people-page .cc-person-form{
                display: grid;
                grid-template-columns: 180px 1fr;
                gap: 18px;
                padding: 18px 22px 0;
            }

            .cc-people-page .cc-photo-box{
                display: flex;
                flex-direction: column;
                gap: 10px;
            }

            

            

            .cc-people-page .cc-photo-upload{
                min-height: 36px;
                border: 1px solid #d7dde7;
                border-radius: 8px;
                color: var(--cc-blue);
                background: #fff;
                display: flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                font-weight: 600;
                font-size: 13px;
            }

            .cc-people-page .cc-photo-upload input{
                display: none;
            }

            .cc-people-page .cc-form-grid{
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 11px 12px;
            }

            .cc-people-page .cc-form-grid label{
                display: flex;
                flex-direction: column;
                gap: 5px;
                color: #344054;
                font-size: 12px;
                font-weight: 600;
            }

            .cc-people-page .cc-form-grid .full{
                grid-column: 1 / -1;
            }

            .cc-people-page .cc-form-grid input,
.cc-people-page .cc-form-grid select,
.cc-people-page .cc-form-grid textarea{
                width: 100%;
                border: 1px solid #d7dde7;
                border-radius: 8px;
                background: #fff;
                color: #111827;
                padding: 9px 10px;
                outline: none;
                font-size: 13px;
                font-weight: 400;
            }

            .cc-people-page .cc-form-grid input:focus,
.cc-people-page .cc-form-grid select:focus,
.cc-people-page .cc-form-grid textarea:focus{
                border-color: var(--cc-blue);
                box-shadow: 0 0 0 4px rgba(37, 99, 235, .10);
            }

            .cc-people-page .cc-check-label{
                flex-direction: row;
                align-items: center;
                gap: 8px;
                padding-top: 22px;
            }

            .cc-people-page .cc-check-label input{
                width: auto;
            }

            .cc-people-page .cc-form-actions{
                grid-column: 1 / -1;
                border-top: 1px solid var(--cc-border);
                margin: 18px -22px 0;
                padding: 12px 22px;
                display: flex;
                gap: 9px;
                align-items: center;
                background: #fbfcfe;
            }

            .cc-people-page .cc-form-spacer{
                flex: 1;
            }

            .cc-people-page .cc-list-modal-card{
                width: min(1160px, 100%);
            }

            .cc-people-page .cc-list-modal-head{
                height: 72px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                border-bottom: 1px solid var(--cc-border);
                padding: 0 22px;
            }

            .cc-people-page .cc-list-modal-head h2{
                margin: 0;
                color: #111827;
                font-size: 22px;
                font-weight: 500;
            }

            

            .cc-people-page .cc-list-builder{
                min-height: 570px;
                display: grid;
                grid-template-columns: 310px 390px 1fr;
                gap: 22px;
                padding: 24px 24px 34px;
            }

            .cc-people-page .cc-criteria-panel,
.cc-people-page .cc-options-panel,
.cc-people-page .cc-selected-panel{
                background: #fff;
                border-right: 1px solid var(--cc-border);
                padding-right: 18px;
            }

            .cc-people-page .cc-selected-panel{
                border-right: 0;
                background: #f8fafc;
                border-radius: 12px;
                padding: 18px;
            }

            .cc-people-page .cc-criteria-panel strong,
.cc-people-page .cc-options-panel strong,
.cc-people-page .cc-selected-panel strong{
                display: block;
                margin-bottom: 12px;
                color: #344054;
                text-transform: uppercase;
                letter-spacing: .02em;
                font-size: 12px;
            }

            .cc-people-page .cc-criteria-panel button{
                width: 100%;
                border: 0;
                background: transparent;
                color: #344054;
                text-align: left;
                padding: 10px 12px;
                border-radius: 7px;
                cursor: pointer;
                font-size: 15px;
            }

            .cc-people-page .cc-criteria-panel button:hover,
.cc-people-page .cc-criteria-panel button.is-active{
                background: #eff6ff;
                color: var(--cc-blue);
                font-weight: 600;
            }

            .cc-people-page .cc-option-list{
                display: flex;
                flex-direction: column;
                gap: 13px;
                color: #344054;
                max-height: 480px;
                overflow: auto;
                padding-right: 8px;
            }

            .cc-people-page .cc-owner-group{
                display: flex;
                flex-direction: column;
                gap: 11px;
            }

            .cc-people-page .cc-owner-actions{
                display: flex;
                justify-content: flex-end;
                align-items: center;
                gap: 7px;
                color: #64748b;
                font-size: 13px;
                line-height: 1;
                padding-bottom: 2px;
                border-bottom: 1px solid var(--cc-border);
            }

            .cc-people-page .cc-owner-actions button{
                border: 0;
                background: transparent;
                color: #334155;
                font-size: 13px;
                font-weight: 500;
                padding: 0;
                cursor: pointer;
            }

            .cc-people-page .cc-owner-actions button:hover{
                color: var(--cc-blue);
            }

            .cc-people-page .cc-owner-divider{
                height: 1px;
                background: var(--cc-border);
                margin: 3px 0 1px;
            }

            .cc-people-page .cc-selected-top{
                display: flex;
                justify-content: space-between;
                align-items: flex-start;
                gap: 10px;
                margin-bottom: 14px;
                border-bottom: 1px solid var(--cc-border);
                padding-bottom: 12px;
            }

            

            .cc-people-page .cc-selected-list{
                color: #344054;
                font-size: 16px;
            }

            .cc-people-page .cc-list-modal-actions{
                border-top: 1px solid var(--cc-border);
                padding: 16px 24px;
                background: #fbfcfe;
                display: flex;
                justify-content: flex-end;
                gap: 10px;
            }

            .cc-people-page .cc-column-modal{
                position: fixed;
                inset: 0;
                z-index: 1000001;
                background: rgba(15, 23, 42, .46);
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 18px;
                overflow: auto;
            }

            .cc-people-page .cc-column-modal[hidden]{
                display: none;
            }

            .cc-people-page .cc-column-card{
                width: min(920px, 100%);
                background: #ffffff;
                border-radius: 13px;
                overflow: hidden;
                box-shadow: 0 28px 80px rgba(15, 23, 42, .28);
            }

            .cc-people-page .cc-column-head{
                min-height: 58px;
                padding: 0 18px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                border-bottom: 1px solid var(--cc-border);
            }

            .cc-people-page .cc-column-head h2{
                margin: 0;
                color: #111827;
                font-size: 19px;
                font-weight: 500;
                letter-spacing: -.01em;
            }

            

            

            

            

            

            .cc-people-page .cc-column-body{
                padding: 18px;
            }

            .cc-people-page .cc-column-info{
                margin: 0 0 16px;
                color: #475467;
                font-size: 14px;
                line-height: 1.55;
                max-width: 780px;
            }

            .cc-people-page .cc-column-grid{
                display: grid;
                grid-template-columns: 1fr 1fr;
                gap: 16px;
            }

            .cc-people-page .cc-column-box{
                border: 1px solid var(--cc-border);
                border-radius: 10px;
                background: #fff;
                padding: 12px;
            }

            .cc-people-page .cc-column-box strong{
                display: block;
                color: #344054;
                font-size: 13px;
                font-weight: 600;
                margin-bottom: 10px;
            }

            .cc-people-page .cc-column-list{
                min-height: 330px;
                max-height: 360px;
                overflow: auto;
                display: flex;
                flex-direction: column;
                gap: 5px;
                padding-right: 4px;
            }

            .cc-people-page .cc-column-list button{
                width: 100%;
                min-height: 31px;
                border: 1px solid #d7dde7;
                border-radius: 7px;
                background: #f8fafc;
                color: #344054;
                text-align: left;
                padding: 6px 10px;
                cursor: pointer;
                font-size: 14px;
                font-weight: 400;
            }

            .cc-people-page .cc-column-list button:hover{
                background: #eff6ff;
                border-color: #bfdbfe;
                color: var(--cc-blue);
            }

            .cc-people-page .cc-column-list-muted button{
                background: #fbfcfe;
            }

            .cc-people-page .cc-column-actions{
                border-top: 1px solid var(--cc-border);
                background: #fbfcfe;
                padding: 14px 18px;
                display: grid;
                grid-template-columns: auto 1fr auto auto;
                gap: 10px;
                align-items: center;
            }

            .cc-people-page .cc-column-link{
                border: 0;
                background: transparent;
                color: #344054;
                text-decoration: underline;
                cursor: pointer;
                font-size: 14px;
            }

            .cc-people-page .cc-column-link:hover{
                color: var(--cc-blue);
            }

            @media (max-width: 1200px){
                .cc-people-page .cc-people-grid{
                    grid-template-columns: repeat(2, minmax(260px, 1fr));
                }
            }

            @media (max-width: 900px){
                .cc-people-page{
                    grid-template-columns: 1fr;
                }

                .cc-people-page .cc-people-sidebar{
                    border-right: 0;
                    border-bottom: 1px solid var(--cc-border);
                    overflow-x: auto;
                    padding: 10px;
                }

                

                

                .cc-people-page .cc-side-new{
                    margin: 0 0 8px;
                }

                .cc-people-page .cc-people-main{
                    padding: 20px 12px 92px;
                }

                .cc-people-page .cc-people-head,
.cc-people-page .cc-people-toolbar{
                    flex-direction: column;
                    align-items: stretch;
                }

                .cc-people-page .cc-tools-right,
.cc-people-page .cc-people-actions{
                    width: 100%;
                }

                .cc-people-page .cc-search-box{
                    width: 100%;
                }

                .cc-people-page .cc-people-grid{
                    grid-template-columns: 1fr;
                }

                .cc-people-page .cc-month-person{
                    grid-template-columns: 38px 1fr;
                    align-items: flex-start;
                }

                .cc-people-page .cc-month-contact{
                    grid-column: 2 / -1;
                    justify-content: flex-start;
                }

                .cc-people-page .cc-month-toggle{
                    grid-template-columns: 1fr auto;
                }

                .cc-people-page .cc-month-toggle em{
                    display: none;
                }

                .cc-people-page .cc-person-form{
                    grid-template-columns: 1fr;
                }

                .cc-people-page .cc-form-grid{
                    grid-template-columns: 1fr;
                }

                .cc-people-page .cc-list-builder{
                    grid-template-columns: 1fr;
                    min-height: auto;
                }

                .cc-people-page .cc-column-grid{
                    grid-template-columns: 1fr;
                }

                .cc-people-page .cc-column-actions{
                    grid-template-columns: 1fr;
                }

                .cc-people-page .cc-criteria-panel,
.cc-people-page .cc-options-panel{
                    border-right: 0;
                    border-bottom: 1px solid var(--cc-border);
                    padding: 0 0 18px;
                }

                .cc-people-page .cc-form-actions{
                    flex-direction: column;
                    align-items: stretch;
                }

                .cc-people-page .cc-form-spacer{
                    display: none;
                }
            }


            /* CordeoCRM - Kişiler yatay filtre menüsü düzeni */
            .cc-people-page{
                display: block;
                width: 100%;
                min-height: calc(100vh - 160px);
                background: #fff;
            }

            .cc-people-page .cc-people-main{
                width: 100%;
                padding: 30px 34px 70px;
                min-width: 0;
            }

            

            

            .cc-people-page .cc-side-new{
                flex: 0 0 auto;
                margin: 0;
                min-height: 38px;
                border: 0;
                border-radius: 11px;
                background: var(--cc-blue);
                color: #fff;
                padding: 0 15px;
                font-size: 13px;
                font-weight: 600;
                cursor: pointer;
                box-shadow: 0 10px 22px rgba(37, 99, 235, .16);
            }

            

            

            

            @media (max-width: 900px){
                .cc-people-page .cc-people-main{
                    padding: 20px 12px 92px;
                }

                

                .cc-people-page .cc-side-new{
                    width: 100%;
                }

                
            }



            /* CordeoCRM merkezi UI bağlantısı ve alt çizgi temizliği */
            .cc-people-page,
.cc-people-page *{
                font-family: var(--ccrm-font-family, Inter, "Segoe UI", Arial, sans-serif);
            }

            .cc-people-page{
                --cc-blue: var(--ccrm-primary, #2563eb);
                --cc-blue-dark: var(--ccrm-primary-hover, #1d4ed8);
                --cc-text: var(--ccrm-text, #1f2937);
                --cc-muted: var(--ccrm-muted, #667085);
                --cc-border: var(--ccrm-border, #e5eaf1);
                --cc-soft: var(--ccrm-bg, #f8fafc);
                color: var(--ccrm-text, #1f2937);
                background: var(--ccrm-page-bg, #ffffff);
            }

            

            .cc-people-page a,
.cc-people-page a:hover,
.cc-people-page a:focus,
.cc-people-page a:active{
                border-bottom: 0;
            }

            

            .cc-people-page .cc-side-new{
                background: var(--ccrm-primary, #2563eb);
                border-color: var(--ccrm-primary, #2563eb);
                color: var(--ccrm-primary-text, #ffffff);
                box-shadow: var(--ccrm-button-shadow, 0 10px 22px rgba(37, 99, 235, .16));
            }

            .cc-people-page .cc-side-new:hover{
                background: var(--ccrm-primary-hover, #1d4ed8);
                border-color: var(--ccrm-primary-hover, #1d4ed8);
                color: var(--ccrm-primary-text, #ffffff);
            }

            

            .cc-people-page .cc-mini-tool:hover,
.cc-people-page .cc-view-tool:hover,
.cc-people-page .cc-view-tool.is-active{
                background: var(--ccrm-primary-soft, #eff6ff);
                color: var(--ccrm-primary, #2563eb);
                border-color: rgba(37, 99, 235, .28);
            }

            .cc-people-page .cc-people-toolbar,
.cc-people-page .cc-special-view,
.cc-people-page .cc-person-card,
.cc-people-page .cc-person-modal-card,
.cc-people-page .cc-list-modal-card,
.cc-people-page .cc-column-card,
.cc-people-page .cc-search-box,
.cc-people-page .cc-column-box,
.cc-people-page .cc-selected-panel,
.cc-people-page .cc-options-panel,
.cc-people-page .cc-criteria-panel{
                border-color: var(--ccrm-border, #e5eaf1);
                border-radius: var(--ccrm-radius, 16px);
            }

            .cc-people-page .cc-people-toolbar,
.cc-people-page .cc-special-view,
.cc-people-page .cc-person-modal-card,
.cc-people-page .cc-list-modal-card,
.cc-people-page .cc-column-card{
                background: var(--ccrm-card-bg, #ffffff);
                box-shadow: var(--ccrm-card-shadow, 0 14px 34px rgba(15, 23, 42, .045));
            }

            .cc-people-page .cc-person-card{
                background: var(--ccrm-list-row-bg, #ffffff);
                box-shadow: var(--ccrm-list-shadow, none);
            }

            

            .cc-people-page .cc-modal{
                background: rgba(15, 23, 42, .50);
                backdrop-filter: blur(4px);
                -webkit-backdrop-filter: blur(4px);
            }

            .cc-people-page .cc-modal-blue-head{
                background: var(--ccrm-primary, #2563eb);
            }

            .cc-people-page input,
.cc-people-page select,
.cc-people-page textarea{
                border-color: var(--ccrm-border, #d7dde7);
                border-radius: var(--ccrm-input-radius, 10px);
            }

            .cc-people-page input:focus,
.cc-people-page select:focus,
.cc-people-page textarea:focus{
                outline: none;
                border-color: var(--ccrm-primary, #2563eb);
                box-shadow: 0 0 0 3px rgba(37, 99, 235, .10);
            }
        
            /* CordeoCRM Kişiler - üst aksiyon butonları */
            .cc-people-page .cc-people-head .cc-people-actions{
                margin-left: auto;
                display: flex;
                justify-content: flex-end;
                align-items: center;
                gap: 8px;
                flex: 0 0 auto;
            }

            .cc-people-page .cc-people-head .cc-people-actions [data-people-template],
.cc-people-page .cc-people-head .cc-people-actions [data-open-people-import],
.cc-people-page .cc-people-head .cc-people-actions [data-export-people]{
                display: inline-flex;
                align-items: center;
                justify-content: center;
                text-decoration: none;
                text-decoration-line: none;
                border: 1px solid var(--ccrm-primary, #2563eb);
                border-radius: var(--ccrm-radius-sm, 8px);
                white-space: nowrap;
            }

            .cc-people-page .cc-people-head .cc-people-actions [data-export-people]{
                display: inline-flex;
                margin-left: auto;
                text-decoration: none;
                text-decoration-line: none;
                border: 1px solid var(--ccrm-primary, #2563eb);
            }


            /* CordeoCRM Kişiler - açık mavi zemin kaldırıldı */
            

            

            


            /* CordeoCRM Kişiler - sayfa dış zemin kesin beyaz */
            body:has(.cc-people-page),
body:has(.cc-people-page) #page,
body:has(.cc-people-page) .site,
body:has(.cc-people-page) .site-content,
body:has(.cc-people-page) .content-area,
body:has(.cc-people-page) .entry-content,
body:has(.cc-people-page) .wp-site-blocks,
body:has(.cc-people-page) .wp-block-post-content,
body:has(.cc-people-page) .is-layout-flow,
body:has(.cc-people-page) main,
body:has(.cc-people-page) article{
                background: #ffffff;
                background-color: #ffffff;
            }

            .cc-people-page{
                --ccrm-page-bg: #ffffff;
                --ccrm-bg: #ffffff;
                background: #ffffff;
                background-color: #ffffff;
            }

            


            /* CordeoCRM zorunlu alan uyarıları */
            .cc-people-page .cc-required-alert{
                margin: 0 0 14px;
                padding: 11px 13px;
                border: 1px solid #fecaca;
                border-radius: 12px;
                background: #fff1f2;
                color: #be123c;
                font-size: 13px;
                font-weight: 600;
            }

            .cc-people-page .cc-required-mark{
                color: #dc2626;
                font-style: normal;
                font-weight: 700;
            }

            .cc-people-page .cc-field-error{
                display: none;
                margin-top: 6px;
                color: #dc2626;
                font-size: 12px;
                line-height: 1.35;
                font-weight: 500;
            }

            .cc-people-page .cc-field-error.is-visible{
                display: block;
            }

            .cc-people-page .cc-has-error input,
.cc-people-page .cc-has-error select,
.cc-people-page .cc-has-error textarea{
                border-color: #ef4444;
                box-shadow: 0 0 0 3px rgba(239, 68, 68, .10);
            }


            /* CordeoCRM Kişiler - tüm dış zemin beyaz */
            


            /* CordeoCRM Liste Kontrol Şeridi */
            .cc-people-page .cc-list-control-bar{
                min-height: 72px;
                margin: 0;
                padding: 14px 0 15px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 18px;
                border: 0;
                border-bottom: 1px solid #e6ebf2;
                border-radius: 0;
                background: #ffffff;
                box-shadow: none;
            }

            .cc-people-page .cc-list-control-heading{
                min-width: 220px;
            }

            .cc-people-page .cc-list-control-heading h2{
                margin: 0;
                color: #1f2937;
                font-size: 16px;
                line-height: 1.3;
                font-weight: 700;
            }

            .cc-people-page .cc-list-control-heading p{
                margin: 4px 0 0;
                color: #667085;
                font-size: 13px;
                line-height: 1.4;
                font-weight: 400;
            }

            .cc-people-page .cc-list-control-tools{
                display: flex;
                align-items: center;
                justify-content: flex-end;
                gap: 10px;
                flex-wrap: nowrap;
            }

            .cc-people-page .cc-list-sort{
                display: inline-flex;
                align-items: center;
                gap: 8px;
                margin: 0;
                white-space: nowrap;
            }

            .cc-people-page .cc-list-sort > span{
                color: #475467;
                font-size: 12px;
                line-height: 1;
                font-weight: 650;
            }

            .cc-people-page .cc-list-sort select{
                width: 155px;
                height: 40px;
                min-height: 40px;
                margin: 0;
                padding: 0 34px 0 12px;
                border: 1px solid #d7dde7;
                border-radius: 9px;
                background-color: #ffffff;
                color: #475467;
                box-shadow: none;
                outline: 0;
                font-size: 13px;
                cursor: pointer;
            }

            .cc-people-page .cc-list-search{
                width: 235px;
                height: 40px;
                display: flex;
                align-items: center;
                gap: 8px;
                margin: 0;
                padding: 0;
                border: 0;
                border-radius: 0;
                background: transparent;
                box-shadow: none;
                color: #8a94a3;
            }

            .cc-people-page .cc-list-search > span{
                flex: 0 0 auto;
                font-size: 17px;
                line-height: 1;
            }

            .cc-people-page .cc-list-search input{
                width: 100%;
                height: 40px;
                min-height: 40px;
                margin: 0;
                padding: 0 12px;
                border: 1px solid #d7dde7;
                border-radius: 9px;
                background: #ffffff;
                color: #344054;
                box-shadow: none;
                outline: 0;
                font-size: 13px;
            }

            .cc-people-page .cc-list-control-tools .cc-total{
                margin: 0;
                color: #667085;
                font-size: 13px;
                line-height: 1.3;
                font-weight: 500;
                white-space: nowrap;
            }

            @media (max-width: 1050px){
                .cc-people-page .cc-list-control-bar{
                    align-items: flex-start;
                    flex-direction: column;
                }

                .cc-people-page .cc-list-control-tools{
                    width: 100%;
                    justify-content: flex-start;
                    flex-wrap: wrap;
                }

                .cc-people-page .cc-list-search{
                    flex: 1 1 230px;
                    width: auto;
                }

                .cc-people-page .cc-list-control-tools .cc-total{
                    margin-left: auto;
                    align-self: center;
                }
            }

            @media (max-width: 620px){
                .cc-people-page .cc-list-control-tools{
                    display: grid;
                    grid-template-columns: 1fr;
                    gap: 9px;
                }

                .cc-people-page .cc-list-sort{
                    width: 100%;
                    display: grid;
                    grid-template-columns: auto minmax(0, 1fr);
                }

                .cc-people-page .cc-list-sort select,
.cc-people-page .cc-list-search{
                    width: 100%;
                    max-width: none;
                }

                .cc-people-page .cc-list-control-tools .cc-total{
                    margin-left: 0;
                    justify-self: start;
                }
            }

/* Kişiler profesyonel modal görünümü */
body:not(.wp-admin) .cc-people-page .cc-modal[data-person-modal]{
                align-items: center;
                justify-content: center;
                padding: 26px;
                background: rgba(15, 23, 42, .42);
                backdrop-filter: blur(3px);
            }

            body:not(.wp-admin) .cc-people-page .cc-person-modal-card{
                width: min(980px, calc(100vw - 54px));
                max-height: calc(100vh - 42px);
                background: #fff;
                border: 1px solid #e6ebf2;
                border-radius: 20px;
                box-shadow: 0 28px 90px rgba(15, 23, 42, .22);
                overflow: auto;
            }

            body:not(.wp-admin) .cc-people-page .cc-modal-blue-head{
                background: #fff;
                color: #111827;
                border-bottom: 1px solid #e6ebf2;
                padding: 18px 22px 14px;
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
            }

            body:not(.wp-admin) .cc-people-page .cc-modal-blue-head h2{
                margin: 0;
                color: #111827;
                font-size: 18px;
                line-height: 1.2;
                font-weight: 760;
                letter-spacing: -.02em;
            }

            body:not(.wp-admin) .cc-people-page .cc-modal-blue-head p{
                margin: 6px 0 0;
                color: #667085;
                font-size: 12.5px;
                line-height: 1.5;
            }

            

            body:not(.wp-admin) .cc-people-page .cc-person-form{
                display: grid;
                grid-template-columns: 128px minmax(0, 1fr);
                gap: 18px 22px;
                padding: 16px 22px 0;
            }

            body:not(.wp-admin) .cc-people-page .cc-required-alert{
                grid-column: 1 / -1;
                margin: 0;
            }

            body:not(.wp-admin) .cc-people-page .cc-photo-box{
                grid-column: 1;
                align-self: start;
                position: sticky;
                top: 16px;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 10px;
                padding: 0;
                background: transparent;
                border: 0;
            }

            

            

            body:not(.wp-admin) .cc-people-page .cc-photo-upload{
                width: 104px;
                min-height: 34px;
                border-radius: 10px;
                background: #fff;
                color: #2563eb;
                border: 1px solid #dbeafe;
                font-size: 12px;
                font-weight: 750;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                cursor: pointer;
                box-shadow: none;
            }

            body:not(.wp-admin) .cc-people-page .cc-person-fields{
                grid-column: 2;
                min-width: 0;
            }

            body:not(.wp-admin) .cc-people-page .cc-form-grid{
                display: grid;
                grid-template-columns: repeat(2, minmax(0, 1fr));
                gap: 14px 16px;
            }

            body:not(.wp-admin) .cc-people-page .cc-form-grid label{
                color: #111827;
                font-size: 12px;
                font-weight: 760;
            }

            body:not(.wp-admin) .cc-people-page .cc-form-grid input,
body:not(.wp-admin) .cc-people-page .cc-form-grid select,
body:not(.wp-admin) .cc-people-page .cc-form-grid textarea{
                width: 100%;
                min-height: 40px;
                margin-top: 6px;
                border-radius: 12px;
                border: 1px solid #e6ebf2;
                background: #f8fafc;
                color: #111827;
                font-size: 13px;
                font-weight: 500;
                box-shadow: none;
            }

            body:not(.wp-admin) .cc-people-page .cc-form-grid textarea{
                min-height: 92px;
            }

            body:not(.wp-admin) .cc-people-page .cc-form-actions{
                grid-column: 1 / -1;
                position: sticky;
                bottom: 0;
                z-index: 4;
                display: flex;
                align-items: center;
                gap: 9px;
                margin: 4px -22px 0;
                padding: 14px 22px;
                background: rgba(255, 255, 255, .96);
                border-top: 1px solid #e6ebf2;
                backdrop-filter: blur(6px);
            }

            

            

            

            

            @media (max-width: 760px){
                body:not(.wp-admin) .cc-people-page .cc-person-form{
                    grid-template-columns: 1fr;
                }

                body:not(.wp-admin) .cc-people-page .cc-photo-box,
body:not(.wp-admin) .cc-people-page .cc-person-fields{
                    grid-column: 1;
                    position: static;
                }

                body:not(.wp-admin) .cc-people-page .cc-form-grid{
                    grid-template-columns: 1fr;
                }
            }

            /* Kişiler / Hepsi görünümü: dış border, radius ve gölge yok */
            .cc-people-page .cc-people-grid,
.cc-people-page .cc-people-grid::before,
.cc-people-page .cc-people-grid::after{
                border: 0;
                outline: 0;
                border-radius: 0;
                box-shadow: none;
                background: transparent;
            }

            .cc-people-page .cc-people-grid{
                overflow: visible;
                column-gap: 20px;
                row-gap: 0;
            }

            

            .cc-people-page .cc-person-card{
                background: #ffffff;
            }

            

/* CordeoCRM v1.0.21 - Kişiler Liste İşlem Sistemi */
body:not(.wp-admin) .cc-people-page .ccrm-people-selection-bar{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    min-height: 42px;
    margin: 0;
    padding: 8px 0 10px;
    border-bottom: 1px solid #edf1f5;
    background: transparent;
    color: #344054;
    box-shadow: none;
}
body:not(.wp-admin) .cc-people-page .ccrm-people-selection-bar[hidden]{
    display: none;
}
body:not(.wp-admin) .cc-people-page .ccrm-list-selection-count{
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #344054;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
}
body:not(.wp-admin) .cc-people-page .ccrm-list-selection-count::before{
    content: "✓";
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 17px;
    height: 17px;
    border-radius: 999px;
    background: #eff6ff;
    color: #2563eb;
    font-size: 11px;
    font-weight: 600;
}






body:not(.wp-admin) .cc-people-page .cc-person-card{
    padding: 15px 118px 15px 46px;
    overflow: hidden;
}
body:not(.wp-admin) .cc-people-page .cc-person-card.is-selected{
    background: #f8fbff;
    border-color: #bfdbfe;
}
body:not(.wp-admin) .cc-people-page .ccrm-people-row-select{
    position: absolute;
    left: 14px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
    width: 18px;
    height: 18px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
body:not(.wp-admin) .cc-people-page .ccrm-people-row-select input{
    position: absolute;
    inset: 0;
    width: 18px;
    height: 18px;
    opacity: 0;
    cursor: pointer;
}
body:not(.wp-admin) .cc-people-page .ccrm-people-row-select span{
    width: 16px;
    height: 16px;
    border: 1px solid #cfd6df;
    border-radius: 5px;
    background: #fff;
    box-shadow: none;
}
body:not(.wp-admin) .cc-people-page .ccrm-people-row-select input:checked + span{
    border-color: #2563eb;
    background: #2563eb;
}
body:not(.wp-admin) .cc-people-page .ccrm-people-row-select input:checked + span::after{
    content: "";
    position: absolute;
    left: 6px;
    top: 3px;
    width: 4px;
    height: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}
body:not(.wp-admin) .cc-people-page .ccrm-people-card-actions{
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 6;
    display: inline-flex;
    align-items: stretch;
    justify-content: flex-end;
    gap: 0;
    white-space: nowrap;
}





body:not(.wp-admin) .cc-people-page .cc-star{
    right: 90px;
}

body:not(.wp-admin) .cc-people-page .ccrm-list-confirm-modal{
    position: fixed;
    inset: 0;
    z-index: var(--ccrm-layer-modal, 2000000);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 18px;
    background: rgba(15, 23, 42, .38);
}
body:not(.wp-admin) .cc-people-page .ccrm-list-confirm-modal[hidden]{
    display: none;
}
body:not(.wp-admin) .cc-people-page .ccrm-list-confirm-box{
    width: min(420px, calc(100vw - 36px));
    border-radius: 16px;
    background: #fff;
    box-shadow: 0 24px 70px rgba(15, 23, 42, .22);
    overflow: hidden;
}
body:not(.wp-admin) .cc-people-page .ccrm-list-confirm-head{
    padding: 20px 22px 18px;
    border-bottom: 1px solid #edf1f5;
}
body:not(.wp-admin) .cc-people-page .ccrm-list-confirm-head h2{
    margin: 0 0 6px;
    color: #202a36;
    font-size: 17px;
    font-weight: 600;
    line-height: 1.3;
}
body:not(.wp-admin) .cc-people-page .ccrm-list-confirm-head p{
    margin: 0;
    color: #667085;
    font-size: 12.5px;
    font-weight: 400;
    line-height: 1.5;
}
body:not(.wp-admin) .cc-people-page .ccrm-list-confirm-foot{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 8px;
    padding: 14px 18px;
}





@media (max-width: 920px){
    body:not(.wp-admin) .cc-people-page .cc-person-card{
        padding-right: 15px;
        padding-bottom: 46px;
    }
    body:not(.wp-admin) .cc-people-page .ccrm-people-card-actions{
        right: 12px;
        top: auto;
        bottom: 12px;
        transform: none;
    }
    body:not(.wp-admin) .cc-people-page .cc-star{
        right: 12px;
        top: 12px;
    }
}
@media (max-width: 560px){
    body:not(.wp-admin) .cc-people-page .ccrm-people-selection-bar{
        flex-wrap: wrap;
        gap: 8px;
    }
}


/* CordeoCRM modül yerleşimi: kisiler.php / cordeocrm-people-modal-layout-v2 */
body:not(.wp-admin) .cc-people-page .cc-modal[data-person-modal]{
                align-items: center;
                justify-content: center;
                padding: 18px;
                background: rgba(15,23,42,.44);
                backdrop-filter: blur(3px);
            }
            body:not(.wp-admin) .cc-people-page .cc-person-modal-card{
                width: min(1040px, calc(100vw - 36px));
                max-height: calc(100vh - 28px);
                border-radius: 22px;
                border: 1px solid #e7edf5;
                background: #ffffff;
                box-shadow: 0 30px 80px rgba(15,23,42,.22);
                overflow: hidden;
            }
            body:not(.wp-admin) .cc-people-page .cc-modal-blue-head{
                background: #ffffff;
                color: #111827;
                border-bottom: 1px solid #e7edf5;
                padding: 16px 22px 14px;
            }
            body:not(.wp-admin) .cc-people-page .cc-modal-blue-head h2{
                margin: 0;
                color: #111827;
                font-size: 18px;
                font-weight: 760;
                letter-spacing: -.02em;
            }
            body:not(.wp-admin) .cc-people-page .cc-modal-blue-head p{
                margin: 6px 0 0;
                color: #667085;
                font-size: 12.5px;
                line-height: 1.45;
            }
            
            body:not(.wp-admin) .cc-people-page .cc-person-form{
                display: block;
                padding: 0;
                overflow: hidden;
            }
            body:not(.wp-admin) .cc-people-page .cc-required-alert{
                margin: 16px 22px 0;
                border-radius: 12px;
            }
            body:not(.wp-admin) .cc-people-page .cc-person-grid-shell{
                display: grid;
                grid-template-columns: 122px minmax(0,1fr);
                gap: 18px 22px;
                padding: 16px 22px 0;
                align-items: start;
            }
            body:not(.wp-admin) .cc-people-page .cc-photo-box{
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 10px;
                position: sticky;
                top: 8px;
                background: transparent;
                border: 0;
                padding: 0;
            }
            
            body:not(.wp-admin) .cc-people-page .cc-photo-upload{
                width: 96px;
                min-height: 34px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                border-radius: 10px;
                border: 1px solid #dbeafe;
                background: #fff;
                color: #2563eb;
                font-size: 12px;
                font-weight: 700;
                text-decoration: none;
            }
            body:not(.wp-admin) .cc-people-page .cc-person-sections{
                min-width: 0;
                display: flex;
                flex-direction: column;
                gap: 16px;
                padding-right: 4px;
                padding-bottom: 12px;
            }
            body:not(.wp-admin) .cc-people-page .cc-person-section{
                border-top: 1px solid #eef2f7;
                padding-top: 14px;
            }
            body:not(.wp-admin) .cc-people-page .cc-person-section:first-child{
                border-top: 0;
                padding-top: 0;
            }
            body:not(.wp-admin) .cc-people-page .cc-section-title{
                margin: 0 0 12px;
                color: #111827;
                font-size: 15px;
                font-weight: 760;
                letter-spacing: -.01em;
            }
            body:not(.wp-admin) .cc-people-page .cc-form-grid,
body:not(.wp-admin) .cc-people-page .cc-form-grid-two{
                display: grid;
                grid-template-columns: repeat(2, minmax(0,1fr));
                gap: 12px 16px;
                align-items: start;
            }
            body:not(.wp-admin) .cc-people-page .cc-field{
                display: flex;
                flex-direction: column;
                min-width: 0;
                gap: 6px;
                margin: 0;
            }
            body:not(.wp-admin) .cc-people-page .cc-field.full{ grid-column: 1 / -1; }
            body:not(.wp-admin) .cc-people-page .cc-label-text{
                display: inline-flex;
                align-items: center;
                gap: 5px;
                color: #111827;
                font-size: 12.5px;
                font-weight: 730;
                line-height: 1.2;
                min-height: 16px;
            }
            body:not(.wp-admin) .cc-people-page .cc-required-mark{
                color: #e11d48;
                font-style: normal;
                font-weight: 800;
                line-height: 1;
                position: static;
                transform: none;
                margin: 0;
            }
            body:not(.wp-admin) .cc-people-page .cc-field input,
body:not(.wp-admin) .cc-people-page .cc-field select,
body:not(.wp-admin) .cc-people-page .cc-field textarea{
                width: 100%;
                min-height: 42px;
                padding: 10px 13px;
                border-radius: 12px;
                border: 1px solid #e6ebf2;
                background: #f8fafc;
                color: #111827;
                box-shadow: none;
                margin: 0;
            }
            body:not(.wp-admin) .cc-people-page .cc-field textarea{ min-height: 92px; resize: vertical; }
            body:not(.wp-admin) .cc-people-page .cc-check-label-inline{
                min-height: 42px;
                display: inline-flex;
                align-items: center;
                gap: 10px;
                padding-top: 23px;
                color: #475467;
                font-size: 13px;
                font-weight: 600;
            }
            body:not(.wp-admin) .cc-people-page .cc-check-label-inline input{ width: 16px; height: 16px; margin: 0; }
            body:not(.wp-admin) .cc-people-page .cc-field-error{
                min-height: 16px;
                margin: 0;
                font-size: 11.5px;
                line-height: 1.2;
            }
            body:not(.wp-admin) .cc-people-page .cc-form-actions{
                position: sticky;
                bottom: 0;
                z-index: 5;
                display: flex;
                align-items: center;
                gap: 9px;
                padding: 14px 22px;
                background: rgba(255,255,255,.96);
                border-top: 1px solid #e7edf5;
                backdrop-filter: blur(5px);
            }
            
            
            
            
            @media (max-width: 860px){
                body:not(.wp-admin) .cc-people-page .cc-person-grid-shell{ grid-template-columns: 1fr; }
                body:not(.wp-admin) .cc-people-page .cc-photo-box{ position: static; justify-self: start; }
            }
            @media (max-width: 680px){
                body:not(.wp-admin) .cc-people-page .cc-person-modal-card{ width: calc(100vw - 18px); max-height: calc(100vh - 18px); border-radius: 16px; }
                body:not(.wp-admin) .cc-people-page .cc-person-grid-shell{ padding: 14px 14px 0; gap: 14px; }
                body:not(.wp-admin) .cc-people-page .cc-modal-blue-head{ padding: 14px; }
                body:not(.wp-admin) .cc-people-page .cc-form-grid,
body:not(.wp-admin) .cc-people-page .cc-form-grid-two{ grid-template-columns: 1fr; }
                body:not(.wp-admin) .cc-people-page .cc-form-actions{ padding: 12px 14px; }
            }


/* CordeoCRM modül yerleşimi: kisiler.php / cordeocrm-people-final-modal-assets */
body:not(.wp-admin) .cc-people-page .cc-modal[data-person-modal]{
                align-items:center;justify-content:center;padding:12px;background:rgba(15,23,42,.44);backdrop-filter:blur(3px);
            }
            body:not(.wp-admin) .cc-people-page .cc-person-modal-card{
                width:min(1040px,calc(100vw - 24px));
                max-height:calc(100vh - 20px);
                border-radius:22px;
                background:#fff;
                border:1px solid #dbe5f2;
                box-shadow:0 30px 85px rgba(15,23,42,.24);
                overflow:auto;
            }
            body:not(.wp-admin) .cc-people-page .cc-modal-blue-head{
                background:#2563eb;
                color:#fff;
                border-bottom:1px solid rgba(255,255,255,.12);
                padding:14px 22px 12px;
                display:flex;
                align-items:flex-start;
                justify-content:space-between;
            }
            body:not(.wp-admin) .cc-people-page .cc-modal-blue-head h2{
                margin:0;color:#fff;font-size:18px;font-weight:760;letter-spacing:-.02em;
            }
            body:not(.wp-admin) .cc-people-page .cc-modal-blue-head p{
                margin:5px 0 0;color:rgba(255,255,255,.82);font-size:12.5px;line-height:1.42;
            }
            
            body:not(.wp-admin) .cc-people-page .cc-person-form{display:block;padding:0;overflow:visible;}
            body:not(.wp-admin) .cc-people-page .cc-required-alert{margin:10px 18px 0;border-radius:12px;}
            
            body:not(.wp-admin) .cc-people-page .cc-photo-box{
                display:flex;flex-direction:column;align-items:center;gap:8px;position:sticky;top:8px;background:transparent;border:0;padding:0;
            }
            
            body:not(.wp-admin) .cc-people-page .cc-photo-upload{
                width:88px;min-height:31px;display:inline-flex;align-items:center;justify-content:center;border-radius:10px;border:1px solid #dbeafe;background:#fff;color:#2563eb;font-size:11.8px;font-weight:720;text-decoration:none;
            }
            body:not(.wp-admin) .cc-people-page .cc-photo-upload input{display:none;}
            body:not(.wp-admin) .cc-people-page .cc-person-final-content{min-width:0;display:flex;flex-direction:column;gap:10px;padding-bottom:8px;}
            body:not(.wp-admin) .cc-people-page .cc-person-section{border-top:1px solid #eef2f7;padding-top:10px;}
            body:not(.wp-admin) .cc-people-page .cc-person-section:first-child{border-top:0;padding-top:0;}
            body:not(.wp-admin) .cc-people-page .cc-section-title{margin:0 0 8px;color:#111827;font-size:14.5px;font-weight:760;letter-spacing:-.01em;}
            body:not(.wp-admin) .cc-people-page .cc-note-headline{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:8px;}
            body:not(.wp-admin) .cc-people-page .cc-note-headline .cc-section-title{margin:0;}
            body:not(.wp-admin) .cc-people-page .cc-form-grid,
body:not(.wp-admin) .cc-people-page .cc-form-grid-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:9px 14px;align-items:start;}
            body:not(.wp-admin) .cc-people-page .cc-field{display:flex;flex-direction:column;min-width:0;gap:4px;margin:0;}
            body:not(.wp-admin) .cc-people-page .cc-field.full{grid-column:1/-1;}
            body:not(.wp-admin) .cc-people-page .cc-label-text{display:inline-flex;align-items:center;gap:5px;color:#111827;font-size:12.3px;font-weight:730;line-height:1.18;min-height:15px;}
            body:not(.wp-admin) .cc-people-page .cc-required-mark{color:#e11d48;font-style:normal;font-weight:800;line-height:1;position:static;transform:none;margin:0;}
            body:not(.wp-admin) .cc-people-page .cc-field input,
body:not(.wp-admin) .cc-people-page .cc-field select,
body:not(.wp-admin) .cc-people-page .cc-field textarea{
                width:100%;min-height:37px;padding:8px 11px;border-radius:11px;border:1px solid #e6ebf2;background:#f8fafc;color:#111827;font-size:12.7px;box-shadow:none;margin:0;
            }
            body:not(.wp-admin) .cc-people-page .cc-field textarea{min-height:64px;resize:vertical;}
            body:not(.wp-admin) .cc-people-page .cc-check-label-inline{min-height:28px;display:inline-flex;align-items:center;gap:8px;color:#475467;font-size:12.5px;font-weight:650;margin:0;padding:0;}
            body:not(.wp-admin) .cc-people-page .cc-check-label-inline input{width:16px;height:16px;margin:0;}
            body:not(.wp-admin) .cc-people-page .cc-field-error{min-height:13px;margin:0;font-size:11.3px;line-height:1.15;}
            body:not(.wp-admin) .cc-people-page .cc-form-actions{
                position:sticky;bottom:0;z-index:5;display:flex;align-items:center;gap:9px;padding:10px 18px;background:rgba(255,255,255,.98);border-top:1px solid #e7edf5;backdrop-filter:blur(5px);
            }
            
            
            
            
            @media (max-width:860px){body:not(.wp-admin) .cc-people-page .cc-photo-box{position:static;justify-self:start;}}
            @media (max-width:680px){body:not(.wp-admin) .cc-people-page .cc-person-modal-card{width:calc(100vw - 14px);max-height:calc(100vh - 14px);border-radius:16px;}body:not(.wp-admin) .cc-people-page .cc-modal-blue-head{padding:13px;}body:not(.wp-admin) .cc-people-page .cc-form-grid,
body:not(.wp-admin) .cc-people-page .cc-form-grid-two{grid-template-columns:1fr;}body:not(.wp-admin) .cc-people-page .cc-form-actions{padding:10px 12px;}}


/* CordeoCRM modül yerleşimi: kisiler.php / cordeocrm-people-footer-buttons-final-style */


            body:not(.wp-admin) .cc-people-page .cc-form-actions{
                justify-content: flex-end;
                padding: 12px 24px 14px 24px;
                gap: 10px;
                overflow-x: hidden;
            }

            body:not(.wp-admin) .cc-people-page .cc-form-spacer{
                flex: 1 1 auto;
            }

            

            

            body:not(.wp-admin) .cc-people-page .cc-person-modal-card{
                overflow-x: hidden;
            }

            @media (max-width: 680px){
                body:not(.wp-admin) .cc-people-page .cc-form-actions{
                    padding: 12px 14px 14px 14px;
                    gap: 8px;
                }
            }


/* CordeoCRM modül yerleşimi: kisiler.php / cordeocrm-people-customer-style-photo */
body:not(.wp-admin) .cc-photo-box-customer-style{
                position: sticky;
                top: 92px;
                display: flex;
                flex-direction: column;
                align-items: center;
                gap: 10px;
                width: 138px;
                min-width: 138px;
            }

            

            

            

            

            

            

            body:not(.wp-admin) .cc-photo-empty-icon{
                width: 58px;
                height: 58px;
                display: inline-flex;
                align-items: center;
                justify-content: center;
                color: #4b5563;
                line-height: 0;
            }

            body:not(.wp-admin) .cc-photo-empty-icon svg{
                width: 58px;
                height: 58px;
                display: block;
            }

            body:not(.wp-admin) .cc-photo-delete-text{
                display: inline-flex;
                align-items: center;
                justify-content: center;
                min-height: auto;
                height: auto;
                padding: 0;
                border: 0;
                background: transparent;
                color: #111827;
                font-size: 12px;
                font-weight: 700;
                box-shadow: none;
                text-decoration: none;
                cursor: pointer;
            }

            body:not(.wp-admin) .cc-photo-delete-text:hover{
                color: #dc2626;
            }

            body:not(.wp-admin) .cc-photo-box-customer-style .cc-photo-upload{
                display: none;
            }

            @media (max-width: 900px){
                body:not(.wp-admin) .cc-photo-box-customer-style{
                    position: relative;
                    top: auto;
                    width: 100%;
                    min-width: 0;
                    align-items: flex-start;
                }
            }


/* CordeoCRM modül yerleşimi: kisiler.php / cordeocrm-people-photo-modal-final-fix */
html.ccrm-people-modal-open,
body.ccrm-people-modal-open{overflow:hidden;}

            

            body:not(.wp-admin) .cc-people-page .cc-photo-box-customer-style{
                width:150px;
                min-width:150px;
                max-width:150px;
                display:flex;
                flex-direction:column;
                align-items:center;
                justify-content:flex-start;
                gap:12px;
                margin:0;
                padding:8px 0 0;
                text-align:center;
                background:transparent;
                border:0;
                box-shadow:none;
                box-sizing:border-box;
                position:sticky;
                top:16px;
            }

            

            

            

            

            

            

            body:not(.wp-admin) .cc-people-page .cc-photo-empty-icon{
                width:56px;
                height:56px;
                display:flex;
                align-items:center;
                justify-content:center;
                margin:0 auto;
                padding:0;
                color:#5b6472;
                line-height:0;
            }

            body:not(.wp-admin) .cc-people-page .cc-photo-empty-icon svg{
                width:56px;
                height:56px;
                display:block;
                margin:0;
            }

            body:not(.wp-admin) .cc-people-page .cc-photo-delete-text{
                display:none;
                width:112px;
                min-width:112px;
                max-width:112px;
                height:auto;
                min-height:18px;
                margin:0 auto;
                padding:0;
                border:0;
                border-radius:0;
                background:transparent;
                color:#111827;
                font-size:13px;
                font-weight:700;
                line-height:1.2;
                text-align:center;
                align-items:center;
                justify-content:center;
                align-self:center;
                cursor:pointer;
                text-decoration:none;
                box-shadow:none;
                position:static;
                top:auto;
                left:auto;
                right:auto;
                bottom:auto;
                transform:none;
                float:none;
                clear:both;
            }

            body:not(.wp-admin) .cc-people-page .cc-photo-box-customer-style.cc-has-photo .cc-photo-delete-text{
                display:inline-flex;
            }

            body:not(.wp-admin) .cc-people-page .cc-photo-box-customer-style:not(.cc-has-photo) .cc-photo-delete-text{
                display:none;
            }

            body:not(.wp-admin) .cc-people-page .cc-photo-delete-text:hover,
body:not(.wp-admin) .cc-people-page .cc-photo-delete-text:focus,
body:not(.wp-admin) .cc-people-page .cc-photo-delete-text:active{
                background:transparent;
                color:#dc2626;
                text-decoration:none;
                box-shadow:none;
                outline:none;
            }

            @media (max-width:860px){
                

                body:not(.wp-admin) .cc-people-page .cc-photo-box-customer-style{
                    position:relative;
                    top:auto;
                    width:112px;
                    min-width:112px;
                    max-width:112px;
                    justify-self:start;
                    align-items:center;
                    padding-top:0;
                }
            }


/* CordeoCRM modül yerleşimi: kisiler.php / ccrm-people-performance-page-style */
:is(#ccrm-people-force-a, html)
            :is(#ccrm-people-force-b, body:not(.wp-admin))
            .cc-people-page{
                width: min(1180px, calc(100% - 32px));
                max-width: 1180px;
                margin: 0 auto;
                padding: 28px 0 48px;
                color: #202a36;
                font-family: Inter, "Segoe UI", Arial, sans-serif;
            }

            :is(#ccrm-people-force-a, html)
            :is(#ccrm-people-force-b, body:not(.wp-admin))
            .cc-people-main{
                width: 100%;
                max-width: 100%;
                margin: 0;
                padding: 0;
            }

            :is(#ccrm-people-force-a, html)
            :is(#ccrm-people-force-b, body:not(.wp-admin))
            .cc-people-head{
                min-height: 92px;
                margin: 0;
                padding: 18px 0 14px;
                display: flex;
                align-items: flex-start;
                justify-content: space-between;
                gap: 24px;
                border: 0;
                border-bottom: 1px solid #e7ebf0;
                border-radius: 0;
                background: transparent;
                box-shadow: none;
            }

            :is(#ccrm-people-force-a, html)
            :is(#ccrm-people-force-b, body:not(.wp-admin))
            .cc-people-head h1{
                margin: 0 0 5px;
                color: #202a36;
                font-size: 22px;
                font-weight: 600;
                line-height: 1.25;
            }

            :is(#ccrm-people-force-a, html)
            :is(#ccrm-people-force-b, body:not(.wp-admin))
            .cc-people-head p{
                margin: 0;
                color: #6f7a88;
                font-size: 12.5px;
                font-weight: 400;
                line-height: 1.5;
            }

            :is(#ccrm-people-force-a, html)
            :is(#ccrm-people-force-b, body:not(.wp-admin))
            .cc-people-actions{
                margin-left: auto;
                display: flex;
                align-items: center;
                justify-content: flex-end;
                flex-wrap: wrap;
                gap: 8px;
            }

            

            

            

            

            

            

            

            :is(#ccrm-people-force-a, html)
            :is(#ccrm-people-force-b, body:not(.wp-admin))
            .cc-list-control-bar{
                min-height: 60px;
                margin: 0;
                padding: 10px 0 12px;
                border: 0;
                border-bottom: 1px solid #edf1f5;
                border-radius: 0;
                background: transparent;
                box-shadow: none;
            }

            :is(#ccrm-people-force-a, html)
            :is(#ccrm-people-force-b, body:not(.wp-admin))
            .cc-list-control-heading h2{
                margin: 0 0 4px;
                color: #202a36;
                font-size: 14px;
                font-weight: 600;
                line-height: 1.3;
            }

            :is(#ccrm-people-force-a, html)
            :is(#ccrm-people-force-b, body:not(.wp-admin))
            .cc-list-control-heading p{
                margin: 0;
                color: #6f7a88;
                font-size: 11.5px;
                font-weight: 400;
                line-height: 1.45;
            }

            :is(#ccrm-people-force-a, html)
            :is(#ccrm-people-force-b, body:not(.wp-admin))
            .cc-list-control-tools{
                gap: 10px;
            }

            :is(#ccrm-people-force-a, html)
            :is(#ccrm-people-force-b, body:not(.wp-admin))
            .cc-list-sort,
:is(#ccrm-people-force-a, html)
            :is(#ccrm-people-force-b, body:not(.wp-admin))
            .cc-list-search{
                min-height: 36px;
                height: 36px;
            }

            :is(#ccrm-people-force-a, html)
            :is(#ccrm-people-force-b, body:not(.wp-admin))
            .cc-list-sort select,
:is(#ccrm-people-force-a, html)
            :is(#ccrm-people-force-b, body:not(.wp-admin))
            .cc-list-search input{
                min-height: 36px;
                height: 36px;
                border: 1px solid #e4e9ef;
                border-radius: 8px;
                background: #fff;
                color: #344054;
                box-shadow: none;
                font-size: 12px;
                font-weight: 400;
            }

            :is(#ccrm-people-force-a, html)
            :is(#ccrm-people-force-b, body:not(.wp-admin))
            .cc-total{
                color: #667085;
                font-size: 11.5px;
                font-weight: 500;
            }

            @media (max-width: 760px){
                :is(#ccrm-people-force-a, html)
                :is(#ccrm-people-force-b, body:not(.wp-admin))
                .cc-people-page{
                    width: calc(100% - 24px);
                    max-width: none;
                    padding: 22px 0 48px;
                }

                :is(#ccrm-people-force-a, html)
                :is(#ccrm-people-force-b, body:not(.wp-admin))
                .cc-people-head{
                    flex-direction: column;
                    align-items: stretch;
                }

                :is(#ccrm-people-force-a, html)
                :is(#ccrm-people-force-b, body:not(.wp-admin))
                .cc-people-actions{
                    width: 100%;
                    margin-left: 0;
                    justify-content: flex-start;
                }
            }


/* CordeoCRM modül yerleşimi: kisiler.php / ccrm-people-customer-modal-template-final */
html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal{
                position: fixed;
                inset: 0;
                z-index: var(--ccrm-layer-modal, 2000000);
                display: flex;
                align-items: center;
                justify-content: center;
                padding: 16px;
                overflow: hidden;
                background: rgba(15,23,42,.48);
                backdrop-filter: blur(2px);
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal[hidden]{
                display: none;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-person-modal-card{
                position: relative;
                inset: auto;
                transform: none;
                width: min(960px, calc(100vw - 32px));
                max-width: 960px;
                height: min(870px, calc(100dvh - 32px));
                max-height: calc(100dvh - 32px);
                display: flex;
                flex-direction: column;
                margin: auto;
                padding: 0;
                border: 1px solid #e4e9ef;
                border-radius: 16px;
                background: #fff;
                box-shadow: 0 30px 90px rgba(15,23,42,.28);
                overflow: hidden;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-modal-blue-head{
                position: relative;
                inset: auto;
                z-index: 5;
                min-height: 78px;
                flex: 0 0 78px;
                display: flex;
                align-items: center;
                justify-content: space-between;
                gap: 16px;
                margin: 0;
                padding: 17px 22px;
                border: 0;
                border-radius: 0;
                background: #2563eb;
                color: #fff;
                box-shadow: none;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-modal-blue-head h2{
                margin: 0;
                color: #fff;
                font-size: 21px;
                line-height: 1.25;
                font-weight: 600;
                letter-spacing: -.02em;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-modal-blue-head p{
                margin: 5px 0 0;
                color: rgba(255,255,255,.82);
                font-size: 12px;
                line-height: 1.45;
                font-weight: 400;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-form{
                flex: 1 1 auto;
                min-height: 0;
                display: flex;
                flex-direction: column;
                margin: 0;
                padding: 0;
                overflow: hidden;
                background: #fff;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-form > .cc-required-alert{
                flex: 0 0 auto;
                margin: 12px 20px 0;
            }
            
            
            
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-person-final-content{
                min-width: 0;
                width: 100%;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-person-section{
                margin: 0;
                padding: 0;
                border: 0;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-person-section + .cc-person-section{
                margin-top: 12px;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-section-title{
                margin: 10px 0 8px;
                padding: 0;
                border: 0;
                color: #1f2937;
                font-size: 13px;
                line-height: 1.2;
                font-weight: 700;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-person-section:first-child .cc-section-title{
                margin-top: 0;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-form-grid{
                display: grid;
                grid-template-columns: repeat(2,minmax(0,1fr));
                gap: 10px 12px;
                margin: 0;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-location-grid{
                grid-template-columns: repeat(3,minmax(0,1fr));
                margin-top: 10px;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-field{
                min-width: 0;
                display: flex;
                flex-direction: column;
                gap: 6px;
                margin: 0;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-label-text,
html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-field > span:first-child{
                color: #344054;
                font-size: 11.5px;
                line-height: 1.25;
                font-weight: 650;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal :is(input:not([type="checkbox"]):not([type="radio"]):not([type="file"]),select,textarea){
                width: 100%;
                min-width: 0;
                min-height: 38px;
                height: 38px;
                padding: 0 11px;
                border: 1px solid #e1e7ef;
                border-radius: 9px;
                background: #fff;
                color: #344054;
                box-shadow: none;
                outline: none;
                font-size: 12px;
                line-height: 1.3;
                font-weight: 400;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal textarea{
                min-height: 72px;
                height: 72px;
                padding: 9px 11px;
                resize: vertical;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal :is(input,select,textarea):focus{
                border-color: #2563eb;
                box-shadow: 0 0 0 3px rgba(37,99,235,.10);
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal input[type="checkbox"],
html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal input[type="radio"]{
                width: 14px;
                height: 14px;
                min-width: 14px;
                min-height: 14px;
                max-width: 14px;
                max-height: 14px;
                margin: 0;
                padding: 0;
                flex: 0 0 14px;
                border-radius: 3px;
                box-shadow: none;
                transform: none;
                appearance: auto;
                -webkit-appearance: auto;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-phone-field .ccrm-phone-capabilities{
                display: flex;
                flex-direction: row;
                flex-wrap: wrap;
                align-items: center;
                gap: 6px;
                margin-top: 1px;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-phone-field .ccrm-phone-capability{
                display: inline-flex;
                width: auto;
                min-height: 0;
                flex: 0 0 auto;
                flex-direction: row;
                margin: 0;
                padding: 0;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-phone-field .ccrm-phone-capability span{
                width: auto;
                min-height: 26px;
                height: 26px;
                padding: 0 8px;
                white-space: nowrap;
                font-size: 10.5px;
                line-height: 1;
                font-weight: 400;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-phone-field .ccrm-phone-other-name{
                width: 145px;
                min-width: 145px;
                min-height: 28px;
                height: 28px;
                flex: 0 0 145px;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-check-label{
                min-height: 38px;
                display: flex;
                flex-direction: row;
                align-items: center;
                gap: 7px;
                margin: 0;
                padding-top: 17px;
                color: #344054;
                font-size: 11.5px;
                font-weight: 650;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-form-actions{
                position: relative;
                inset: auto;
                z-index: 6;
                flex: 0 0 66px;
                min-height: 66px;
                width: 100%;
                display: flex;
                align-items: center;
                justify-content: flex-end;
                gap: 10px;
                margin: 0;
                padding: 14px 18px;
                border: 0;
                border-top: 1px solid #e4e9ef;
                border-radius: 0;
                background: #fff;
                box-shadow: none;
            }
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-form-spacer{
                display: block;
                flex: 1 1 auto;
                min-width: 0;
                height: 1px;
            }
            
            
            
            html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-form-actions .ccrm-modal-close-last{
                order: 9999;
            }
            @media (max-width:760px){
                html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal{
                    padding: 9px;
                }
                html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-person-modal-card{
                    width: calc(100vw - 18px);
                    height: calc(100dvh - 18px);
                    max-height: calc(100dvh - 18px);
                }
                html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-modal-blue-head{
                    min-height: 70px;
                    flex-basis: 70px;
                    padding: 14px 16px;
                }
                html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-modal-blue-head h2{
                    font-size: 18px;
                }
                
                
                html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-form-grid,
html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-location-grid{
                    grid-template-columns: 1fr;
                }
                html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-check-label{
                    padding-top: 0;
                }
                html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .cc-form-actions{
                    min-height: 62px;
                    flex-basis: auto;
                    flex-wrap: wrap;
                    gap: 8px;
                    padding: 12px 14px;
                }
            }


/* Kişiler: tek sekme, modal fotoğraf ve kart etkileşim tanımı. */
.cc-people-page .cc-people-filterbar {
    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
}

.cc-people-page .ccrm-people-filter-tabs {
    margin: 8px 0 0;
}

.cc-people-page .cc-person-card:hover,
.cc-people-page .cc-person-card:focus-within {
    background: var(--ccrm-hover, #f4f7fa);
    box-shadow: none;
    transform: none;
}

html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .ccrm-people-modal-layout {
    flex: 1 1 auto;
    min-height: 0;
    display: grid;
    grid-template-columns: 108px minmax(0, 1fr);
    gap: 16px;
    align-items: start;
    margin: 0;
    padding: 18px 20px 20px;
    overflow-y: auto;
    overflow-x: hidden;
    background: #fff;
    scrollbar-gutter: stable;
}

html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .ccrm-people-photo-column {
    align-self: start;
    justify-self: start;
    margin: 0;
    padding: 0;
}

@media (max-width: 760px) {
    html body:not(.wp-admin) .cc-people-page .ccrm-people-template-modal .ccrm-people-modal-layout {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 14px 14px 18px;
    }
}
