
.psp-card {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    border-radius: 8px;
    overflow: hidden;
    font-family: IranYekan, sans-serif;
}
.psp-card-header {
    background-color: #003087;
    color: white;
    padding: 10px 15px;
    font-weight: bold;
    font-size: 16px;
}
.psp-card-body {
    padding: 10px 15px;
    background: #fff;
    color: #222;
}
.psp-filters {
    margin-bottom: 20px;
}
.psp-filters input {
    margin-left: 10px;
    padding: 6px;
}
