.psf-estimopti-wrapper-board-partenaire{
width:100%; display:flex;
flex-direction: column;
padding:10px;
border-radius: 10px; }
.psf-estimopti-liste-leads{
width:100%; display:flex;
flex-direction: column;
padding:2px;
}
.psf-estimopti-box-one-lead{
width:100%;
max-width: 100%; padding:10px;
border-radius: 10px;
border:solid 1px lightgray;
margin-top:5px;
margin-bottom: 5px;
}
.psf-estimopti-box-one-lead-content-header{
width:100%;
max-width: 100%;
background-color: whitesmoke; 
display: flex;
flex-direction: row;
justify-content: space-between;
align-content: space-between;
align-items: center;
flex-wrap: wrap;
border-radius: 15px;
padding: 5px;
cursor: pointer;
}
.psf-estimopti-dashicons-rotate-90 {
transform: rotate(90deg);
cursor: pointer;
}
.psf-estimopti-box-one-lead-content-header-left{ display: flex;
min-height: 50px;
flex-direction: row;
justify-content: flex-start;
align-items: center;
padding-left: 20px;
}
.psf-estimopti-box-one-lead-content-header-right{ min-height: 50px;
display: flex;
flex-direction: row;
justify-content: flex-end;
align-items: center;
padding-right: 15px;
font-size:20px;
}
.psf-estimopti-box-one-lead-content-title{
color:#032949;
font-size:14px;
font-weight: 600;
line-height: 24px;
}
.psf-estimopti-box-one-lead-content-title-ville{
color:slategray;
font-size:14px;
margin-left:5px;
}
.psf-estimopti-box-one-lead-content-title-date{
color:slategray;
font-size:14px;
margin-left:5px;
}
.psf-estimopti-box-one-lead-content{
width:100%;
max-width: 100%;
padding-top: 15px;
padding-left: 25px;
}
.psf-estimopti-box-one-lead-content-date{
color:slategray;
font-size:14px;
}
.psf-estimopti-box-one-lead-content a {
text-decoration: underline !important;
} .psf-estimopti-box-one-lead-content {
display: none;
} .psf-pagination {
display: flex;
gap: 8px;
justify-content: center;
margin-top: 20px;
font-family: sans-serif;
flex-wrap: wrap;
}
.psf-pagination .psf-paginate-btn {
padding: 8px 12px;
border: 1px solid #ccc;
border-radius: 4px;
background: white;
color: #666;
cursor: pointer;
min-width: 40px;
text-align: center;
text-decoration: none;
transition: background 0.2s, color 0.2s;
}
.psf-pagination .psf-paginate-btn:hover {
background: #f7f7f7;
}
.psf-pagination .psf-paginate-btn.active {
background: #f1b300;
color: white;
border-color: #f1b300;
font-weight: bold;
}
.psf-pagination .psf-paginate-btn.disabled {
color: #ccc;
border-color: #ccc;
cursor: default;
background: #f9f9f9;
pointer-events: none;
}