.pds-container{max-width:1200px;margin:30px auto;padding:20px;background:#fff;border:1px solid #ddd;border-radius:8px;font-family:Tahoma,Arial,sans-serif;direction:rtl;text-align:right}.pds-title{text-align:center;color:#2c3e50;margin-bottom:30px}.pds-personal-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px;margin-bottom:30px}.pds-field label{display:block;margin-bottom:5px;font-weight:700}.pds-field input,.pds-field select{width:100%;padding:8px;border:1px solid #ccc;border-radius:4px}.required{color:red}.pds-table-wrapper{overflow-x:auto;margin-bottom:20px}#pds-tasks-table,.pds-previous-table{width:100%;border-collapse:collapse}#pds-tasks-table th,.pds-previous-table th{background:#c8e6c9;padding:12px;text-align:center;font-weight:700;border:1px solid #999}#pds-tasks-table td,.pds-previous-table td{border:1px solid #999;padding:8px;vertical-align:top}#pds-tasks-table .row-num{text-align:center;font-weight:700}#pds-tasks-table input[readonly]{background:#f5f5f5}#pds-tasks-table input,#pds-tasks-table textarea{width:100%;box-sizing:border-box;border:none;background:#fff0}#pds-tasks-table textarea{min-height:80px;resize:vertical}#pds-tasks-table th:nth-child(1),#pds-tasks-table td:nth-child(1){width:6%}#pds-tasks-table th:nth-child(2),#pds-tasks-table td:nth-child(2){width:10%;text-align:center}#pds-tasks-table th:nth-child(3),#pds-tasks-table td:nth-child(3){width:22%}#pds-tasks-table th:nth-child(4),#pds-tasks-table td:nth-child(4){width:12%}#pds-tasks-table th:nth-child(5),#pds-tasks-table td:nth-child(5){width:30%}#pds-tasks-table th:nth-child(6),#pds-tasks-table td:nth-child(6){width:20%}.pds-submit{background:#4CAF50;color:#fff;padding:12px 30px;border:none;border-radius:4px;cursor:pointer;font-size:16px;margin-top:20px}.pds-general-opinion,.pds-previous-reports{margin:40px 0}.pds-previous-report{border-bottom:1px solid #eee;padding-bottom:30px;margin-bottom:40px}@media (max-width:768px){.pds-personal-info{grid-template-columns:1fr}#pds-tasks-table th,#pds-tasks-table td{padding:6px;font-size:14px}}