.pdf-download-btn {
            display: inline-flex;
            align-items: center;
            gap: 10px;
            background: #ededed;
            color: #2d6f52;
            padding: 12px 24px;
            border-radius: 8px;
            text-decoration: none;
            font-weight: 600;
            font-size: 16px;
            transition: all 0.3s ease;
            width: 300px;
            justify-content: center;
			border: 2px solid #2d6f52; 
        }

        .pdf-download-btn:hover {
            background: #2d6f52;
			color: #fff;
            transform: translateY(-2px);
			border: 2px solid #2d6f52; 
        }

        .pdf-icon {
            width: 24px;
            height: 24px;
        }