﻿@media print {
    .printPageButton {
        display: none;
    }
     .strikethrough {
        text-decoration: line-through;
        color: red !important; /* استخدم !important إذا كان هناك تضارب في الأنماط */
    }

 }
